Not Solved Cross browser compatibility (UGHHHHhhh)
#2
Not Solved
In global.css, find;
.thead {
	background: url(images/debate/thead_bg.png) top no-repeat;
	color: #fff;
	height: 30px;
	
	font-family: arial;
	font-size: 12px;
}
and Remove height attribute, like this;
.thead {
	background: url(images/debate/thead_bg.png) top no-repeat;
	color: #fff;
	font-family: arial;
	font-size: 12px;
}
Reply


Messages In This Thread
RE: Cross browser compatibility (UGHHHHhhh) - by Yaldaram - 2011-05-25, 06:11 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)