Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Higherground CSS in IE


Go to End


9 Posts   8160 Views

Avatar
nzguy

Community Member, 4 Posts

22 July 2008 at 3:55pm

There is still an error in the layout.css and the "current" Main Navigation code is broken.

The source code has <a href=" " class="current">

but the layout.css has #nav ul li#current a { }. This should, of course, be #nav ul li a.current { } to match the source code.

This template also does not validate because of redundant paragraph tags in the $Layout (see my recent post under Site Builders). You can see this in the preview demo.

Go to Top