> Hi,
>
> I have two divs one contains tab navigation and the other contains the
> content. I want the content div to display directly under the tabs.
> In IE6 it's displaying how I want it to...but for some reason in FF
> the tabs are showing up at the top inside the content div..Here's my
> html markup and css..I've been trying to play around with the paddings
> and margins but I just can't seem to get it...can someone please
> up...thanx
<...>

Not sure if I got your intentions right, but try this:

                #tabbox
                {
                 clear:both;
                 margin: 0;
                 padding: 20px 0 50px 20px;
                 border: 1px solid #ccc;
                }


Also, a couple of articles you may find useful:

http://www.complexspiral.com/publications/containing-floats/
http://www.456bereastreet.com/archive/200502/efficient_css_with_shorthand_properties/


Regards,
Rimantas
--
http://rimantas.com/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to