Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   [SOLVED] submit button border ignored in Chrome, accepted in IE8 (http://forum.bytesforall.com/showthread.php?t=11406)

derekwbeck Nov 26, 2010 11:53 PM

[SOLVED] submit button border ignored in Chrome, accepted in IE8
 
Chrome ignores this:

Code:

form#commentform input#submit {
background-color: #369;
border: 1px #006 !important;
}

but IE8 likes it fine. Any ideas?

site: http://www.1775thebook.com

WP: 3.0.1
Atahualpa latest 3.5.3

juggledad Nov 28, 2010 05:13 AM

Quote:

When using the border property, the order of the values are:

border-width
border-style
border-color

It does not matter if one of the values above are missing (although, border-style is required), as long as the rest are in the specified order.
This is taken from http://www.w3schools.com/css/css_border.asp a great reference

derekwbeck Nov 28, 2010 01:34 PM

That fixed it! thanks juggledad (again)!


All times are GMT -6. The time now is 08:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.