snip

.searchbox {
        left: 802px;
        position: absolute;
        color: #000000;
        font-size: 11px;
        top: 65px;
        margin: 0px;
        padding: 0px;
        z-index: 413;
        width: 87px;
        vertical-align: middle;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}/snip


You're positioning the searchbox absolutely.

I remember one particular person on this list trying to hammer into my thick 
skull to steer clear from absolutely positioning items as much as possible.
It took me awhile to get it, but he was right.
You positioning your searchbox absolutely at 802px is why people with 
800x600 screen resolution don't see it. It's positioned outside their 
viewport.
Try floating it right, maybe in its own div, within the #bigbox.


HTH
Arno 


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to