HighDots Forums  

Table scrolling problem (iframe) in Mac IE 5.2

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Table scrolling problem (iframe) in Mac IE 5.2 in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
issues webforumsuser@macromedia.com
 
Posts: n/a

Default Table scrolling problem (iframe) in Mac IE 5.2 - 07-15-2003 , 04:38 AM






Hi everyone,

I run a website for the band http://www.levelcd.com. I was wondering if anyone has a code to solve this problem. I use the "frame inside a table" method all over the website. For instance I use the following code on their http://www.levelcd.com/tour.htm inside the right side table of the page:

<iframe src="box_tour.htm" name="detailframe" id="detailframe" width="237" height="365" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe>

It works great in every platform (Mac, PC) and browser (Explorer 6 (PC), Netscape 7.0, Safari) I have tested with the exception of Mac IE 5.2. Does anyone know how to resolve this? Any help would be greatly appreciated.

Thanks,
Michael



Referring URLs
http://www.kontaktdesign.com
http://www.levelcd.com/index_2.htm




Reply With Quote
  #2  
Old   
osgood
 
Posts: n/a

Default Re: Table scrolling problem (iframe) in Mac IE 5.2 - 07-15-2003 , 05:29 AM






"issues" webforumsuser (AT) macromedia (DOT) com wrote:

Quote:
Hi everyone,

I run a website for the band http://www.levelcd.com. I was wondering
if anyone has a code to solve this problem. I use the "frame inside a
table" method all over the website. For instance I use the following
code on their http://www.levelcd.com/tour.htm inside the right side
table of the page:



It works great in every platform (Mac, PC) and browser (Explorer 6
(PC), Netscape 7.0, Safari) I have tested with the exception of Mac IE
5.2. Does anyone know how to resolve this? Any help would be greatly
appreciated.

Thanks,
Michael




Referring URLs
http://www.kontaktdesign.com
http://www.levelcd.com/index_2.htm



I dont have Mac IE 5.2 but I have 5.1 and it works ok in that browser.
Its a bit concerning that it wouldnt therfore work ok in 5.2.



Reply With Quote
  #3  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: Table scrolling problem (iframe) in Mac IE 5.2 - 07-15-2003 , 05:43 AM



"issues" webforumsuser (AT) macromedia (DOT) com wrote:

Quote:
Hi everyone,

I run a website for the band http://www.levelcd.com. I was wondering if anyone has a code to solve this problem. I use the "frame inside a table" method all over the website. For instance I use the following code on their http://www.levelcd.com/tour.htm inside the right side table of the page:

iframe src="box_tour.htm" name="detailframe" id="detailframe" width="237" height="365" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe

It works great in every platform (Mac, PC) and browser (Explorer 6 (PC), Netscape 7.0, Safari) I have tested with the exception of Mac IE 5.2. Does anyone know how to resolve this? Any help would be greatly appreciated.

Thanks,
Michael
You have a javascript supposed to add color to scrollbars i all pages.
Try first taking it away in the pages you're pulling in to the parent
page. If that won't do it, take away the script in the parent page, too.
If you want colored scrollbars, you should use CSS instead of JS. Here's
an example to put in the head of the pages. If you want it in an
external sheet, delete the tags above and under, copy and paste:
<style>
HTML {SCROLLBAR-FACE-COLOR: #666E8E; SCROLLBAR-HIGHLIGHT-COLOR: #848BA7;
SCROLLBAR-SHADOW-COLOR: #545B78; SCROLLBAR-3DLIGHT-COLOR: #848BA7;
SCROLLBAR-ARROW-COLOR: #848BA7; SCROLLBAR-TRACK-COLOR: #545B78;
SCROLLBAR-DARKSHADOW-COLOR: #666666; }
</style>
Finally, you have a table that might cause problems please dont use
Fireworks to create code. In you case I think it'll work. But you might
consider a nested table like this:
<table width="800" border="0" cellspacing="0" cellpadding="0"
align="center">
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="tour/tour_02.jpg" width=12
height=383 alt=""></td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="tour/tour_03.jpg" width=529 height=259
alt=""></td>
</tr>
<tr>
<td valign="top"><img src="tour/tour_09.jpg" width=529
height=11 alt=""></td>
</tr>
<tr>
<td valign="top"><img src="tour/tour_10.jpg" width=529
height=18 alt=""></td>
</tr>
<tr>
<td valign="top"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td>
<table width="259" border="0" cellspacing="0" cellpadding="0"
align="right">
<tr>
<td valign="top"><img src="tour/tour_04.jpg" width=11
height=18 alt=""></td>
<td valign="top"><img src="tour/tour_05.jpg" width=237
height=18 alt=""></td>
<td valign="top" rowspan="2"><img src="tour/tour_06.jpg"
width=11 height=383 alt=""></td>
</tr>
<tr>
<td valign="top"><img src="tour/tour_07.jpg" width=11
height=365 alt=""></td>
<td valign="top"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2"><img src="tour/tour_12.jpg" width=800 height=8
alt=""></td>
</tr>
</table>

HTH


--
Dan Vendel - *GOF*
http://www.vendel.info
Contact me directly by clicking here:
http://contact.vendel.info
Formmail tutorial:
http://www.vendel.info/tut/formmail.html
Nested table demonstration:
http://www.vendel.info/tabletut/



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.