My site uses several <UL>'s, but the bullets don't appear for my client who's using IE/Windows. http://www.ericwagner.com/nhf/np_modules/p1_1a_x4.html
I'm also using a few <OL>'s, and for that, the numbers don't appear.
I'm stumped. Any help would be appreciated.
Here's my style sheet:
http://www.ericwagner.com/nhf/np_modules/type3.css
:?
<UL> and <OL> problems in IE/Windows
Hello there,
I guess some of the closing semicolons are missing from UL-definitions and there're also a few unnecessary ones...
; margin-top: 12px; margin-right: 20px; margin-left: 36px; width: 410px}
<UL> and <OL> problems in IE/Windows
thanks ipeto,
I'm pretty new to CSS, and I didn't notice these inconsistencies. I'll fix them.
It's wild because for the most part, the CSS was created by Dreamweaver.
thanks again.
<UL> and <OL> problems in IE/Windows
I cleaned up the CSS, but my client still doesn't see bullets or numbers in the lists:
http://www.ericwagner.com/nhf/np_modules/p1_1a_x6.html
Here's my CSS:
http://www.ericwagner.com/nhf/np_modules/type3.css
Frustrating. Unless anyone has any ideas, I will have to manually format a bunch of bulleted lists. Bummer.
<UL> and <OL> problems in IE/Windows
Removing the width:410px; from ul and ol puts the bullets back in place.
<UL> and <OL> problems in IE/Windows
unbelievable.
multiple thanks.
eric