Can't seem to get to the URL you provided (or it's being particularly slow), but looking at the CSS you have in your email, there's a stray double quote
"border: 0;
Remove that ", and see if that cures it.
Patrick
Ted Drake wrote:
Ok, I've got some inheritance problems. I keep waiting for my rich uncle to die but he keeps on kicking....
oops, wrong discussion group
In firefox, the list looks fine. duh.
In IE, the list is showing the bullets that go with the standard ul in
the maincontent div.
Here's the set-up:
http://v4.csatravelprotection.com/csa/linkview.do
<ul id="rlcategories"><!-- This begins the unordered list --> <li><a href="..." class="" title="View Links">Adventure Travel</a></li> <li><a href="..." class="" title="View Links">Business Travel</a></li> <li><a href="..." class="" title="View Links">Cruises</a></li> <li><a href="..." class="" title="View Links">Flight Resources</a></li> <ul> Here's the latest css
/*related link categories */ #rlcategories { margin: 5px 0 5px 5px; padding:0 !important; float:right; font-size:10px; "border: 0; border-top: 1px solid #666; width: 200px; list-style:none !important;} #rlcategories li {list-style:none !important; margin:0; padding:0;}
#rlcategories li a {
background: #e4edf1; padding: 1px 5px;
margin: 0;
color: #666;
text-decoration: none;
display: block;
text-align: center; font-weight:bold;
border: 1px solid #666;
border-top: none;
}
#rlcategories li a:hover, #rlcategories a:active {
background: #9CBCC9; color:#fff;
}
#rlcategories li a.here { background: #74A2B4; border: 1px solid #666; color: #fff; }
Notice the "list-style:none !important" tags on the ul and li, yet IE is still holding onto the bullets. Maybe it's just my browser acting up on me. If anyone has an idea, I'd appreciate it. If the page doesn't load, we are still doing some tweaking to another part of the site on this test server and it should be up and down. Thanks Ted
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
-- Patrick H. Lauke _____________________________________________________ re�dux (adj.): brought back; returned. used postpositively [latin : re-, re- + dux, leader; see duke.] www.splintered.co.uk | www.photographia.co.uk http://redux.deviantart.com
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
