Table scrolling problem (iframe) in Mac IE 5.2

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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....
    4. 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...
    5. 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...
  3. #2

    Default Re: Table scrolling problem (iframe) in Mac IE 5.2

    "issues" [email]webforumsuser@macromedia.com[/email] wrote:
    > 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]
    >
    >
    >
    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.

    osgood Guest

  4. #3

    Default Re: Table scrolling problem (iframe) in Mac IE 5.2

    "issues" [email]webforumsuser@macromedia.com[/email] wrote:
    > 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
    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*
    [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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139