Jump to content

[SOLVED] fieldset width.....


saradrungta

Recommended Posts

hi friends....

 

i hv designed 2 pages and a stylesheet. in both pages i hv displayed fieldset.

 

i want both the fieldset in pages should be different (eg width: 20em; & width: 30em;)

 

can any one help me with this....

 

Thanks

 


fieldset.contact
{
width: 30em;
}

fieldset.login
{
width: 20em;
}

fieldset
{
border: 1px solid #781351;
background-image: url(images/bg-box-s2.JPG);
}

 

this code is not doing

Link to comment
https://forums.phpfreaks.com/topic/141223-solved-fieldset-width/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.