|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am trying to develop a site designed with frames. I want to have a stylesheet image to popup in the top frame if the cursor was moved over a button in the left frame, can this be done? Could it be done with an image instead of stylesheet? If not, is it possible to have a stylesheet hovering on the right of the left frame in the same senario? Let me know what can be done if any.
|
|
#2
|
|||
|
|||
|
I'm not exactly sure what you're talking about, but frames are part of the DOM and as such, you should be able to access them as though they were just part of your page. I think it goes something like this:
parent.name_of_frame.document.whatever... Hope that helps. |
|
#3
|
||||
|
||||
|
you can use style-sheets to add or position a background image on a page or an element of a page ie:buttons/divs etc .... I think you want to research a bit about DHTML - http://www.dynamicdrive.com is a good place to start - they have sample scripts of the type that i 'think' you are looking for.
or here @ http://www.devshed.com/Client_Side/DHTML/ for some good info on DHTML / CSS (style-sheets) ------------------ Simon Wheeler FirePages -DHTML/PHP/MySQL |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Style Sheets & Frames |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|