开发者

Css Height problem in Chrome

开发者 https://www.devze.com 2023-02-25 09:52 出处:网络
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

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

Css Height problem in Chrome

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消