On 28/12/08 16:58, Ib Jensen wrote:
> Do I have to write a class or something to get the position or .....

You can use descendant selectors to target lists that are descendants of 
other lists:

http://css.maxdesign.com.au/selectutorial/selectors_descendant.htm

That's likely all you need here.

> Walidating the template says a lot of errors. Is't because of the
> Menu-structure or just "bad" coding.

Verbose validator output: http://tinyurl.com/97gl83

Bad coding, mostly reflecting a failure to always open and close tags 
are required in XHTML:

http://www.w3.org/TR/xhtml1/#h-4.3

(Note also: http://www.w3.org/TR/xhtml1/#C_2 if you try to fix this.)

I'd recommend removing errors from your HTML layer before making any 
further CSS changes.

--
Benjamin Hawkes-Lewis


______________________________________________________________________
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