Jump to content

Remove CSS style from just a single SELECT element ?


lonewolf217

Recommended Posts

I have multiple forms on my site that are styled with the same SELECT element in my css page.  There is one SELECT statement however that I dont want to be styled at all.  Is there an easy way to clear out the style for this one element, or do i have to just reset all the attributes on the individual element ?

First of all, could you post your CSS code?

 

Secoundly, try this.

 

Make a Different select Class Like this..

 

 

.other_select { Attributes here
}

 

And then add the class to the Select that you need the different attributes.

 

<select class="other_select">

 

If I made Any Mistakes, Sorry.. But I think that pretty much displays the picture.

 

 

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.