Click to See Complete Forum and Search --> : CSS and MSIE4


DaveSW
03-28-2003, 09:43 AM
I recently tested a page http://www.emdevelopments.co.uk/PPC/Index.htm on MSIE4. It uses css positioning next to each item. However, all the objects on the page appear in the top right corner, which isn't so good really...

Is there any particular way in which IE4 will recognise an absolute position - One of my customers uses it so I cannot afford to ignore this incompatibility.

The hyperlinks also failed to work for some reason...

Hope someone can help

Dave

nkaisare
03-28-2003, 01:21 PM
Use @import so that the @imported style sheet(s) are ignored by IE4. Positioing could be placed in @imported style sheet, font and other styles can be put directly so that IE4 can read them.

DaveSW
03-28-2003, 04:16 PM
Thanks