Previous Message
Next Message

How to adapt a CSS layout to wrap a script, any script!

Sent by roger on 16 August 2004 16:04


Hi Everybody!

For the last couple of days I surfed the net to find a css layout that I 
think, ( I insist on the " I think " because I am not sure if's the right 
choice ) would fit my needs. I found in love with the Skidoo Too layout ( 
http://webhost.bridgew.edu/etribou/layouts/skidoo_too/index.html).

When I was surfing , I saw more than one site that, when a link like a BLOG 
one is clicked, you would go to the blog script page BUT you would have to 
click the BACK button to go back to the home page! I would like to avoid 
that. The goal is that when a user will click to call the script from the 
index page , the user will have just the HEAD of the Ski Doo layout on top 
of the screen script like at http://www.yourcostarica.info .

The script that I would like to wrap in the SkiDoo layout is at 
http://www.yourcostarica.info/puravida.

I did some homework as a CSS newbee, and in order to use a iframe, you cant 
use the FLOAT element, which the SkiDoo use as his center column!

Or would this works IF correctly wrapped  :

STYLE
..iframe {
width: xxx_px;
height: xxx_px;
position: absolute;
top: xxx_px;
left: xxx_px;
}

HTML
<iframe src="x" class="iframe"></iframe>

If there is another solution, please feel free to tell me if I am on the 
wrong track. Maybe this layout is not the best for what I have in mind! 
Another approach ...maybe!

Thanks to all!

Roger











______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: