sidebar at the wrong place with mozilla and netscape

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default sidebar at the wrong place with mozilla and netscape

    Hello,
    I've chosen a page structure which is fine on IE6 but not fine in Mozilla,
    Netscape Navigator and IE7. You may see the page at
    [url]http://www.udeurcamera.it/il_gruppo.html[/url] . The problem is the sidebar at the
    right containing the picture. As you can see in the source code I've chosen a
    "float-based" structure. In the three browsers I've mentioned the sidebar
    should be moved at the right, in line with the footer. How can I achieve that?
    Thank you very much,
    Giuseppe, Rome

    giuseppe craparotta Guest

  2. Similar Questions and Discussions

    1. img in textfield tag crashes Netscape/mozilla on Mac
      Hi. I have made a dynamic textfield and a String object that contains a link to an image. When I attach the string to the textfield.htmlText the...
    2. php download management - netscape/mozilla bug
      I am using the script as below, but there is a problem, in Netscape, and Mozilla Firebird, a .php is added to the filename when the user is prompted...
    3. Is there's a way to put the sidebar of mozilla on the right?
      On Sun, August 03 at 3:52 PM EDT Zhao You Bing <zhaoyb@cad.zju.edu.cn> wrote: Not sure about versioning and stuff - but this is at...
    4. Netscape/Mozilla Problem
      Hi all, On my site using Netscape versions or Mozilla etc, the main left hand text navigation menu (blue bar left hand side), red coloured 'New'...
    5. Odd place to post Netscape query
      I know this may be an odd place to post a Netscape query but here goes anyway. Got a basic ASP.NET page that references JPGs from an 'images'...
  3. #2

    Default sidebar at the wrong place with mozilla and netscape

    Hello,
    I've chosen a page structure which is fine on IE6 but not fine in Mozilla,
    Netscape Navigator and IE7. You may see the page at
    [url]http://www.udeurcamera.it/il_gruppo.html[/url] . The problem is the sidebar at the
    right containing the picture. As you can see in the source code I've chosen a
    "float-based" structure. In the three browsers I've mentioned the sidebar
    should be moved at the right, in line with the footer. How can I achieve that?
    Thank you very much,
    Giuseppe, Rome

    body {background: white url(../gif/immagini/sfondorigato.gif) repeat;
    font-family:Arial, Helvetica, sans-serif; font-size:14px;}


    /*----------------------------------------div-----------------------------------
    -----------------------*/
    div#intestazionestampa {display:none}
    div#container {position:relative;width:800px;height:662px;margin :0
    auto;background-color:#FFFFFF;}
    div#header {position:relative; width:800px; margin:0 auto;}
    div#nav {float:left; width:172px; height:470px; border-bottom:1px solid black;
    border-right:1px solid black; border-left:1px solid black; margin-top:0}
    div#pulsanti {padding-bottom:7px; border-bottom:1px solid black}
    div#content {float:left; width:398px; height: 470px; border-bottom:1px solid
    black;}
    div#titolo {position: relative; width:398px; height:28px;}
    div#testi {position:relative;overflow:auto;height:442px;widt h: 446px;}
    div#contatti {position:absolute;border-bottom: 1px solid black;top:200px;
    left:174px; width:399px; height:110px}
    div#immtitolo {position:absolute;top: 325px;left: 174px;}
    div#personale {position:absolute; top:449px;left:191px; width:349px;}
    div#sidebar {position: relative; width:178px;height: 470px;border-right:1px
    solid black;border-bottom: 1px solid black;border-left:1px solid black;}
    div#fotocomponenti {position:relative; border-bottom:1px solid black}
    div#footer {clear:both; width:798px; height:23px; border-bottom:1px solid
    black; border-left:1px solid black; border-right:1px solid black}

    giuseppe craparotta 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