Recent Topics

1 Sep 02, 2007 08:48    

My b2evolution Version: Not Entered

this blog http://www.tvcm.co.uk/b2/raven

looks Ok in IE and almost OK in FF but in FF a space appears above the header. I've poked about in the CSS for ages but I can't spot the obvious mistake. Can anyone else see it please?

2 Sep 02, 2007 08:55

h1#pageTitle {
margin:0;
}

¥

3 Sep 02, 2007 09:00

I fixed it by adding a 1px padding to the header. No idea why this works.

div.pageHeader {

	padding: 1px;
	margin: 0px 0px 0px 0px;
	height: 151px;
	background: url(http://www.tvcm.co.uk/b2/raven/skins/home/img/left.jpg) no-repeat #330099;
	background-position:left;
	
}

4 Sep 02, 2007 09:02

oops ¥åßßå - slipped your post. I'll try your solution cos mine seems a bit hamfisted


Form is loading...