Help - Search - Members - Calendar
Full Version: Bullet Images jumping in IE
HTMLHelp Forums > Web Authoring > Cascading Style Sheets
notbriang
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
pandy
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/validat...ng=&lang=en

Fixing those things won't necessarily fix your problem but you'll have a better starting point.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.