There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
acer black screen blue screen boot bsod computer connection crash css dell display driver drivers email error excel explorer firefox firefox 3 game hard drive internet internet explorer itunes laptop linux malware network networking outlook outlook 2003 outlook express partition password printer problem ram router security slow software sound trojan usb video virus vista windows windows xp wireless
Web Design & Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Internet & Networking > Web Design & Development >
I frames and Transparent background HELP!!


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
nosblends's Avatar
Junior Member with 2 posts.
 
Join Date: May 2005
Experience: Intermediate
31-May-2005, 11:36 PM #1
I frames and Transparent background HELP!!
I'm very frustrated.
If any webpage uses allowtransparency="true" inside their iframe tag, and the
HTML Code:
body style="background-color:transparent;"
tag for the src of the iframe, my internet exporer displays it in a way that makes it impossible to read. As far as I can figure out, the text is shown, but whatever the background of the src page is, is also shown a little bit around the edges of the text as well, making it blurry and block-like.
I'm so confused.
I've tried resetting my defaults, playing around with my internet options, and other things but nothing seems to work. I know it's an IE problem because the same thing doesn't happen with foxfire.
If anyone knows whats going on or could offer some advice my mind would like you a lot.
This is what it looks like:
This is what it looks like
Thanks!

Last edited by nosblends : 31-May-2005 11:43 PM.
Shadow2531's Avatar
Distinguished Member with 2,629 posts.
 
Join Date: Apr 2001
01-Jun-2005, 12:25 AM #2
If the background-color of body is transparent, then you need to set a background-color for the html tag and you should not assume that it will be white or any color.

Code:
<head>
<style type="text/css">
html {
    background-color: #fff;
    color: #000;
}
body {
    background-color: transparent;
}
</style>
</head>
allowtransparency is not a valid attribute for the iframe tag. You should not use it and should not expect it to work in all browsers. If you want the background of the framed page to be a certain color, you should set it in the source of the framed page.
__________________
10 ? "a line as the unending horizon"
20 ? "a curve as the rolling hillside"
30 ? "a point as a distant bird"
40 ? "a ray as the rising sun"
run
nosblends's Avatar
Junior Member with 2 posts.
 
Join Date: May 2005
Experience: Intermediate
01-Jun-2005, 08:57 PM #3
I was just wondering why my browser is the only one that does it. For my site, I don't code it like this...ever, but other site do, and on my IE it looks like that. My sister has the identical computer, and her's doesn't do it. It's just frustrating to read, thats all.
Shadow2531's Avatar
Distinguished Member with 2,629 posts.
 
Join Date: Apr 2001
01-Jun-2005, 10:06 PM #4
Is the OS winXP. ClearType could be enabled and making things look funny in that situation. I don't use IE, so I'm not sure.
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who help people like you solve computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 12:41 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.