Hello,
I stink at CSS. Can someone who knows what they are doing help this poor nOOb fix what seems to be a simple issue?
My issue is with line 82 on stylesheet.css.
Here is the code:
FIELDSET {
padding: 0.5em;
margin: 0.5em 0em;
border: 1px solid;
It creates a border around all the form input fields which is great... looks just fine. The problem is that it is also adding a border around certain buttons such as "add to cart", and "update cart" button, which looks bad.
Here is a link to what i am talking about http://www.bikebrake.com.php5-9.webs...&products_id=2
If I remove the border from the FIELDSET style, it makes the form input fields invisible, but if I leave it, my buttons looks bad.... grrrr
How do I remove the border from my buttons?
Thanks in advance to anyone smarter than me who can help.



