473,396 Members | 1,804 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

padding in IE 5.1

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

Dec 13 '05 #1
8 1476
"st*************@gmail.com" <st*************@gmail.com> wrote:
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
Dec 13 '05 #2
Spartanicus 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:

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

Dec 13 '05 #3
"Tony" <to****@dslextreme.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.

--
Spartanicus
Dec 13 '05 #4
In article
<15********************************@news.spartanic us.utvinternet.ie>,
Spartanicus <in*****@invalid.invalid> wrote:
"Tony" <to****@dslextreme.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
Dec 13 '05 #5
Eric Lindsay <NO**********@ericlindsay.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.


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
Dec 13 '05 #6
Spartanicus <in*****@invalid.invalid> writes:
Eric Lindsay <NO**********@ericlindsay.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
Dec 14 '05 #7
Chris Morris <c.********@durham.ac.uk> wrote:
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
Dec 14 '05 #8
Chris Morris wrote:

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


Look at @media rules. MacIE doesn't support these at all.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Dec 15 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Red | last post by:
This is apparently an ie display bug, I can't seem to figure out which ie bug this is. a 3 sided border is created by wrapping the 'inner' box in the 'middle' box and padding the 'middle' box...
2
by: Knoxy | last post by:
Hello, I've noticed one or two people post on this before but nobody seems to have replied so raising the issue again... is this a known IE6 CSS bug? I have placed the following in my...
4
by: Wilhelm Kutting | last post by:
hi, when i use the padding-left attribut, i like to overwrite a default value like that ..padding30 {margin-left: 30px;} ..padding0 {margin-left: 0px;} <div class="padding30"> Padding 30...
13
by: Amarendra | last post by:
Folks, This structure padding issue is bothering me now, could not locate a satisfactory answer on clc, so here it goes... I have a structure, given below: typedef struct { int flag; char...
36
by: phil-news-nospam | last post by:
Here is a simpler (no drop shadows) example of the padding bug I see: http://phil.ipal.org/usenet/ciwas/2006-05-08/buttons-1.html So far I find nothing in the CSS2 document that says I should...
11
by: john_aspinall | last post by:
I want to put a simple padding on the right hand side of my text container to stop the text from overflowing out of the box. Ive added a padding-right rule and it refusing to recognise it in...
5
by: Hallvard B Furuseth | last post by:
Does struct assignment copy padding bytes? Some compilers do, but I couldn't find anything in the standard which says they must. What I need is for any padding bytes to contan initialized values...
12
by: Kislay | last post by:
case 1 : struct s { char c1; // 8 double d; // 8 int i1; // 4 char c2; // 4 int i2; // 4 };
6
by: maya | last post by:
hi, I recently discovered the hard way that when you had padding-right or padding-left to a div it increases the with of the div... how do you add left-padding or right-padding to a div w/o...
3
by: vippstar | last post by:
Hey comp.lang.c I'm somewhat confused with bit padding. I tried searching the FAQ, but there isn't a search feature, so I used google and the search query: site:c-faq.com padding. I did not...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.