Hi all -
I am fairly new to CSS - but am having a blast with it. I've redone my site and was wondering if you all could take a peek for me. Please be brutally honest.
http://www.stureillydesign.com/
Thanks!
Marr
Site check please...
Hi marr,
Nice looking site.
Here's some browser screen captures which show it looks good in most browsers just a few issues with Netscape 4.
http://www.browsercam.com/public.aspx?proj_id=25990
It lays out well in a text only browser such as Lynx http://www.delorie.com/web/lynxview.cgi?url=http://www.stureillydesign.com/
Hope that helps.
Site check please...
Thanks Tony - that is a neat little tool you are using there. I might get an account myself. I appreciate you checking it for me. Very enlightening.
At this point , switching from tables and css to tableless and css, my first thought is to blow off the NN4.x users - but I've decided to post about my NN4 issues anyway.
Q1 - Why won't that browser just die already? :roll:
Q2 - Do you think it is the float that buggers it up?
Q1 is just a rant - no need to reply. Thanks again...
Marr
Site check please...
Hi marr,
Yes it's most likely float that causing problems in NN4.
I can't think of a solution other then a hack such as
.floatleft { /*/*/float: left; /*end hack*/ position:relative; margin-right: 10px; }which would hide the floats from NN4, it would still mess up your site but at least it would be readable.
Hope that helps.
Site check please...
Thanks Tony - I'll give that a shot. I appreciate your answer.
Marr