Hi all,

I've just had my attention drawn to a small problem with a site  
(http://www.bbfcontracts.co.uk/). I made this site fixed width and  
centred its pages using this piece of CSS:


#wrapper {
        width: 860px;
        position: relative;
        left: 50%;
        margin-left: -430px;
        border-left: 1px solid #333333;
        border-right: 1px solid #333333;
        border-bottom: 1px solid #333333;

}


However, someone has pointed out to me that the browser window  
doesn't show a horizontal scrollbar (in Safari or IE) when the  
browser window is narrow. In Firefox it does show a scrollbar but it  
is not possible to scroll to the left edge of the page.

Where have I gone wrong with my CSS?


Ian.
-- 
Dr Ian M Piper
[EMAIL PROTECTED]
skype: ianmpiper
-- 
Where is the wisdom we have lost in knowledge?
Where is the knowledge we have lost in information?


______________________________________________________________________
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