Css Height problem in Chrome
i am not able to set the height of the Div of this theme to 156px;
Its inheriting css property from so开发者_如何学运维me place else and making it 118px
Please the following website in Chrome and firefox you will see the difference
http://jssamch.com/
It's coming from 1-default.css
, line 19.
Remove the height: 118px
property.
You should really be using Firebug (for Firefox) or Developer Tools (for Chrome) to figure out this sort of issue on your own.
精彩评论