Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: I-FRAME TROUBLE: Only background color showing in IE, but nothing else?

  1. #1
    Join Date
    Jun 2009
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default I-FRAME TROUBLE: Only background color showing in IE, but nothing else?

    What I'm looking to do works flawlessly in FF. Here is the link:

    [Broken Link Removed]

    I've attached a copy of the main stylesheet as well, although the css that I believe the trouble is coming from is still within I-frame page for now...

    Been looking for solutions online -- but haven't found solutions thus far.

    ADDITIONAL NOTES:

    1. I've used this exact method before on MY MAIN WEBSITE and it still works remotely (Shot Breakdown). Although I tested that locally tonight while troubleshooting this issue and now that's appearing locally as just a dark blue background color. emmm...

    2. Not Internet Secuirty Setting (Checked already)

    3. Doctype is transitional...

    4. I tried merging both styles on to the one external sheet with the same outcome.

    5. Z-index confusion? I thought I double checked but...

    I'm completely at a loss here. Any help would be great counsel at this point. Tearing m'hair out and cranky. Thanks a bunch folks.

    Kind Regards,
    LisaMarie
    Last edited by jscheuer1; 03-11-2012 at 03:56 PM. Reason: Remove Broken Link

  2. #2
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there LisaMarie,

    your page looks and works the same in both IE8 and IE9, as it does in Firefox 10.0.2.

    coothead

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I removed "THE LINK" because it was broken, this may have been/be a temporary problem, if so - my apologies.

    In any case, please post a valid link to the problem page. We can't fix it if we can't see it.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Jun 2009
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default The link with the problem here:

    My apologizes:

    I-FRAME PROBLEM WEBSITE

  5. #5
    Join Date
    Jun 2009
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Thanks so much, coothead. That's my main site-- where the iframe is actually working as I need it to! The problem is on the this other site I'm designing.

  6. #6
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there LisaMarie,
    your page, at the quoted site, looks and works the same in both IE8 and IE9, as it does in Firefox 10.0.2.

    coothead

  7. #7
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    If you're only talking about how it looks as the page is loading, remove the highlighted line (from WALKSAFELY_CHASINGDREAMS/MEN_PRODUCT_1.html):

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Walk Safely Chasing Dream  Men's Logo T-Shirt</title>
    <style type="text/css">
    <!--
    @import url("css/WSCD_Stylesheet_ProductPage.css");
    body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background-color: #0F0;
    	background-repeat:repeat-x;
    	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    	padding: 0;
    	z-index:1;
    	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    }
    /*START OF PRODUCT I
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  8. #8
    Join Date
    Jun 2009
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Hi John,

    Thank you for your response. The bright green BG color is what I used to show you all where the iframe would be in IE. I actually need the iframe itself in there (as it appears to display and work correctly in FireFox)

    When I removed the BG:

    *When I test the iframe itself locally: BLACK WHITE PAGE/BODY with no image. In my working file all divs and hrefs are 'showing'.


    *When I test the full page w/ the iframe: The iframe shows the page with the default to the BG image of the ProductBackground div (as I need) but then the rollovers and hrefs are not working.

    I uploaded the new content w/o the BG color-- for review.
    (along with the adjusted css file)

    Here is the troubling link again!

    Thank you in advance!

  9. #9
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Rollovers work here in IE 8 and 9 and hrefs appear to 'work' as well, they don't seem to do anything in Firefox or IE, but they show up as what appears to be correctly in IE's status bar:

    Code:
    http://www.lisamarie.biz/WALKSAFELY_CHASINGDREAMS/MEN_PRODUCT_1.html#
    What version of IE are you using? What OS?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  10. #10
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    I gave LisaMarie that information yesterday at 11:52 am.
    It applied to the link that John said was broken.
    I repaired it and tested it successfully, as stated.
    coothead

  11. The Following User Says Thank You to coothead For This Useful Post:

    LisaMarie (03-21-2012)

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
  •