
Originally Posted by
markus75
Also i did not understand if i did right to edit the value in this part:
PHP Code:
#navColumnTwo {
float: right;
margin-right: -170px; /* This negative margin-right value is in this example the same as the right column width. */
position: relative; /* IE needs this */
Yes, I'm sorry, I've added this to my instructions for the next update.
Here's the original:
Code:
#navColumnTwo {
float: right;
margin-right: -150px; /* This negative margin-right value is in this example the same as the right column width. */
position: relative; /* IE needs this */
}
* html #navColumnTwo {
margin-right: -170px !important; /* Fixes IE6 Issue */
}
So change the 150px to 170px, and the 170px to 190px.
Bookmarks