View Full Version : Now Resolved. Image positioning on Joomla
BabyJack
06-08-2008, 07:56 PM
Hey, how Can I make the banner go over the grey to black gradient? Im using joomla.
URL: http://www.wifeee.com/#page
BabyJack
06-09-2008, 07:26 AM
The code I used was:
<img src="http://i31.tinypic.com/2r2c1ug.png" border="0" style="margin-top: 2em; align: center;"/>
abduraooft
06-09-2008, 08:19 AM
The best method is to write the markup in the order of desired display and let it to follow its normal flow. In your case, as far as I understood, the following will place the banner above the navigation tabs.
div#banner {
position:absolute;
top:0px;
/*width:0px;
right:-20px;
z-index:3;*/
left:0;
}
BabyJack
06-09-2008, 04:00 PM
It doesn't appear to be working..
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.