The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
CSS Align...
Code:
/* Search Box */ .search-top { background: #efefef url('images/search-top.png') repeat-x; height: 20px; width: 100%; } How can I do this in CSS? Sorry, hard to explain. If you need a screenshot to better explain, I'll get you one, just ask. |
#2
|
||||
|
||||
If it is 'inside' another class that positions it 10px from the right and left and top and bottom, then that is what will happen. You will have to change the type of positioning (absolute, relative, etc). Google "css positioning"
|
#3
|
|||
|
|||
I now have...
Code:
.search-top { background: #efefef url('images/search-top.png') repeat-x; height: 20px; width: 100%; position:absolute; margin:-8px; It now looks fine in Firefox, but in IE, it looks horrible still. Even worse... |
#4
|
||||
|
||||
Google "css position ie firefox" and find out why. You will probably have to do something different for ie than for firefox.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|