Click to See Complete Forum and Search --> : Semi-Transparent Frames... Are they possible?
Nikura
08-07-2003, 04:44 PM
:confused: okay. At first I wanted Semi-transperent Tables that scrolled. Then I found out that no one thinks those exsist, so I gave up on that idea. But someone told me that Semi-transparent Frames that scroll ARE possible, but they didn't know how to make them. So I'm coming here for help, because it would really, really, helpme If I would have some sort of semi-transparent-scrolling-box-thing on my site for updates and stuff. Pleasepleasepleasepleaseplease help me! *pouts*
-Nikura^^;;;;
Mai No Koibito (My site) (http://www.hostultra.com/~Nikura/index.html)
David Harrison
08-08-2003, 01:54 PM
You mean a bit like this:
PeOfEo
08-08-2003, 05:22 PM
His code uses an iframe, That will act very similarly to a normal table cell or a div or any other element like that. I just through that in incase you did not know that. Also if you do not want to make a separate file for your content you can do this to acheive the same affect.
put this as your doc type
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
this is the actual div or 'box with scroll bars'
<div width="500" height="500" style="filter:alpha(opacity=50); overflow:scroll;">
This will be the content inside the box, scroll bars will only appear when the content is bigger then the box paramters that you set
</div>