Web Design and Development Forums

SAFARI / IFRAME / DIV IMAGE problem

This is a discussion on "SAFARI / IFRAME / DIV IMAGE problem" within the HTML Forum section. This forum, and the thread "SAFARI / IFRAME / DIV IMAGE problem are both part of the Design Your Website category.


Go Back   Webforumz.com > Design Your Website > HTML Forum

Welcome to Webforumz.com.
Register Now Register now!

Reply
 
LinkBack Thread Tools Rate Thread
Old Apr 10th, 2008, 07:51   #1 (permalink)
New Member
 
Join Date: Apr 2008
Location: Sydney
Posts: 2
SAFARI / IFRAME / DIV IMAGE problem

Hi - sorta newbie here

I have a problem with a page I am putting together:

I have an Iframe, and an image that has been layered over the top of the iframe.

Works fine in IE and Firefox - But Safari seems to break the page - whenever I use the scrollbar, the image leaves a horible trail through the Iframe.

Have a look (and make sure to use safari): http://www.soulfulunderground.net/test/info.htm

Heres my code:

Code: Select all
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>site</title>
<style type="text/css">
<!--

#content {
    font-family: Verdana, Geneva, Arial, sans-serif;
    margin-left: -350px;
    position: absolute;
    top: -266px;
    left: 50%;
    width: 700px;
    height: 532px;
    visibility: visible
}
-->
</style>
</head>
<body>

  <div id="content">
    <iframe style="position:absolute; top: 300px; left: 6px; z-index: 1; display: block; width: 687px; height: 492px; frameborder="0" src="frame.htm"> </iframe>
    <div style="position: absolute; top: 710px; left: 300px; z-index: 3; display: block; width: 93px; height: 124px; border: 0;"> <img src="image.jpg"> </div>

</div>
</body>
</html>
shan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 10th, 2008, 09:41   #2 (permalink)
Reputable Member
 
Join Date: Sep 2007
Location: Manchester
Age: 25
Posts: 131
Re: SAFARI / IFRAME / DIV IMAGE problem

Why don't you get rid of the iframes altogether?

You can place a style on the DIV that will create a scrollbar for you without having to use two pages to create the one. (Plus it's better for SEO purposes).

The styles you placed on the iframe, place them on the DIV that's holding the iframe.

In the DIV place all the content you want displayed.

Then add "overflow:auto" to the DIV styles and it will create a scrollbar.
__________________
Web Design Manchester - Enjoy Online Ltd. Emz Design - Web Design Blog
Emzi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Safari users - help, why image not rendered? JohnnyBoy New to Web Design 8 Dec 12th, 2007 21:54
box height problem in Safari Colm Osiris CSS Forum 3 Oct 27th, 2007 14:52
Navigation problem with Safari cpando1974 CSS Forum 4 Oct 8th, 2007 15:45
image not resizing in Safari cyberseed Java, JSP, Cold Fusion 0 Jul 30th, 2007 16:39
problem with iframe background image in IE dudeman CSS Forum 1 Apr 19th, 2006 01:13



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 11:06.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


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