Steve Caramia wrote:
> I've corrected and validated the markup (thanks for the tutorial!) and  
> linked a separate ie css file. But I still can't correct the position  
> problem here in ie6 and 7.
>
> http://www.caramiadesign.com/
>
> ???
>
>
>
>
>   


Good!

Make the following changes to your CSS in the head of the document.

#table ul
{
overflow: hidden; <----------------------------- :: add ::
margin: 22px 0 0 88px; <---------------------- :: add ::
padding:0; <-------------------------------------- :: add ::
padding: 6px 0 0 0px; <------------------------ :: delete::
}


You can delete the conditional comment and the ie 6/7 style sheet. It 
will not be necessary to hack IE 6 or IE 7.

Tested on a local file only in:

IE 6/7/8
Chrome
Opera
FF
SeaMonkey
Safari
Camino

Best,
~d


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to