For the life of me i cannot seem to get my buttons styled properly.
No matter what changes i make to the css, the button background color and/or image extends the entire length of the post area and it displays & acts as if there is a button sitting inside of a larger button.
I have a decent understanding of css and use firebug frequently, but i cannot figure out what changes need to be made here. I have disabled all plugins, removed custom code, etc and nothing changes it.
The url to see the problem is
I'm using the most current version of platform pro and wordpress 3.0.1
Any assistance would be greatly appreciated!
Button Styling Issues
Started by
braggonit
, Dec 06 2010 11:23 PM
2 replies to this topic
#1
Posted 06 December 2010 - 11:23 PM
#2
Posted 07 December 2010 - 03:42 AM
`
#loginform .submit {
background: none #fff;
border-width: 0px;
margin: 0px;
padding: 0px;
}
`
Try that.
Thanks, Bryan
#3
Posted 07 December 2010 - 08:00 PM
Thanks Bryan, your code along with a few other tweaks got it just right!










