| View previous topic :: View next topic |
| Author |
Message |
beaudeal
Joined: 10 Mar 2006 Posts: 9
|
Posted: Thu Jun 29, 2006 10:22 pm css buttons |
|
|
|
i made a style for all buttons that looks like this:
input[type="submit"],
input[type="button"],
input[type~="submit"],
input[type~="button"] {
margin-right: 1px;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-top-color: #fff;
border-left-color: #fff;
border-bottom-color: #000;
border-right-color: #000;
background-color: #ccc;
color: #000;
font-size: 11px;
font-family: "lucida grande", tahoma, verdana, arial, sans-serif; }
this works fine in firefox, but not in IE. i even added on ", input.button" and gave each button the class="button" but didnt work either. any thoughts? |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8267 Location: Castle Rock CO USA
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|