Hi,
I'm customizing the Sapphire theme. I've put in a graphic menu pad at the right-hand side, and would like it to scroll down the page as the page scrolls.
The code below works fine with FireFox and Chrome, but the menu pad is no where to be seen in IE7 (I'm not even bothering to sweat about making it work with IE5 and IE6):
#sidebar {
position:fixed;
margin-left:533px;
margin-top:10px;
margin-bottom:10px;
font:1.2em Verdana, Arial, Sans-Serif;
color:#000;
padding:0;
}
Would anyone have the solution by any chance? Thanks in advance if so :)