The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
CSS in IE?
My CSS doesn't show up in Internet Explorer. Anyone ever had this problem?
My CSS: ADDITIONAL CSS DEFINITIONS: Code:
.nav_back { background-image:url(images/perfect/misc/nav_back.gif); background-repeat:repeat-x; width: 877px; height: 43px; margin: 0px auto; } Code:
<div class="nav_back"> CONTENT </div> |
#2
|
||||
|
||||
Try:
Code:
.nav_back { width:877px; height:43px; margin:0px auto; background:url(/images/perfect/misc/nav_back.gif) repeat-x top left; } |
#3
|
|||
|
|||
Or
Code:
<div id="nav_back"> CONTENT </div> |
#4
|
||||
|
||||
Wouldn't then ID in CSS be: #nav_back and not .nav_back?
|
#5
|
|||
|
|||
both didint work
|
#6
|
||||
|
||||
Then it's not the CSS. Check to see if you're adding the code in the right style and template. Also, check whether the path to your image is correct and that the image has been uploaded.
|
#7
|
|||
|
|||
i have done all 3 of your suggestions still no luck
|
#8
|
||||
|
||||
I just added the exact code in several templates of mine to test it out. It worked all instances in IE and Firefox. I also added: background:#ffffff to the code to see but it didn't make a difference.
What exactly is not showing up? Is it the image or the block (of 877x43) itself? |
#9
|
|||
|
|||
the whole block
let me screenshot Firefox Internet Explorer --------------- Added [DATE]1198295760[/DATE] at [TIME]1198295760[/TIME] --------------- FIXED I had comments such as <!-- BLAH --!> which took it out of IE yea pretty gay |
#10
|
||||
|
||||
Hehe.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|