Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
issues webforumsuser@macromedia.com #1
Table scrolling problem (iframe) in Mac IE 5.2
Hi everyone,
I run a website for the band [url]http://www.levelcd.com[/url]. 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 [url]http://www.levelcd.com/tour.htm[/url] 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
[url]http://www.kontaktdesign.com[/url]
[url]http://www.levelcd.com/index_2.htm[/url]
issues webforumsuser@macromedia.com Guest
-
Only Vertical Scrolling at Table
Hello, I need some help concerning to the code below. I have a small table confugured to scroll text, but something is lacking in the code to... -
Scrolling a page inside an iframe
I created an iframe, it has a .html page in it, let's call it content.html for example I also create a button outside this iframe, so in my main... -
iFrame scrolling left/right when I don't want it to!Please help!
Hello, I am using iFrames in my HTML page for a website that I'm creating - click http://www.spindriftmedia.com/clients/charliegeorge to see it.... -
Display query results in iframe not a table
Hi Problem: I am previewing a PowerPoint slide show in a web page iframe. I would like to be able to link the iframe somehow to a database of... -
Table Scrolling
Hi, just a question about tables - is it possible to make them scrollable??? For example having some content in the middle of a table that can be... -
osgood #2
Re: Table scrolling problem (iframe) in Mac IE 5.2
"issues" [email]webforumsuser@macromedia.com[/email] wrote:
I dont have Mac IE 5.2 but I have 5.1 and it works ok in that browser.> Hi everyone,
>
> I run a website for the band [url]http://www.levelcd.com[/url]. 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 [url]http://www.levelcd.com/tour.htm[/url] 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
> [url]http://www.kontaktdesign.com[/url]
> [url]http://www.levelcd.com/index_2.htm[/url]
>
>
>
Its a bit concerning that it wouldnt therfore work ok in 5.2.
osgood Guest
-
Dan Vendel *GOF* #3
Re: Table scrolling problem (iframe) in Mac IE 5.2
"issues" [email]webforumsuser@macromedia.com[/email] wrote:
You have a javascript supposed to add color to scrollbars i all pages.> Hi everyone,
>
> I run a website for the band [url]http://www.levelcd.com[/url]. 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 [url]http://www.levelcd.com/tour.htm[/url] 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
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*
[url]http://www.vendel.info[/url]
Contact me directly by clicking here:
[url]http://contact.vendel.info[/url]
Formmail tutorial:
[url]http://www.vendel.info/tut/formmail.html[/url]
Nested table demonstration:
[url]http://www.vendel.info/tabletut/[/url]
Dan Vendel *GOF* Guest



Reply With Quote

