Re: [css-d] Lines clipping in Explorer, and width issue [SOLVED]

2008-03-15 Thread Dave M G
Gunlaug, Thank you for following up with more information. Try this modification: #main-menu li { width: 34%; margin-left: -1%; position: relative; left: 1%; } That's some tricky CSS there. It looks good in FireFox, IE on Windows handles it pretty well too.

Re: [css-d] Lines clipping in Explorer, and width issue

2008-03-10 Thread Gunlaug Sørtun
Dave M G wrote: http://aimashou.jp/home_page http://www.gunlaug.no/tos/alien/dmg/test_08_0310.html http://www.gunlaug.no/tos/alien/dmg/test_08_0310_files/style000.css -- http://www.gunlaug.no __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Lines clipping in Explorer, and width issue [SOLVED]

2008-03-10 Thread Dave M G
Gunlaug, Thank you for responding. Removing the position: relative; declaration from my #article DIV made the bottom border lines appear as they should. Adding the .class to the last item in the list does solve the problem of the width of the main menu. Unfortunately, the menu is generated

Re: [css-d] Lines clipping in Explorer, and width issue [SOLVED]

2008-03-10 Thread Gunlaug Sørtun
Dave M G wrote: Adding the .class to the last item in the list does solve the problem of the width of the main menu. Unfortunately, the menu is generated from within a CMS, and I can't quite get that solution to be compatible with the PHP code that drives the HTML. However, even though I

Re: [css-d] Lines clipping in Explorer, and width issue

2008-03-09 Thread Dave M G
CSS-d, I realise I didn't include a link to the actual page when I posted my question: http://aimashou.jp/home_page My questions are as follows. I hope someone can help because I really can't seem to solve these two issues on my own. If you look here, you can see how the page should look in

[css-d] Lines clipping in Explorer, and width issue

2008-03-07 Thread Dave M G
CSS-d, I have two issues in Explorer 7. If you look here, you can see how the page should look in the two Safari examples: http://www.browsercam.com/public.aspx?proj_id=411750 Please be forgiving on the style, as I'm still in the process of deciding placement and colour. In any case, in