Jump to content

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.

 

 

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.