Click to See Complete Forum and Search --> : A Different View from Different Browsers!!! :(


giggledesign
12-13-2003, 06:17 AM
hey there!

i have a problem with some of my CSS. if you look in I.E at


http://research.giggledesign.com/credits.php

and then in Mozilla, Look at the navigation buttons. You will see that Mozilla is not reading the height in my css. I want the hieght to be the same off the buttons and on.

Anybody have any ideas?

Paul Jr
12-13-2003, 06:31 AM
Why are you wrapping each link in a plain <div>? I don't see the purpose of this.

giggledesign
12-13-2003, 06:34 AM
ah yea my bad sorry

i removed the individual <div> tags but i still cant locate the original problem

Paul Jr
12-13-2003, 06:41 AM
Yeah, I picked through it a bit; but staying up all night does odd things to a person... :(

giggledesign
12-13-2003, 06:52 AM
haha, pickall you like, it's wet here in manchester and i just thought i would design some random crappy site, which kinda does have a purpose but i am just aiming for a nice design,

this problem is annoying
its stopping my Master Plan! :D

Paul Jr
12-13-2003, 07:18 AM
I'm not sure if this is exactly what you wanted, but check this out.

giggledesign
12-13-2003, 07:33 AM
cheers that will do!

i might just settle for that <div> hieght.


cheers

Paul Jr
12-13-2003, 07:40 AM
Aight, good luck.

giggledesign
12-13-2003, 07:57 AM
is there such thing as a Valign in <div>?

Paul Jr
12-13-2003, 08:14 AM
Peep this. (http://www.w3.org/Style/CSS/Test/CSS1/current/test544.htm)

giggledesign
12-13-2003, 01:07 PM
i have a bit of a problem!

look at
http://research.giggledesign.com/credits.php
in i.explorer.

now look at the same link again in mozilla!!!!! what is going wrong with the <div id="main"></div>

ray326
12-13-2003, 02:10 PM
I didn't actually look at the code but that kind of thing is generally caused by IE's broken box model implementation. Google for "box model hack" to find a number of ways to work around it.

Note: Once again, what you see in Moz is correct.

Paul Jr
12-13-2003, 02:11 PM
It's probably your evil tables.