For some bizarre reason, I have a scrollable div where the anchor  
links do not scroll with the rest of the content.
here is an example: http://bravosantamonica.com/bravo/bravo_contact.php

In the right-center 'scrollable' content area, the link,  
[EMAIL PROTECTED], remains fixed while the rest of the text scrolls


CSS:
a {position: relative;}

div#inserted_content {  
position relative; float: right;
width:480px; height:415px; margin: 6px 1px; padding-right: 5px;
overflow: auto;}

Abridged HTML:
<div id="inserted_content">
   <p>
        We love our customers blah blah blah, so contact us
        <a href="mailto:[EMAIL PROTECTED]"/>Email Us</a>
        Did you know blah blah blah....
   </p>
</div>

What could be the problem, and is there a workaround?

Of course, this works in Firefox and Safari......

many thanks
g

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to