Log in

View Full Version : Why Does It Happen To Me?!



NineTwoZero
02-04-2007, 06:29 PM
always the same problem... lol in FF the site looks great and in IE...guess what? IT LOOKS HORRIBLE. + a picture aint showin even tho im linkin it right..


http://underground.ninetwozero.com/test.htm

help... im sick of this happening :cool:

mburt
02-04-2007, 06:35 PM
Try adding a line-break (<br>) after each menu item, IE probably isn't reading display:block or something.

NineTwoZero
02-04-2007, 06:37 PM
ok will try.. :) but what about teh "cougah-designs" thing? it should be a pic there, but instead the alt-text is showing.

edit, adding "<br />" didnt help... it just made it go lower like a stair or ishl... -._

shachi
02-04-2007, 06:37 PM
NineTwoZero: Learn one thing, IE sucks. Things never go right with it.

NineTwoZero
02-04-2007, 06:40 PM
lol i know but sum ppl are stubborn enough to use it.. -.-

mburt
02-04-2007, 06:47 PM
add this to style.css:

#menu a {
display:block;
width:100&#37;;
}

V1SHAL
02-04-2007, 07:10 PM
:cool:
ok will try.. :) but what about teh "cougah-designs" thing? it should be a pic there, but instead the alt-text is showing.

edit, adding "<br />" didnt help... it just made it go lower like a stair or ishl... -._


make the image tag case sensitive...

change the cdbanner.png to CDbanner.png (as that is how you have it saved on your server).

If I'm not mistaken this is a server related issue not necessarily how IE reads the code.

NineTwoZero
02-04-2007, 07:28 PM
omg THANKS.. didnt know that filenames were case-sensitive... :)

still aint workin in IE, it ****ed up in FF too with width 100%.. lol :p other suggestionS?