The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Some differences between IE en FF
Hi !
I got a banner on my forum index. It should look like this (and does in Mozilla FF): But in IE7 and 8 it looks like this: (floating above) It controlled with this code And a similar problem is going on with the background image of the board. Mozilla FF: IE: (no image) Controlled with the code in Main CSS, part BODY: HTML Code:
#ffffff url(http://www.deorvanheemskerk.nl/images/bg_body.gif) Greetz, Tijmen |
#2
|
||||
|
||||
It's very hard to figure out what is going on from just images. In the first one, perhaps there is an extra line break. Or, maybe some padding. As for the second one, again, hard to tell - look at all the different class affecting the area and see what the 'last' class is that is called and if it's overwriting the background you want.
|
#3
|
|||
|
|||
paste this CSS into your body { } and your background should work on both browsers... also be sure your body css is not defined as class (.body) or id (#body)
Code:
background: #FFF url(images/bg_body.gif) repeat-y fixed center top; |
#4
|
|||
|
|||
Thanks, but this code gives me a blank background in both browsers
|
#5
|
|||
|
|||
Quote:
' Code:
background: #FFF url(http://www.deorvanheemskerk.nl/images/bg_body.gif) repeat center top; |
#6
|
|||
|
|||
Yes, i found the answer throught this link !!!
--------------- Added [DATE]1243104900[/DATE] at [TIME]1243104900[/TIME] --------------- Fixed the other problem too: changed top - left -> bottom - left And removed the vertical alignment of the text Thanks for giving me the right 'push' !! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|