| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Account Suspended Join Date: Jan 2005 Location: root@localhost
Posts: 4,011
![]() | Need help with CSS... www.iceagetwo.com I need the navigation on the left and the news to be Arial size 10. They're all different, I don't know why Here's my CSS, what should I change?Code: a:link { text-decoration: none; color: #0F0F0F; }
a:visited { text-decoration: none; color: #0F0F0F; }
a:hover { text-decoration: underline; color: #000000; }
a:active { text-decoration: none; color: #0F0F0F; }
body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin-top: 0px;
margin-bottom: 0px;
color: #000000;
background-color: #5D5D5D;
}
font
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
input, textarea
{
background-color: #5D5D5D;
border: 1px;
border-style: Solid;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
.title,
.maintext{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #090909;
}
}
table{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #090909;
border-style: Solid;
border-width: 1px;
border-color: #090909;
}
.td, textarea, input, .input, .button {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #090909;
background-color: #5D5D5D;
border-style: Solid;
border-width: 1px;
border-color: #090909;
} ????: NamePros.com http://www.namepros.com/programming/105573-need-help-with-css.html Will donate some np$ to whoever helps. Thanks in advance! |
| |
| | #4 (permalink) |
| Professional Monkey Join Date: Jul 2005 Location: Escaped from the zoo
Posts: 907
![]() ![]() | try this Code: a:link { text-decoration: none;
color: #0F0F0F;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited { text-decoration: none;
color: #0F0F0F;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover { text-decoration: underline;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:active { text-decoration: none;
color: #0F0F0F;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
__________________ Webmaster Words |
| |
| | #6 (permalink) | ||||
| Professional Monkey Join Date: Jul 2005 Location: Escaped from the zoo
Posts: 907
![]() ![]() |
????: NamePros.com http://www.namepros.com/showthread.php?t=105573 yeah thats the same thing happpens with me. IE draws the borders and firefox doesn't
__________________ Webmaster Words | ||||
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| adding a border around css content... | matthewsa1 | Programming | 5 | 05-06-2005 07:03 PM |
| CSS Help Needed | Chorei | Web Design Discussion | 0 | 04-12-2005 10:28 AM |
| css problems with ie, and a couple other things | thecatat | Programming | 0 | 08-23-2004 05:16 PM |
| CSS: what's the use of it? | lucesei | Programming | 13 | 04-12-2004 07:21 AM |