>
> One problem I have is with the positioning of the Simple/Advanced tabs
> bottom line, which is separated from the tabs themselves (and the distance
> is different if I see it with IE, NS or Firefox)
>
> Another problem is with the positioning of the background and the "Go"
> button. It looks as it should in IE (the button is half on the grey block
> and half on the main page). But it looks completely on the grey block in NS
> and Firefox.
>

You might benefit from the universal white space reset, or whatever
it's called.

At the top of your stylesheet:

* { margin:0; padding:0; border:none; }

will get rid of almost all inconsistencies across browsers. see if it helps.

--
--
Christian Montoya
christianmontoya.com ... rdpdesign.com ... cssliquid.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to