vForums Support > vForums :: Report a Bug :: Resolved Bugs :: > Head/Base CSS Error

Head/Base CSS Error - Posted By Michael (wrighty) on 25th Jan 08 at 10:18pm
The CSS from the head/base adds an extra px - which throws an error in Opera.

Code:
 
  1. .head {    background-image: url('http://i32.tinypic.com/nwh9wo.jpg');     width: 750pxpx; background-position: bottom; background-repeat: repeat-x; }
  2.             .base { background-image: url('http://i27.tinypic.com/fd4zeq.jpg');  width: 750pxpx; background-position: top; background-repeat: repeat-x; }
 


{Unsure}

Re: Head/Base CSS Error - Posted By Ross (admin) on 25th Jan 08 at 10:28pm
You're not supposed to enter the px part in the modify colors setting {Tongue Out}

I'll get it fixed. I need to remove the spacing from that file anyway.

Re: Head/Base CSS Error - Posted By Michael (wrighty) on 25th Jan 08 at 10:30pm
There's a setting for the width of the head/base in the colours part? O.o

Re: Head/Base CSS Error - Posted By Ross (admin) on 25th Jan 08 at 10:33pm
 
There's a setting for the width of the head/base in the colours part? O.o


It's based off of the forum width.

Re: Head/Base CSS Error - Posted By Michael (wrighty) on 25th Jan 08 at 10:43pm
oh ok {Smile}