Anyone know I-frames

Status
Not open for further replies.

torrey

New Member
Messages
9
Reaction score
0
Points
0
I have three I-frame galleries that were showing up great but now leave a whitespace on the left and top as the user clicks through the picks. Since the background for the site is black it would be helpful to change the white to black or make it go away. Anyone who can help feel free to respond or PM

tselfphotography.exofire.net
 

Alejandro

Staff
Staff member
Community Support
Messages
9,436
Reaction score
1
Points
38
I will move you to a more proper section (Programming Help) where users might be able to help you.
 

e85andyou

New Member
Messages
49
Reaction score
0
Points
0
I have worked a little with iframes and I think the problem is just IE. I believe that IE places a white border around the image when it opens in a new window or in this case iframe. I looked at your web site in 4 different browsers and it looked good in all but IE. I would suggest just placing each image in its own simple html document. It is inconvenient but you could get rid of the white border. I would just do the following for each image

Code:
<html>
<body bgcolor="000000">
<img src"image name">
</body>
</html>

I know I probably did not need to do that for you but some need the help. If you figure it out another way I would love to know how you solve it.
 

torrey

New Member
Messages
9
Reaction score
0
Points
0
Thanks for the help and thanks for letting me know it is only an IE thing. At least other viewers will see it the right way
 
Status
Not open for further replies.
Top