The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
http://jigsaw.w3.org/css-validator/
when you copy your css into the validator you get this error: Quote:
Code:
<div id="logo"> <a href="/"><img src="images/prowebforums/misc/banner.png" border="0" /></a> </div> Code:
#logo { background: transparent url(images/misc/banner.png)top left no-repeat; position: relative; float: left; height: 110; } CSS: Code:
#logo { background-image: url(images/misc/banner.png) top left no-repeat; float: left; position: relative; height: 110px; width: whatever size you wishpx; } Code:
#logo { background-image: url(/images/misc/banner.png) top left no-repeat; float: left; position: relative; height: 110px; width: whatever width you wantpx; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|