Canceling a CSS for certain objects?

martinatkinson

Registered
Hi,

I am developing my site and have a question about CSS stylesheets. I have it set up to set the styles for all <input> tags. However, I want to override that style for one of the buttons on my page. Any suggestions?

Go to http://www.amazingyardsale.com/

You will see in the upper, right hand corner a search box. You will see that both the text field and the "go" button have the CSS style applied. I want to make it so that the "go" button is the only element that does not pay attention to the CSS.

Thank in advance for your help!

Albert
 
If you're just trying to get rid of the border, insert style="border: 0px;" into your IMG tag. You can actually put any CSS you want into the STYLE property. Quite handy.

- Brian
 
Back
Top