Recent Topics

1 Sep 27, 2006 08:08    

Hi there,

I'm using the b2evolution 0.9.2 and working on custom.css to change the skin.

Things went fine except I found the background of sidebar looked abnormally in IE (v6). The empty tail of the sidebar (beneath copyright words) shows background in white in IE, but looked fine in Firefox (1.5.x) and Opera (9.x).

Check the page out: [url=http://ouianna.com/blog/index.php]Oui Anna[/url].

Any suggest to this problem? Thanks for your great help.

2 Sep 27, 2006 08:21

See what happens if you change div#wrapper to

div#wrapper {
	background: transparent repeat-y 0 0;
	width: 740px;
	margin: 0 auto;
	padding: 0;
}

it is currently background: #fff

3 Sep 27, 2006 08:30

Hi John,

Your suggestion works. :D

Thanks for your great help.


Form is loading...