| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Feb 2006
Posts: 2
![]() | [resolved] CSS border Property Problems Hello, Sorry, but this may be a stupid question. I am using the following CSS: Code: a.menuitem {
background-color:#CCCCCC;
border-top: 1px #999999;
border-bottom: 1px #999999;
border-left: 1px #999999;
border-right: 1px #999999;
padding-left:2px;
font-size:10px;
width:190px;
text-decoration:none;
color:#000000;
} Am I using the wrong syntax or something? Thank you! Resolved: a.menuitem { background-color:#CCCCCC; border-top:#999999 1px solid; border-bottom:#999999 1px solid; border-left:#999999 1px solid; border-right:#999999 1px solid; padding-left:2px; font-size:10px; width:190px; text-decoration:none; color:#000000; }
Last edited by shuai; 02-23-2006 at 05:45 AM.
|
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Converting RedNerve to CSS - Hitting some problems! | will7 | Web Design Discussion | 10 | 12-13-2005 07:45 PM |
| Various CSS problems | Daniel Exe | Programming | 1 | 11-22-2005 10:46 AM |
| adding a border around css content... | matthewsa1 | Programming | 5 | 05-06-2005 07:03 PM |
| Alternative/Workaround to min-height CSS property? | Supersonic^ | Web Design Discussion | 0 | 01-04-2005 08:56 AM |
| css problems with ie, and a couple other things | thecatat | Programming | 0 | 08-23-2004 05:16 PM |