From: Ido dekkers <[email protected]>

>http://test3.dekkers.net/marriage.html

>the problem is with the arrow buttons on the bottom:

>in any standards compliant browser, the active
>area of the button seems not to be connected with the button itself?

> only the upper half of the button is clickable.

>does anyone here have an idea ?


Yes. Try the following changes and see if it makes things work for you. Only 
tried in FF, so no guarantees.

#content
{
    float:right;
    position:relative;
    width:800px;
    /* height:500px; */ /* remove */
    margin:0;  
    padding:0;
    }
    
    #footer
{
    float:right;
    position:relative;
    width:800px;
    margin:-18px 0 0 0;  /* change top value */
    padding:0;
    color:#000;
    text-align:center;
    font-size:12px;
    }

~holly 
 
                   
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to