tedd wrote:

>Hi gang:
>
>Please review --
>
>http://sperling.com/a/
>
>-- just the "a" directory. I'm redoing my entire site to be more 
>flexible and amenable to browser's window size. The menu works, but 
>the links in web-tips are not done -- I have a lot more to add.
>
>The site seems to hold-up pretty well in BrowserCam, but I need real 
>people to review it.
>
>If you have any suggestions, comments, first-blush impressions, 
>design like/dislikes, or any other critiques (good or bad), that 
>aren't css related  -- *please feel free* -- to forward them to me 
>privately at: ccs at sperling.com -- after all, this is a css list 
>and not a website-design-review list.
>  
>
Hi Tedd,
DavidL had already some nice suggestions. ;-)
Some non-css extra is in the PS.

>Extra credit: The first page, first paragraph of my old site 
>(http://sperling.com) breaks under IE7 -- I don't have IE7 and don't 
>understand the problem -- any ideas as to what went wrong?
>
>Many thanks for your time and kind review.
>tedd
>  
>
The breaking IE7: I suppose it is the AP (absolute positioning) again. 
The .wideparagraph is climbing up in the .narrowparagraph, and passing 
the #navcontainer.
See the browsershots-show 
<http://browsershots.org/png/full/93/93817b1421d9b4c0cdd21fbadd7c742b.png>.
Solution can be to forget the .narrowparagraph of the first paragraphs 
of the content, to forget the the AP of the #navcontainer, and to give 
the #navcontainer a {float: right;} instead; and maybe some margin-left 
and margin-bottom to keep distance to the surrounding content.

Cheers,
francky

PS:
The heading tags are used more as styling elements than as parts of the 
logical structure of the document. But that is html and accessibility 
talk; so who wants to know what I've to say more about this (analyze, 
suggestions & tools) ... can follow me off-list 
<http://home.tiscali.nl/developerscorner/css-discuss/css-d_sperling_thread_continued.htm>.
 
:-)

______________________________________________________________________
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