4 replies [Last post]
marr
Offline
newbie
Last seen: 19 years 27 weeks ago
Joined: 2003-09-23
Posts: 3
Points: 0

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

Tony
Tony's picture
Offline
Moderator
Brisbane
Last seen: 1 week 3 days ago
Brisbane
Timezone: GMT+10
Joined: 2003-03-12
Posts: 5344
Points: 2965

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.

marr
Offline
newbie
Last seen: 19 years 27 weeks ago
Joined: 2003-09-23
Posts: 3
Points: 0

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

Tony
Tony's picture
Offline
Moderator
Brisbane
Last seen: 1 week 3 days ago
Brisbane
Timezone: GMT+10
Joined: 2003-03-12
Posts: 5344
Points: 2965

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.

marr
Offline
newbie
Last seen: 19 years 27 weeks ago
Joined: 2003-09-23
Posts: 3
Points: 0

Site check please...

Thanks Tony - I'll give that a shot. I appreciate your answer.

Marr