Topic: IE5 problems |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: the space between us |
posted 04-26-2004 18:23
today at school, I had a look at my homepage (http://www.thespacebetweenus.com) and was a bit shocked when it appeared in the browser window. the links of the navigation do not come up at all, and the shadow of the header boxes is also very buggy. is IE5's CSS support really that poor? do you have any tips for me how to make my fully css designed page a bit more cross browser friendly? |
Paranoid (IV) Inmate From: France |
posted 04-26-2004 18:55
The number one tip is to test your site in several browsers, and installing multiple versions of IE will help. Then you could use some CSS filters and hacks to provide a degraded CSS to the buggy browsers. |
Nervous Wreck (II) Inmate From: Texas |
posted 04-26-2004 19:00
Yep, testing across multiple browsers and platforms is great, but difficult. For a quick overview try these browser support tables. |
Paranoid (IV) Inmate From: the space between us |
posted 04-26-2004 19:11
thanks a lot, thats cool |
Paranoid (IV) Inmate From: France |
posted 04-26-2004 19:57
mas: Have you tried to set the width and height attributes of your nav items ? |
Paranoid (IV) Inmate From: France |
posted 04-27-2004 13:53
I think the ALA: CSS Sprites: Image Slicing?s Kiss of Death article could be usefull too. |
Paranoid (IV) Inmate From: Greenville, SC, USA |
posted 04-29-2004 00:50
You'll have alot of issues with the box model in IE. Better start learning the box model hack if your gonna design for IE5 as well. A good place that explains the way IE5 handles the box model can be found here: http://www.positioniseverything.net/articles/box-model.html . |