Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Cascading Style Sheets _ Bullet Images jumping in IE

Posted by: notbriang Apr 5 2012, 02:01 PM

I've been working on a CSS/jQuery Accordion style navigation for a corporate website. I am currently styling the lists with image bullets, which, of course, are jumping up a slight bit in IE, which, of course, is the browser my boss checks all my work on.

I was hoping someone could help me with this:

HTML markup - http://www.notbriang.com/mba/broker_sidebar.html

CSS - http://www.notbriang.com/mba/css/accordionmenu.css


Any help would be GREATLY appreciated.

Thanks
B

Posted by: pandy Apr 5 2012, 02:14 PM

They aren't jumping up as much in IE as they do in older gecko.

The page lacks a doctype which means all browsers will be in Quirks Mode.
http://hsivonen.iki.fi/doctype/

You have lots of HTML errors, even with an appropriate doctype attached.
http://htmlhelp.com/tools/validator/

There's only one CSS error, but a serious one.
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.notbriang.com%2Fmba%2Fcss%2Faccordionmenu.css&profile=css21&usermedium=all&warning=1&vextwarning=&lang=en

Fixing those things won't necessarily fix your problem but you'll have a better starting point.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)