Announcement

Collapse
No announcement yet.

IFrames

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • IFrames

    Hello,
    I'm using IFrames to display photo galleries. In FF the border (which I want to have) is red. In IE8 it is gray.
    Is there any solution?
    fphcbigblue dot com

    Here's the code:
    <iframe name="hero" id="InlineFrame2" style="position:absolute;left:180px;top:95px;width :710px;height:475px;z-index:2" src="http://www.fphcbigblue.com/honor" frameborder="1">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  • #2
    Re: IFrames

    Can try this version in a html box.

    <iframe name="hero" id="InlineFrame2" style="position:absolute;border:2px red solid;left:180px;top:95px;width :710px;height:475px;z-index:2" src="http://www.fphcbigblue.com/honor" frameborder="1">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment


    • #3
      Re: IFrames

      Perfect...
      Thank you
      CarbonTerry
      Semper Fi
      Still green...still mean......just not as lean

      Red Hawk Archery
      Zone 5 Photo
      My USMC

      Comment

      Working...
      X