View Full Version : display layers over other frame in web site with frames


vikaspa
01-28-2005, 11:45 PM
Hi

I have mae a web site with frames


a top (top.html)
a left (left.html)
and rest area (rest.html) this has scroll

and rest donot have scroll


I want to display layer 'onMouseover' event

The layer is displayed but is limited to the sixe of top.html

in short it is not displayed over rest.html

How can I avoid this...

...pleais there is any other way to do the same

Please help

Thanking you in advance
Vikas

xan
02-02-2005, 02:31 AM
Don't use frames...try using CSS or something.

vikaspa
03-12-2005, 08:17 PM
[QUOTE=xan]Don't use frames...try using CSS or something.[/QUOTE]


Please help !!


How can I use CSS to solve this problem

Vikas

Paz
03-14-2005, 07:40 AM
Mano70 posted an excellent link for making a website in another thread:

http://www.seo-guy.com/forum/thread6980.html

have a look, choose your CSS Layout (I guess you want two columns, left sidebar..)


Make a practice page, upload it somewhere, and post the url so we can look at it....

Cheers,
Paz.

noobie brother
03-14-2005, 08:32 AM
AFAIK, it's impossible to have a layer float ouside a frame.

A solution would be to change the frames to iframes and control the floating layer from the top document.

A more difficult way is to calculate how much of the layer is shown in the one frame, and show a clipped version of the same layer in the other frame. That takes serious coding and I doubt it will work smoothly.

Sorry I can't be of more help.