Also, try not to use the Tantek box model hack, which is considered rather
ugly and redundant these days. The modified simplified box model hack is
cleaner, for example:

* html #content {
width: 80px;
w\idth: 100px;
}

html #content {
width: 100px;
padding: 10px;
}

On 11/05/06, Sebastian Dammark <[EMAIL PROTECTED]> wrote:
>
> Try this instead:
>
> #navigation ul ul {
> list-style-type: none;
> margin: 0px;
> padding: 0px;
> }
>
> // Sebastian
>
> ________________________________
>
> Fra: [EMAIL PROTECTED] på vegne af M S
> Sendt: to 11-05-2006 13:09
> Til: [email protected]
> Emne: [css-d] ul breaks up in Explorer
>
>
>
> Hello,
>
> I'm fairly new to CSS and was testing a page I made. It
> looks fine in Firefox and Safari on a Mac. It has a few
> spacing differences in Opera, but I can live with them.
> But in Windows Explorer 6 the navigation list - which
> is a styled ul - breaks up. I was wondering if anyone
> can tell me why?
>
> Here is the html page:
> http://homepage.eircom.net/~mika/recipes/index.html
>
> and here is the css:
> http://homepage.eircom.net/~mika/recipes/main_stylesheet.css
>
> Thanks in advance!
> Mika
>
> Send instant messages to your online friends http://uk.messenger.yahoo.com
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7b2 testing hub -- 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/
>
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7b2 testing hub -- 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/
>



-- 
http://www.web-buddha.co.uk

dynamic web programming from Reigate, Surrey UK (php, mysql, xhtml, css)

look out for project karma, our new venture, coming soon!
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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