| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| NamePros Regular | CSS fieldset attributes In my site, I have the CSS: Code: fieldset{
border: 1px solid #FFFFFF;
width: 10em;
padding: 2px 6px;
}
legend{
color: #FFFFFF;
background: #000000;
border: 1px solid #FFFFFF;
padding: 2px 6px;
}
Code: fieldset.leftcolumn{
border: 1px solid #FFFFFF;
width: 10em;
padding: 2px 6px;
}
legend.leftColumn{
color: #FFFFFF;
background: #000000;
border: 1px solid #FFFFFF;
padding: 2px 6px;
}
What am I doing wrong?? EDIT: I had also changed the fieldset tag to the 'class' and it doesn't work
__________________ _\|/_ _\|/_ _\|/_ _\|/_ _\|/_ :confused: Last edited by manofgames; 02-28-2007 at 08:29 AM. |
| |
| | #3 (permalink) | |
| NamePros Regular | Quote:
__________________ _\|/_ _\|/_ _\|/_ _\|/_ _\|/_ :confused: Last edited by manofgames; 03-01-2007 at 03:58 AM. | |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |