HighDots Forums  

padding in IE 5.1

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss padding in IE 5.1 in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
stefano.troiani@gmail.com
 
Posts: n/a

Default padding in IE 5.1 - 12-13-2005 , 05:29 AM






I have some images with link in a row inside a <p> and I gave them a
left padding just to be sure they have some space between them.
It looks perfectly in FF, IE 6 and IE 5.5 but, in IE 5.1 it ignores
the padding and put all of them totally attached.
Is there a solution?

Thanks a lot,

Stefano


Reply With Quote
  #2  
Old   
Spartanicus
 
Posts: n/a

Default Re: padding in IE 5.1 - 12-13-2005 , 06:03 AM






"stefano.troiani (AT) gmail (DOT) com" <stefano.troiani (AT) gmail (DOT) com> wrote:

Quote:
I have some images with link in a row inside a <p> and I gave them a
left padding just to be sure they have some space between them.
It looks perfectly in FF, IE 6 and IE 5.5 but, in IE 5.1 it ignores
the padding and put all of them totally attached.
Is there a solution?
IE 5.0/Win doesn't support padding on inline elements. Unless you have
reason to believe that your site's users use 5.0 in greater numbers than
usual I would recommend not trying to support it. Very few people use
it.

If you do want to support IE5.0, you could try setting the display
property to block or floating the images.

Ignore the above if you are referring to the Mac version of IE (I don't
know anything about it).

--
Spartanicus


Reply With Quote
  #3  
Old   
Tony
 
Posts: n/a

Default Re: padding in IE 5.1 - 12-13-2005 , 12:32 PM



Spartanicus wrote:
Quote:
Ignore the above if you are referring to the Mac version of IE (I don't
know anything about it).
I don't know a whole lot, either, but Peter-Paul Koch does:

http://www.quirksmode.org/browsers/explorer5mac.html
http://www.quirksmode.org/about/makingof.html#bugridden



Reply With Quote
  #4  
Old   
Spartanicus
 
Posts: n/a

Default Re: padding in IE 5.1 - 12-13-2005 , 12:36 PM



"Tony" <tony23 (AT) dslextreme (DOT) com> wrote:

Quote:
Ignore the above if you are referring to the Mac version of IE (I don't
know anything about it).

I don't know a whole lot, either, but Peter-Paul Koch does:
Who cares, it's a dead browser.

--
Spartanicus


Reply With Quote
  #5  
Old   
Eric Lindsay
 
Posts: n/a

Default Re: padding in IE 5.1 - 12-13-2005 , 01:57 PM



In article
<155up1lfs13ibock9u68fog6vkv0vnbt87 (AT) news (DOT) spartanicus.utvinternet.ie>,
Spartanicus <invalid (AT) invalid (DOT) invalid> wrote:

Quote:
"Tony" <tony23 (AT) dslextreme (DOT) com> wrote:

Ignore the above if you are referring to the Mac version of IE (I don't
know anything about it).

I don't know a whole lot, either, but Peter-Paul Koch does:

Who cares, it's a dead browser.
I believe the screams for support for the thoroughly dead Mac version of
the IE browser come because people still using Macs that can't use OS X
basically don't have any modern browsers available. Given a March 2001
release of OS X, I guess another few years before the complaints are
mostly gone.

Alternatives to IE Mac for users of these fairly old Macintosh are
http://icab.de/ (version 3 of which is said to support standards based
sites any day now), and Mozilla 1.02
http://www.mozilla.org/releases/mozilla1.0.2.html

I suspect non-beta versions of iCab earlier than version 2.98 would be
fine on standards based sites, since it doesn't look at much CSS.

--
http://www.ericlindsay.com


Reply With Quote
  #6  
Old   
Spartanicus
 
Posts: n/a

Default Re: padding in IE 5.1 - 12-13-2005 , 03:36 PM



Eric Lindsay <NOSPAmar2005 (AT) ericlindsay (DOT) com> wrote:

Quote:
Ignore the above if you are referring to the Mac version of IE (I don't
know anything about it).

I don't know a whole lot, either, but Peter-Paul Koch does:

Who cares, it's a dead browser.

I believe the screams for support for the thoroughly dead Mac version of
the IE browser come because people still using Macs that can't use OS X
basically don't have any modern browsers available.
Supporting users who use dead and deficient browsers like NS4 and IE4
with regard to CSS is simple via for example the @import construct. IIRC
this also protects IE5/Mac. This reduces the need to know anything about
the awful CSS support in these browsers to nil.

--
Spartanicus


Reply With Quote
  #7  
Old   
Chris Morris
 
Posts: n/a

Default Re: padding in IE 5.1 - 12-14-2005 , 04:21 AM



Spartanicus <invalid (AT) invalid (DOT) invalid> writes:
Quote:
Eric Lindsay <NOSPAmar2005 (AT) ericlindsay (DOT) com> wrote:
I believe the screams for support for the thoroughly dead Mac version of
the IE browser come because people still using Macs that can't use OS X
basically don't have any modern browsers available.

Supporting users who use dead and deficient browsers like NS4 and IE4
with regard to CSS is simple via for example the @import construct. IIRC
this also protects IE5/Mac. This reduces the need to know anything about
the awful CSS support in these browsers to nil.
Afraid not. IE5/Mac understands @import and there are very few CSS
hacks that will hide on IE5/Mac that don't also hide on IE6/Win (if
you consider IE6/Win to be something other than dead and deficient). I
don't remember there being anything comparable to @import or similar
for hiding an entire file.

It does appear to be rapidly dying out as a browser from my web logs [1] -
Comparable number of hits to Konqueror.

[1] Usual disclaimers about horrible levels of inaccuracy
apply. Additionally, the 2:1 ratio of IE/other browsers suggests that
these results may not be entirely typical anyway.

--
Chris


Reply With Quote
  #8  
Old   
Spartanicus
 
Posts: n/a

Default Re: padding in IE 5.1 - 12-14-2005 , 04:49 AM



Chris Morris <c.i.morris (AT) durham (DOT) ac.uk> wrote:

Quote:
Supporting users who use dead and deficient browsers like NS4 and IE4
with regard to CSS is simple via for example the @import construct. IIRC
this also protects IE5/Mac. This reduces the need to know anything about
the awful CSS support in these browsers to nil.

Afraid not. IE5/Mac understands @import
The css filter table on centricle.com lists the @import construct with
single quotes around the file name/url as being applied by IE5+/Win, but
not by IE4, NS4 and IE5/Mac: <http://centricle.com/ref/css/filters/>.
But the linked page that further describes the hack does not list the
single quote method:
<http://w3development.de/css/hide_css_from_browsers/import/>

--
Spartanicus


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.