Results 1 to 3 of 3

Thread: Iframes and Netscape

  1. #1
    Join Date
    Sep 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Iframes and Netscape

    I just customized a site for a client and I am using iframes. I used dreamweaver and the only error I get is regards to the style.css
    I am not sure if this is the reason my site will not show up on netscape 7 or is some other scripting error. I validated the pages on w3. Can anyone help? I am sure it is a simple solution however after staring at something for 3 days, it all looks the same now. I fresh eyes, cause mine are going buggy

    Here is the link: http://www.mcpba.com/indexa.html

    I need help asap thanks

    Lilith

  2. #2
    Join Date
    Sep 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default here is the style sheet

    Here is the style sheet I have.

    body{
    padding:0px;
    margin:0px;
    background-color:#FFFFFF;
    }

    table, td {
    width:100%;
    height:100%;
    border:0px;
    }

    td { vertical-align:top;}

    a:hover{text-decoration:none;}

    img { border:0px;}

    .m_text, table, li, input, textarea
    {
    font-family:Tahoma;
    font-size:11px;
    line-height:normal;
    color:#787C83;
    }

    span { color:#FF4E00; font-weight:bold;}

    a { color:#164B8D;}

    .h_text { color:#8C8F95; font-size:10px; line-height:10px; text-decoration:none}

    .h_text:hover { text-decoration:underline;}

    .l_text { color:#19549E; line-height:11px;}

    .c_text a { color:#787C83; line-height:11px;}

    .no_class, form, .no_class td
    {
    width:auto;
    height:auto;
    margin:0px;
    padding:0px;
    border:0px;
    color: default;
    }

    .form {height:25px; margin-top:3px;}

    .form input {width:182px; height:22px; border-color:#D8D8D8; border-width:1px; background-color:#F0F0F0; border-style:solid; padding-left:7px}

    textarea {width:182px; height:106px; border-color:#D8D8D8; border-width:1px; background-color:#F0F0F0; border-style:solid; padding-left:7px; overflow:hidden; margin-top:3px}

    ul {margin:0; padding:0; list-style:none}
    li {background:url(images/a.gif) no-repeat left center; margin: 0px 0px 0px 0px; padding:0px 0px 0px 15px}

    li a
    {
    line-height:20px;
    color:#19549E;
    }

    .margin {margin: 11px 5px 5px 28px;}

    .line { background-color:#D8D8D8; height:1px; margin-right:5px;}

  3. #3
    Join Date
    Sep 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default I have figured it out I think

    I have figured out the problem, I think It seems that my settings in my laptop for security settings are the issue. I can see my site on the netscape browser on my mac, but not on my pc. If anyone else could just double check on their netscape browser and let me know if they can see my site and the frames I would be grateful

    http://www.mcpba.com/indexa.html

Bookmarks

Posting Permissions

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