HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Picture over a scroll box and be able to scroll down
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
jonsolo



Joined: 02 Aug 2008
Posts: 2

Posted: Thu Aug 07, 2008 2:17 pm     Picture over a scroll box and be able to scroll down  

Hey guys,

I'm trying to put a picture over a scroll box and have the picture disappear and reveal the scroll box when I put the mouse over it.

I can get the picture over the scroll box and have it hover, but when the picture disappears and shows the scroll box, I cant scroll down on the scroll box.

Heres what I have...

<style>

a.rollover {
text-indent: -9999px ;
text-decoration: none ;
display: block ;
width: 290px ;
height: 240px ;
background: transparent url(http://i285.photobucket.com/albums/ll71/smirk838/warriorsfinal.png) no-repeat left top ;position:absolute; top:8px; left:13px;

}

a.rollover:hover {
text-indent: 0 ;
background: none ;
}
p.rollover:hover {
text-indent: 0 ;
background: none ;
}
http://i285.photobucket.com/albums/ll71/smirk838/warriorsnew.png

</style>
<a class="rollover">
</a>

<div style="width: 280px; height: 230px; background-color: white;background-image:url(http://i285.photobucket.com/albums/ll71/smirk838/240-280-30-2.png);background-repeat:no-repeat ;background-position:center center;family: arial; font-size: 10px; font-weight: bold; text-align: left; overflow: auto; padding: 4px;"><font color="#1569C7">

<font color="#ff3399"> Marissa: testinggg
<br /></font>
Jon: Hi
<br />
<font color="#ff3399">Marissa: woot
<br /></font>
Jon: Yay it works :DDD
<br />
Jon: blah
<br />
<font color="#ff3399">Marissa: hi
<br /></font>
<font color="#ff3399">Marissa: hello
<br /></font>
Jon: pwnt
<br />
<font color="#ff3399">Marissa: nub
<br /></font>
Jon: pro
<br />
<font color="#ff3399">Marissa: blah
<br /></font>
Jon: hi
<br>
<font color="#ff3399"> Marissa: testinggg
<br /></font>
Jon: Hi
<br />
<font color="#ff3399">Marissa: woot
<br /></font>
Jon: Yay it works :DDD
<br />
Jon: blah
<br />
<font color="#ff3399">Marissa: hi
<br /></font>
<font color="#ff3399">Marissa: hello
<br /></font>
Jon: pwnt
<br />
<font color="#ff3399">Marissa: nub
</div>
</td></tr>

Thanks if you can help, :)
PayneLess Designs



Joined: 28 Feb 2007
Posts: 1402
Location: Biloxi, MS

Posted: Sat Aug 16, 2008 5:42 am      

Try using visibility:hidden for the hover effect.

Why is " Code: http://i285.photobucket.com/albums/ll71/smirk838/warriorsnew.png " in the style tags?
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> HTML Table
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group