The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
CSS refuses to work.
This code works:
Code:
<img id="logoempf" class="logomid" height="159" width="50" src="/styles/7M-v1/new/hd_emptymidnew.jpg" border="0" alt="Logo Filler" /> But this code does not. It is supposed to resize it to 50 width from 100 width. Code:
<img id="logoempf" class="logomid" src="/styles/7M-v1/new/hd_emptymidnew.jpg" border="0" alt="Logo Filler" /> This is the CSS for it. I am certain the CSS is recognized, I tested it. The max's have just been put in to try to fix this, it didn't work without them. Code:
img.logomid{ max-height: 159; height: 159; max-width: 50; height: 50; float: left; } --------------- Added [DATE]1195347519[/DATE] at [TIME]1195347519[/TIME] --------------- Nevermind! I was not using 'px' for width and height, didn't know it was that strict. Thank you validator. http://jigsaw.w3.org/css-validator/ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|