Philippe Wittenbergh wrote:
> 
> On Aug 21, 2008, at 1:45 AM, Alan Gresley wrote:
> 
>> I did a few boo boos in my last reply.
> 
> yes....


It was that unusual positioning of the #wrapper div that had me confused.


> 
>> This seems more cross browser
>> friendly (checked in IE6, IE7, FF, Safari and Opera on Windows).
>>
>> http://css-class.com/x/precis/
> 
> When you narrow the window, the whole construction start disappearing 
> out of the window on the left side (Gecko 1.9, 1.9.1pre, WebKit).

RE: http://www.akisma.com/design/precis/


I have notice that. This is cause by this.

#wrapper {
   width: 1100px;
   position: relative;
   left: 50%;
   margin-left: -550px;
}


This is somewhat corrected now by

#wrapper {
   width: 1100px;
   margin: auto;
}


> I don't see any border on a <ul> in Webkit/Safari - OS X 10.5.4
> 
> Philippe


I only see the border now in Jess's page (I guess I had the wrong page 
showing in Safari and Opera). I have uploaded my demo again. It now 
seems to work cross browser.


http://css-class.com/x/precis/


Jess, using such a large image will cause problems when a window is 
narrowed. Even at a screen resolution of 1024 by 768 pixels a horizontal 
scrollbar develops in IE6. You may want to consider this.


-- 
Alan http://css-class.com/

Nearly all men can stand adversity, but if you want to test a man's 
character, give him power - Abraham Lincoln

Save the Internet - http://www.savetheinternet.com/
______________________________________________________________________
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