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

  1. #1

    Default Browser Problems

    I kind of taught myself Dreamweaver, and now I've hit a snag and since I don't
    really know what I'm doing I could really use your help! This is the deal; I
    designed a webpage on my Mac (OS 10.something). I uploaded it to the server,
    and it looks just as it should on every Mac I've tested it on, regardless of
    operating system or browser. BUT, on PC's there are major problems. Apparently
    on IE the captions are cut off, and on Mozilla it won't load at all. Does
    anyone know why this would happen, or how I can fix it??? The address is
    [url]www.laureneverett.com[/url], if anyone wants to check it out and take a shot at the
    problem...
    Thanks in advance!


    Lauren Everett Guest

  2. Similar Questions and Discussions

    1. Browser Display Problems with IE 6.0
      Hello everyone, I am having an annoying problem that I know isn't anything new. I just can't find anything reliable to help me resolve it. I...
    2. Connection/Browser Problems
      I hoping that someone can help me with this because it is driving me mad!!! Like most people I am getting the usual error messages relating to...
    3. IE 6 Browser Window Problems
      I have designed a site using dreamweaver mx on OSX. As per client specs, they requested that certain links open a new browser window and to full...
    4. Can you correct cross platform browser problems on a mac
      Can any body tell me if it is possible to correct the problems when building a designed website in dreamweaver on a mac then viewing it on a PC....
    5. browser settings causing problems
      I have created a online study course that streams mp3 files as the audio src. I have found that if IE's "Temp Internet Files" setting is set to...
  3. #2

    Default Re: Browser Problems

    Try pushing the cells a bit to the right to get them bigger which will reduce
    the size of your empty cells in the middle between the writting the and the
    pictures. I tested it on my machine and it work fine with SC1.htm

    Vegeta.G-Force

    G-Force Ent. Guest

  4. #3

    Default browser problems

    [url]http://www.iankovi.com/newfolder/index.html[/url]

    css:

    [url]http://iankovi.com:2082/frontend/x2/files/select.html?dir=/home/iankovi/public_h[/url]
    tml/newfolder&file=sponsi.css

    ".menucontainer" has a correct left margin in ie, but not in firefox nor opera
    .menucontainer {
    display: block;
    height: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #999999;
    width: 200px;
    float: left;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 7px;
    }

    same with "heading"
    #heading {
    height: auto;
    width: 226px;
    display: block;
    float: left;
    font-family: "Century Gothic";
    font-size: 42px;
    font-weight: bold;
    color: #0099CC;
    background-image: url(images/sponsi.png);
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    }

    the middle column which "sign up now" starts off looks different in
    dreamweaver, then in ie, firefox opera. the fields align as they should in
    firefox, and opera but not in ie. if i remove the css "input2" they align fine
    in ie, but not in firefox nor opera.

    .input2 {
    font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    border: 1px solid #EEEEEE;
    width: 185px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px;
    display: inline;
    height: 18px;
    }

    #middlecontainer {
    height: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #999999;
    width: 200px;
    float: left;
    margin: 0px;
    padding-top: 0px;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 18px;
    }

    i want to align "success" with "15 minutes of fame" but with everything above
    not aligning properly it seems impossible

    i'm not sure if i should have different divs around "middle container" like i
    do right now, ive removed them but they didnt seem to the problem

    thanks to anyone who can help

    evropa Guest

  5. #4

    Default Re: browser problems

    First and foremost, its a good idea to make sure your HTML/CSS code is valid.

    [url]http://validator.w3.org/check?uri=http://www.iankovi.com/newfolder/index.html[/url]

    [url]http://jigsaw.w3.org/css-validator/validator?uri=http://www.iankovi.com/newfolde[/url]
    r/sponsi.css

    Second, it is difficult to decipher what you mean... the "sign up now" box
    looks the same to me. Are you testing with IE6? And do you have Firefox 1.5?

    I noticed that you have all the divs floating to the left. Perhaps it would
    help if you "clear" the floats somewhere towards the bottom of the page...?

    Also, buttons and form fields are often times rendered as system widgets, so
    CSS may and may not be able to completely alter how they look in all cases. IE
    is most forgiving, but on browsers like Safari its nearly impossible. It's
    recommended to style form fields/buttons to a minimal degree, if at all.

    mzanime.com Guest

  6. #5

    Default Re: browser problems

    Originally posted by: mzanime.com
    First and foremost, its a good idea to make sure your HTML/CSS code is valid.


    [url]http://jigsaw.w3.org/css-validator/validator?uri=http://www.iankovi.com/newfolde[/url]
    r/sponsi.css

    Second, it is difficult to decipher what you mean... the "sign up now" box
    looks the same to me. Are you testing with IE6? And do you have Firefox 1.5?

    I noticed that you have all the divs floating to the left. Perhaps it would
    help if you "clear" the floats somewhere towards the bottom of the page...?

    Also, buttons and form fields are often times rendered as system widgets, so
    CSS may and may not be able to completely alter how they look in all cases. IE
    is most forgiving, but on browsers like Safari its nearly impossible. It's
    recommended to style form fields/buttons to a minimal degree, if at all.

    i have fixed the main errors, theres a still a few errors but once i replace
    the image placeholders with real images those should be fixed. theres also two
    other errors which i dont get #6, and #7.


    [url]http://validator.w3.org/check?uri=http%3A%2F%2Fwww.iankovi.com%2Fnewfolder %2Find[/url]
    ex.html

    [url]http://www.iankovi.com/newfolder/index.html[/url]
    [url]http://www.iankovi.com/newfolder/sponsi.css[/url]

    i am using ie 6, firefox 1.6, and opera 8.5

    "success" is aligned with "15 minutes of fame" in firefox, but not in ie or
    opera

    how would i go on about clearing the divs to the bottom? clear:left,right,both?

    thank you for your time

    evropa Guest

  7. #6

    Default Re: browser problems

    > i have fixed the main errors, theres a still a few errors but once i replace
    the
    > image placeholders with real images those should be fixed. theres also two
    > other errors which i dont get #6, and #7.
    I would assume those errors are because you don't have any of the <option>
    elements inside of <select> but I'm not sure... haven't seen an error like that
    before.
    > i am using ie 6, firefox 1.6, and opera 8.5
    > "success" is aligned with "15 minutes of fame" in firefox, but not in ie or
    opera

    You mean Firefox 1.5? I didn't know there was a 1.6 yet... To me all of the
    text looks aligned the same, as do colors and borders.
    > how would i go on about clearing the divs to the bottom?
    clear:left,right,both?

    clear:both should do it.

    mzanime.com 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