This is a discussion on "IE7 bug: list bullets aligned to bottom" within the Web Page Design section. This forum, and the thread "IE7 bug: list bullets aligned to bottom are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
IE7 bug: list bullets aligned to bottom
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
IE7 bug: list bullets aligned to bottom
This page shows the problem. Look at the bullet points in IE7: they line up with the bottom of the list item, not with the first line of text.
In IE6 and Firefox it's fine. I can change the alignment using vertical-align: top, but that lines the bullets up with the top of the <li> block box, not with the first line of text. I'd prefer a fix for this that does not rely on images. Any ideas? Last edited by MikeHopley; Sep 6th, 2007 at 12:43. |
|
|
|
|||
|
Re: IE7 bug: list bullets aligned to bottom
You havent closed any of your list items, try closing them.
I suspect its just a result of those missing </li> tags. |
|
|||
|
Re: IE7 bug: list bullets aligned to bottom
Good idea. I've now closed all my <li> tags with </li>, but unfortunately the bug remains.
Well spotted though! Last edited by MikeHopley; Sep 11th, 2007 at 12:44. |
|
|||
|
Re: IE7 bug: list bullets aligned to bottom
hmm wierd one havent seen it before. I would try setting padding/margin to 0, specifying your line-height etc in your content list beacause I think it is getting a style from some other list in the css
|
|
|||
|
Re: IE7 bug: list bullets aligned to bottom
Quote:
I think I know what the problem is: in my CSS, I'm using an unhealthy amount of absolute positioning. I guess that this is causing the IE7 bug. This is very old code, from when I was starting to learn CSS. I've now rewritten the CSS and redesigned the site, using much simpler CSS without any absolute positioning. The bug is gone. So if anyone else finds this bug, try removing your absolute positioning. |
|
|||
|
Re: IE7 bug: list bullets aligned to bottom
Interesting... thanks for sharing Mike!
|
|
||||
|
Re: IE7 bug: list bullets aligned to bottom
hmm interesting, yet it doesn't happen to me on my site.. i have IE7 but they show jsut fine...
Last Blog Entry: My blog? (Oct 18th, 2007)
|
![]() |
| Tags |
| list, ie7, bullet, bug, alignment |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Footer directly aligned to bottom | thewebkid | Web Page Design | 2 | Dec 25th, 2007 21:36 |
| [SOLVED] Bullets looking wierd. | mcdanielnc89 | Web Page Design | 8 | Nov 1st, 2007 16:41 |
| Image bullets on unordered list | Kobrakai | Web Page Design | 4 | Aug 15th, 2007 18:27 |
| ul bullets | ivyholly | Web Page Design | 12 | Jan 6th, 2006 02:21 |
| IFRAME Aligned to Right | WiseWizards | Web Page Design | 3 | Aug 3rd, 2005 22:20 |