determining fieldsets from each other!, how do i tell them apart when styling? |
![]() ![]() |
determining fieldsets from each other!, how do i tell them apart when styling? |
Jan 15 2007, 06:16 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 58 Joined: Jul 2006 Member No: 434,990 |
yeah, so i have 2 different fieldsets; and i need one a different width than the other. so when i put the style tags in, it makes both the same width. :[
how can i make it so each one has a different width? like... number them? haha, HELP! |
|
|
|
Jan 15 2007, 06:18 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Try doing :
CODE fieldset.1{width: #px;} fieldset.2{width:#px;} Add that in style tags. Then width your fieldsets do : CODE <fieldset class="1">blah</fieldset> and CODE <fieldset class="2">blah</fieldset>
|
|
|
|
Jan 15 2007, 06:20 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 58 Joined: Jul 2006 Member No: 434,990 |
omg, thanks SO MUCH!
i've been trying to figure it out foreverrrr. :] |
|
|
|
![]() ![]() |