Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Reply
 
LinkBack Thread Tools Display Modes
Old 10-02-2011, 09:28 PM   #1
New Member
 
Join Date: Sep 2011
Posts: 2
Default Internet Explorer Bug with HyperLinks & iframes

Ok, admittedly bit of a newb here.

Tried my hand at snazzing up my website which you can see here:

http://www.yusifmusic.com/frame.html


Everything works great, except some people have mentioned that they cannot click on links when using Internet Explorer (dead links).

Is it because of my use of iframes? Is there a fix for this? If so what is it? Any other compatibility issues with IE (or other browsers) I should know about?

Here is the CSS and HTML:

Document: style.css

html, body {
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

a {font-family:Georgia,sans-serif; font-size: medium;}
a:link {color:black; text-decoration: bold;}
a:visited {color: black;}
a:hover { color: #c8bf27; background-color: black;
font-weight:bold;}
a:active {color: #c8bf27; background-color: black; text-decoration: none}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#content {
position:relative;
z-index:1;
}

#news{
position:fixed;
z-index:14;
width: 15%;
height: 7%;
left: 13%;
top: 12%;
}

#bio{
position:fixed;
z-index:14;
width: 17%;
height: 7%;
left: 24%;
top: 12%;
}

#media{
position:fixed;
z-index:14;
width: 17%;
height: 7%;
left: 37%;
top: 12%;
}


#events
{
position:fixed;
z-index:14;
width: 17%;
height: 7%;
left: 49%;
top: 12%;
}

#contact{
position:fixed;
z-index:14;
width: 17%;
height: 7%;
left: 62%;
top: 12%;
}

#shop{
position:fixed;
z-index:14;
width: 12%;
height: 7%;
left: 76%;
top: 12%;
}



#textarea{
position:fixed;
z-index:10;
left: 22%;
top: 18%;;
width: 55%;
height: 68%;
background-color: transparent;
overflow: auto;
}



#copyright{
position: fixed;
color:#c8bf27;
width: 100%;
top: 96%;
height: 10%;
background-color: transparent;
z-index: 11;
}


Document: frame.html

<html>
<head>
<title> Yusif!</title>
</head>

<iframe id="Player" src="player.html" width="320" height="65" align="bottom" scrolling="no" frameborder="0" style="position:absolute;Left:0%;top:0%" >
</iframe>

<IFRAME ID="News" SRC="news.html" allowTransparency="true" height = "100%" width = "100%" scrolling = "no" frameborder = "0" vspace=0 hspace=0 marginwidth=0 marginheight=0>
</IFRAME>
</head>
<body bgcolor="black">
</body>
</html>



PS-- Is there any way to scale the size of the text (links, content, etc) relative to the browser size, the way that I am able to scale images and the background image to the size of the browser?

Thanks! Any and all help appreciated.
refae is offline   Reply With Quote


Old 10-05-2011, 05:57 AM   #2
Diamond Member
 
Phreaddee's Avatar
 
Join Date: Feb 2011
Location: Newcastle, Australia
Posts: 1,135
Default

Scrap the lot and start again. Its all wrong. Too many to begin to cover but position:fixed for all elements? No doctype, iframes not even in the body, its a wonder it works on any browser!

Just google "why I hate ie" to find out issues regarding explorers blatant disregard for standards and compatibility.
__________________
if (headhurts == "possibly") {
alert ("keep going!");
}
else if (headhurts == "yes") {
alert ("go to sleep");
}
else if (headhurts == "damn !@#$ mofo scripts...") {
alert ("give up and have a beer!");
}
else {
alert ("watch TV");
}
Phreaddee is offline   Reply With Quote
Old 10-05-2011, 12:16 PM   #3
New Member
 
mackonline's Avatar
 
Join Date: Sep 2011
Posts: 22
Default

Quote:
Originally Posted by Phreaddee View Post
Just google "why I hate ie" to find out issues regarding explorers blatant disregard for standards and compatibility.

LOL. And I wanted to ask - why, in the name of god, are there people who still use ie
__________________
websites strategies, online marketing
http://sitebuilder.trafficmedia.com/
visit me on facebook https://www.facebook.com/pages/Websi...56295617760976
mackonline is offline   Reply With Quote
Old 10-05-2011, 07:28 PM   #4
Platinum Member
 
anna's Avatar
 
Join Date: Jul 2009
Location: Michigan
Posts: 549
Default

Unfortunately people usually use IE because it's preloaded on their computer and they don't know any better.

I believe you can scale the text by using .ems or percentages. The user can then ctl + or ctl - to increase or decrease the size. I think on a mac it's command + and command -

Someone help me out if I'm wrong, please.
anna is offline   Reply With Quote
Old 10-07-2011, 07:05 AM   #5
New Member
 
mackonline's Avatar
 
Join Date: Sep 2011
Posts: 22
Default scaling text on iOS

Quote:
Originally Posted by anna View Post
Unfortunately people usually use IE because it's preloaded on their computer and they don't know any better.

I believe you can scale the text by using .ems or percentages. The user can then ctl + or ctl - to increase or decrease the size. I think on a mac it's command + and command -

Someone help me out if I'm wrong, please.

you're not wrong at all. thing is the default browser will open in a safari so no probs there normally.
__________________
websites strategies, online marketing
http://sitebuilder.trafficmedia.com/
visit me on facebook https://www.facebook.com/pages/Websi...56295617760976
mackonline is offline   Reply With Quote


Reply

Tags
bug, dead links, hyperlinks, iframes, internet explorer

Thread Tools
Display Modes

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



All times are GMT. The time now is 04:51 PM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.