| View previous topic :: View next topic |
| Author |
Message |
xeszline
Joined: 17 May 2005 Posts: 7
|
Posted: Tue May 17, 2005 2:22 am Layering I-frame, How? |
|
|
|
Hello. I'm so new to this so called iframe.
I'm using Frontpage, Photoshop. I already have my interface, and my interface use iframe. And I have the links in the interface. I don't know how to layer the iframe. This is a really BIG problem. I tried to put iframe, but it was destroying the interface design. Pictures are changing their place.
Please, please.. Help me knowing the code to put iframe in the layer. I know NOTHING about this.. So, please..please.. Thank you.. Thank you very much.. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8312 Location: Castle Pines North, CO USA
|
Posted: Tue May 17, 2005 4:08 am |
|
|
|
What are you wanting to do? Are the links not working? |
|
xeszline
Joined: 17 May 2005 Posts: 7
|
Posted: Tue May 17, 2005 4:20 am |
|
|
|
| I don't know how to make the iframe above layer and how to make the iframe seamless. and i don't know how to precise the position in pixels. is there any software used in counting the precise position of the image, so i could make the size correct? |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8312 Location: Castle Pines North, CO USA
|
Posted: Tue May 17, 2005 4:23 am |
|
|
|
| Well you can position the iframe using absolute positioning, but using absolute positioning it usually not all that great. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8312 Location: Castle Pines North, CO USA
|
Posted: Tue May 17, 2005 4:27 am |
|
|
|
Something like:
| Code: |
| <iframe name="I1" style="position: absolute; top: 10px; left: 15 px;"> |
|
|
xeszline
Joined: 17 May 2005 Posts: 7
|
Posted: Tue May 17, 2005 4:44 am |
|
|
|
| Ok. I'll try. Do people use softwares like dreamweaver to make one? |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8312 Location: Castle Pines North, CO USA
|
Posted: Tue May 17, 2005 4:49 am |
|
|
|
| To make what? A layer or an iframe? You can use Frontpage. You can also visit FrontPage Forums for specific help with Frontpage |
|
xeszline
Joined: 17 May 2005 Posts: 7
|
Posted: Tue May 17, 2005 4:53 am |
|
|
|
Really?? I'm trying it now.. What I confuse is, if we want to put an iframe above a picture of a whole interface picture group, do we need to put the layer DIV to each of the pictures, whether they contain link or not, or only to pictures which have links?
Sorry to trouble you so much.. I never touch these whole CSS and layer and iframe before.. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8312 Location: Castle Pines North, CO USA
|
Posted: Tue May 17, 2005 5:05 am |
|
|
|
| No - you can just use absolute positioning. Try the code that I gave you and play with the top & left margins |
|
xeszline
Joined: 17 May 2005 Posts: 7
|
Posted: Tue May 17, 2005 5:09 am |
|
|
|
| I'm working on it now.. Thank you so much for your kind help. |
|
xeszline
Joined: 17 May 2005 Posts: 7
|
Posted: Tue May 17, 2005 7:16 am |
|
|
|
I did it! But there comes another problem. I didn't use layer, like you said. I just used absolute position. But then..
When the window is resized (no longer maximized, the iframe moved somewhere else, and showing that looks like it doesn't belong there. It's so ugly.. I wonder how to put it locked there. Since I tried using frame, but the frame then won't work. This is super weird!
Still, I'm gonna try till it works. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8312 Location: Castle Pines North, CO USA
|
Posted: Tue May 17, 2005 7:18 am |
|
|
|
| Do you have an URL to the page? |
|
xeszline
Joined: 17 May 2005 Posts: 7
|
Posted: Tue May 17, 2005 7:22 am |
|
|
|
| yep. i already have the url. i tested it for maybe 10 times. all worked when i didn't put the LAYER tag there.but since the iframe moved everytime the window is resized, i tried to put a layer there, and tested it with typing a text. It did well. But when I tried to test it with an iframe, it could not work.. Do I have to put something in the layer properties, except the width and length, top and left? |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8312 Location: Castle Pines North, CO USA
|
Posted: Tue May 17, 2005 7:47 am |
|
|
|
| Do you have an URL to the page so that the source code can be reviewed? |
|
|