Hi All,

            I've got a design issue. I need to have a page that show's 4
galleries. I've already written the gallery script that I'll be using with
requires and includes, but I need to copy a flash design for the gallery
holder. I need to place 4 divs in the same area and when one is selected
have it expand to show that gallery. I've been playing with the CSS but
having trouble with getting it to recognise which DIV is active, I may need
some JavaScript, but I have no knowledge of it.

 

My CSS so far is 

 

div.gal_holder {

            width: 400px;

            height: 300px;

            position: relative;

            float: left}

 

div.gal_holder a {

            display: none;

            }

div.gal_holder a:hover {

            display: block;

            z-index: 99;

            }

div.gal_holder a:active {

            display: block;

            z-index: 99;

            }

 

An ideas would be great.

 

Many Thanks

 

Disclaimer : This email and its attachments may be confidential and are
intended solely for the use of the individual to whom it is addressed. Any
views or opinions expressed are solely those of the author and do not
necessarily represent those of Essential eBiz Solutions Ltd. If you are not
the intended recipient of this email and its attachments then please contact
the sender if you believe you have received this email in error.

Essential eBiz Solutions Ltd, Registered in England and Wales Company
Registration No: 57200784. Registered Office: 92, Stanton Road, Meir,
Stoke-on-Trent, Staffordshire, ST3 6DF.

 



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to