Forum Moderators: phranque
<div align="center"><IFRAME name=iframe src="/iframe.htm" width=400 height=300 frameborder=1 scrolling=auto>
</IFRAME>
Here are the things I'd like to adjust/add:
*I'd like to have a background image for my iframe, right now it's white
*I only have pics opening up in the iframe, I'd like to position them in the center
*If possible transparent scroll bar
If I need to convert my html to css please give me the code. Just show me my new code with all my new changes please.
I created a new page (and saved it as iframe) with the background image I wanted to use. I have my iframe code on the same page that I have the pic links on. all my pic links are target ="iframe". Am I doing this right so far?
so put a background on iframe.html and do a search for colored scrollbars on this forum - you can apply that with inline css in your iframe.html code
if you want to open pics in your iframe, you could put each pic on its own html page and target that into the iframe
you can position each pic centrally on its own page, with a background of your choice
make sense?
Do yourself a favor - drop the frames and use CSS and Tables. Frames are VERY search engine unfriendly and not viewed the same from browser to browser. (Many of the not-so-state-of-the-art browsers still can't view them at all).
I dropped them a few years ago and went strictly to Tables - Now I use Tables along with CSS.
Take care,
Matt
Matt