Hi,
Can someone help me with the "Always on top Context Menu Script" that is available at DD? It has the ability to stay in it's place no matter what, even when the page it's on is scrolled up or down, Well I'm trying to get a div that is supposed to do the same thing but it's always on the bottom can someone tell me what I need to do to it in-order for it to work this way? here is the code I'm working with...
In The Page,
<div class="ribn"> In Remembrance Of<br> September 11, 2001 </div>
In The CSS File,
div.ribn
{
border:#ff0000 1px solid;position:absolute;left:1px;bottom:1px;background-color:#ffffff;width:138px;height:32px;color:#000000;font-size:11px;text-align:center;vertical-align:middle;background-image: url('images/ribbon.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: left bottom;
}
Any Help Would Be Much Appieciated.
Thanks,
Larry
Can someone help me with the "Always on top Context Menu Script" that is available at DD? It has the ability to stay in it's place no matter what, even when the page it's on is scrolled up or down, Well I'm trying to get a div that is supposed to do the same thing but it's always on the bottom can someone tell me what I need to do to it in-order for it to work this way? here is the code I'm working with...
In The Page,
<div class="ribn"> In Remembrance Of<br> September 11, 2001 </div>
In The CSS File,
div.ribn
{
border:#ff0000 1px solid;position:absolute;left:1px;bottom:1px;background-color:#ffffff;width:138px;height:32px;color:#000000;font-size:11px;text-align:center;vertical-align:middle;background-image: url('images/ribbon.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: left bottom;
}
Any Help Would Be Much Appieciated.
Thanks,
Larry
Comment