The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Im creating my own style and we coded it but for some reason vbulletin is playing up and I cant understand why, here is the css code for the main image.
Code:
#logo {
background: transparent url(images/misc/banner.png)top left no-repeat;
position: relative;
float: left;
height: 110;
}
Code:
<div id="logo"> <a href="/"></a> </div> Code:
<div id="logo"> <a href="/"><img src="images/prowebforums/misc/banner.png" border="0" /></a> </div> |
|
#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 | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|