OK, here is the deal.
Currently finalizing a page design for a local restaurant. You can see it here:
(Which is not going to be the final URL, do not worry)
Events - Events
If you paste this into the netrenderer
IE NetRenderer - Browser Compatibility Check -
You will see that the navigation is getting fucked up.
The right image, which is a float:right gets pushed to the bottom.
Hmpf.. at my wits end... anyone?
Here is the relevant bits of code...
HTML
and CSS
Argh...
An epic boob thread for the solution (those who know my boobs threads know you will not be disappointed)
::emp::
Currently finalizing a page design for a local restaurant. You can see it here:
(Which is not going to be the final URL, do not worry)
Events - Events
If you paste this into the netrenderer
IE NetRenderer - Browser Compatibility Check -
You will see that the navigation is getting fucked up.
The right image, which is a float:right gets pushed to the bottom.
Hmpf.. at my wits end... anyone?
Here is the relevant bits of code...
HTML
Code:
<div>
<div><a href="?language=en&category=Home">Home</a></div>
<div class="column span-4"><a href="?language=en&category=Our-Offers">Our Offers</a></div>
<div class="column span-3 activoben">
<img src="img/navactive_left.jpg" class="navactiveleft">Events<img src="img/navactive_right.jpg" class="navactiveright">
</div>
<div class="column span-3"><a href="?language=en&category=About-us">About us</a></div>
<div class="column span-3 last"><a href="?language=de&category=Feiern-und-Anlaesse&page=Anlaesse"><img src="img/ch.gif"></a></div>
</div>
<div class="column span-19 navunten prepend-1 last">
<!-- LOWER NAVIGATION FOLLOWS-->
Code:
.activoben {background:url(../img/activenavbg.jpg); font-size:12px; background-position:center bottom; background-repeat:x; font-weight:bold; display: inline; min-height:30px;}
img.navactiveleft {float:left; display:inline;}
img.navactiveright {float:right; display: inline; position:relative;}
An epic boob thread for the solution (those who know my boobs threads know you will not be disappointed)
::emp::