View Full Version : A question about frames
Boofo
05-26-2008, 04:53 PM
I'm trying to add a frame to the forumhome. Is there a way to add a frame in the footer? I have a newsticker but I want to put it in a frame. Any help will be greatly appreciated.
PyroNET
05-26-2008, 09:35 PM
Sort of like what's seen at http://www.thesignsite.co.uk/ ?
<style type="text/css">
body {
padding: 0px 0px 20px 0px;
}
#footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: #000000;
color: #FFFFFF;
height: 20px;
}
html > body #footer {
position: fixed;
}
-->
</style>
<!--[if IE]>
<style type="text/css">
body {
overflow-y: hidden;
}
div#wrapper {
height: 100%;
overflow: auto;
}
</style>
<![endif]-->
Boofo
05-27-2008, 12:18 AM
Yes and no. ;)
Right now I have it in the footer inside the skin and I would like to keep it there but in a frame if at all possible. It isn't at the bottom of the screen. Does that make any sense? ;)
PyroNET
05-27-2008, 01:06 AM
Frame as in... a box with a border or an frame / iframe?
Screenshots and mockups are always helpful :p
Boofo
05-27-2008, 01:12 AM
Going to PM.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.