kentico_ondrejv
-
9/9/2008 3:38:18 AM
RE:CSS style not working for Menu
Hello,
Please note, that you are using IDs for your navigation in CSS (#navigation). That's why you may need to use "id=navigation" instead of "class=navigation" to reference it.
I don't know how it could work in MS Expression, but this the right approach according to W3C standards.
You are also missing <ul>, <li>, and <a> tags in your HTML code, but I suppose this is only an example ;-)
Best regards Ondrej Vasil
|