nwsebas
04-24-2008, 05:08 AM
1) Script Title: Featured Content Glider
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm
3) Describe problem: First off, just so everyone knows ahead of time, I've read through the forum topics featuring the words "content glider" and couldn't seem to find any similar problems. Secondly, I'm guessing the problem has something to do with this..
"Note that the CSS used to style this script assumes that your page contains a valid doctype at the very top in order to display properly in IE. This is due to IE's buggy support of CSS and the Box Model. Of course you're free to modify the CSS in any way to get the desired look."
....I've tried using the "box model hack" page but still couldn't figure it out.
Whats happening is on FF the glider shows up fine. Exactly how I want it. On IE7 it looks like it shows up fine, however it almost seems like its right justified. I can only see the first half of whatever image/text I want.
I'd post an example of it, but its on a **** site of mine lol... not sure if thats ok around here? Here is a sample of the code I'm using.
<div id="tubevideos" class="glidecontentwrapper">
<div class="glidecontent">
<table width="575" id="mytableborder" align="left" cellpadding="0" cellspacing="1">
<tr>
<td width="141" height="115" align="center"><a href="stephanie_cane.html"><img src="images/sc_stephanie.jpg" width="135" height="102" class="image"></a></td>
<td width="431" height="115" align="left"><a href="stephanie_cane.html" class="videotitle">Teen Stephanie Cane Video</a><br>
<div class="alltext">When you watch a Stephanie Cane **** you find it really hard to believe she can be that good at just 18 years old! She gives one great blowjob and then gets her tight pussy ****ed by a thick cock! <br>
<b>Time: 1:18</b></div></td>
</tr>
</table>
</div>
</div>
.glidecontentwrapper{
position: relative;
width: 575px;
height: 118px;
border: 1px solid #FFFFFF;
overflow: hidden;
}
.glidecontent{
position: absolute;
background: white;
padding: 0px;
visibility: hidden;
width: 575px;
}
I obviously also have all the proper scripts and the css attached. I've been trying for 2 hours. I can't for the life of me figure out how to fix this problem. ANY help would be greatly appreciated. This code is EXACTLY what I was looking for. Thanks.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm
3) Describe problem: First off, just so everyone knows ahead of time, I've read through the forum topics featuring the words "content glider" and couldn't seem to find any similar problems. Secondly, I'm guessing the problem has something to do with this..
"Note that the CSS used to style this script assumes that your page contains a valid doctype at the very top in order to display properly in IE. This is due to IE's buggy support of CSS and the Box Model. Of course you're free to modify the CSS in any way to get the desired look."
....I've tried using the "box model hack" page but still couldn't figure it out.
Whats happening is on FF the glider shows up fine. Exactly how I want it. On IE7 it looks like it shows up fine, however it almost seems like its right justified. I can only see the first half of whatever image/text I want.
I'd post an example of it, but its on a **** site of mine lol... not sure if thats ok around here? Here is a sample of the code I'm using.
<div id="tubevideos" class="glidecontentwrapper">
<div class="glidecontent">
<table width="575" id="mytableborder" align="left" cellpadding="0" cellspacing="1">
<tr>
<td width="141" height="115" align="center"><a href="stephanie_cane.html"><img src="images/sc_stephanie.jpg" width="135" height="102" class="image"></a></td>
<td width="431" height="115" align="left"><a href="stephanie_cane.html" class="videotitle">Teen Stephanie Cane Video</a><br>
<div class="alltext">When you watch a Stephanie Cane **** you find it really hard to believe she can be that good at just 18 years old! She gives one great blowjob and then gets her tight pussy ****ed by a thick cock! <br>
<b>Time: 1:18</b></div></td>
</tr>
</table>
</div>
</div>
.glidecontentwrapper{
position: relative;
width: 575px;
height: 118px;
border: 1px solid #FFFFFF;
overflow: hidden;
}
.glidecontent{
position: absolute;
background: white;
padding: 0px;
visibility: hidden;
width: 575px;
}
I obviously also have all the proper scripts and the css attached. I've been trying for 2 hours. I can't for the life of me figure out how to fix this problem. ANY help would be greatly appreciated. This code is EXACTLY what I was looking for. Thanks.