New mod, New style problem
Posted: 16 Apr 2010, 14:10
Hey everybody. I tried asking this at phpbb.com. Nobody seems to know why this is happening. So i wanted to ask everybody here.
Im making a mod that uses alot of styles. No problems so far. Only with subsilver2. In firefox it looks great. but in chrome the padding is removed. The code is xhtml strict valid so i wonder why there is this diffrence and what there is to do about it.
menu with firefox
menu with Chrome
try yourself
http://psyhosting.com
Css that controls this.
any ideas on why this happens ?
Wak
Im making a mod that uses alot of styles. No problems so far. Only with subsilver2. In firefox it looks great. but in chrome the padding is removed. The code is xhtml strict valid so i wonder why there is this diffrence and what there is to do about it.
menu with firefox
menu with Chrome
try yourself
http://psyhosting.com
Css that controls this.
Code: Select all
#accordion {
background:#CADCEB;
width: 182px;
margin-left: 1px;
margin-right: 1px;
margin-bottom: 7px;
margin-top: 7px;
}
Wak