SourceDevelop
  • Home
  • Learn A Language
  • Articles & Tutorials
  • Forums
  • Other Resources
Visual Basic HTML/CSS PHP/MySQL
PHP MySQL More Resources
index Forums Index Search Search Member List Member List Help Help

  • Search
  • Member List
  • Calendar
  • Help

Welcome Guest ( Login | Register )


Latest News: We share our revenue with our members, click here for more details.
SourceDevelop > Programming and Web Design > HTMS/CSS/Javascript/PHP/MySQL > Dotted lines do not look right in IE

Partners:
TV & Dinner MorningStarr RustyWalrus Josechukkiri

Post Reply  Post Thread 
Threaded Mode | Linear Mode
Dotted lines do not look right in IE
Author Message
online.education


Bronze Junior Member
*

Group: Members
Posts: 38
Joined: Jul 2007
Status: Offline
Reputation: 0
SD$: 39
Post: #1
Dotted lines do not look right in IE

I have the following CSS:

Code:
#idListLeft {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#idListLeft li {
    background-color: #3A3A3A;
    border-top: dotted 1px #ffffff;
    display: block;
    margin-left: 10px;
    color: #A2A2A2;
    font: bold 9px/37px Verdana, Arial, Tahoma, Georgia;
    text-decoration: none;
    text-transform: uppercase;
    width: 155px;
}
#idListLeft li a {
    color: #A2A2A2;
    font: bold 9px/37px Verdana, Arial, Tahoma, Georgia;
    text-decoration: none;
    text-transform: uppercase;
}


Basically, I want to create dotted lines between list items instead of regular lines. This looks perfect in Firefox. Each dot is 1 pixel wide(?). But, in IE, this looks pretty horrendous. Each dot takes up like 3 or 4 pixels. How can I fix this? Is there a way to fix this only using CSS?


online.education
01-22-2008 07:40 PM
Visit this user's website Find all posts by this user Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump:

Contact Us | SourceDevelop | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication

Powered By MyBB
Copyright © 2002-2009 MyBB Group