HighDots Forums  

site check please

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss site check please in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Anthony Ritter
 
Posts: n/a

Default site check please - 01-15-2004 , 01:26 PM






Using MS Win 98 / MS IE 5.5

at:

www.narrowsburg.org

The menu in the upper left hand side after you hit 'enter' is rendered o.k
with IE 5.5

If anybody out there has a moment could you check and let me know how it's
rendered on different browsers and operating systems.

Thank you.
TR






Reply With Quote
  #2  
Old   
West
 
Posts: n/a

Default Re: site check please - 01-15-2004 , 01:35 PM







"Anthony Ritter" <tony (AT) gonefishingguideservice (DOT) com> wrote

Quote:
Using MS Win 98 / MS IE 5.5

at:

www.narrowsburg.org

The menu in the upper left hand side after you hit 'enter' is rendered o.k
with IE 5.5

If anybody out there has a moment could you check and let me know how it's
rendered on different browsers and operating systems.

Thank you.
TR



You've got some homework to do!!!
1. Your site should be viewable at different screen sizes.
2. Here's a screen capture of part of your first page (compressed 56kb)
http://www.realboyle.com/narrow.jpg

--
W




Reply With Quote
  #3  
Old   
m
 
Posts: n/a

Default Re: site check please - 01-15-2004 , 01:37 PM



Anthony Ritter wrote:

Quote:
Using MS Win 98 / MS IE 5.5

at:

www.narrowsburg.org

The menu in the upper left hand side after you hit 'enter' is rendered o.k
with IE 5.5

If anybody out there has a moment could you check and let me know how it's
rendered on different browsers and operating systems.

Thank you.
TR
It's writing all over itself in Konqueror. Specifically, the warning
to enlarge the screen ( !!! ) is writing over other parts of the screen.

Don't design for a specific screen size. Period. If you can grab the
bottom right corner of the window and drag it back - and - forth without
anything going wrong, you're on the right track.
--
cheers, m


Reply With Quote
  #4  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: site check please - 01-15-2004 , 02:26 PM



Quoth the raven named Anthony Ritter:

Quote:
Using MS Win 98 / MS IE 5.5

at:

www.narrowsburg.org

The menu in the upper left hand side after you hit 'enter' is
rendered o.k with IE 5.5

If anybody out there has a moment could you check and let me know
how it's rendered on different browsers and operating systems.
Fails badly with Win2K/Firebird. Objects are on top of other objects.

Please don't underline any text that is not a link. Visitors will try
and click on it.

You do /not/ need a separate style sheet for each page. Use just one
for the entire site. Further, your markup is filled with inline
styles, such as:

<hr SIZE="5" WIDTH=265px COLOR=#800000/> or
<div id="top_a" style="position:absolute; width:90px; color:black;
letter-spacing:.2em;font-family:verdana;font-size:10px; top:10;
left:2%;z-index:5;">

Move these all to the one style sheet.

#Copy p{
font-family:"Verdana";
font-size:10px; ...

Don't specify font sizes in px, use 100% instead, and drop Verdana.
Google for why. Change the above to:

#Copy p{
font-family: sans-serif;
font-size:100%; ...

Lots of other work needs done. See http://validator.w3.org/ and
http://jigsaw.w3.org/css-validator/validator-uri.html for starters.

--
-bts
-This space intentionally left blank.


Reply With Quote
  #5  
Old   
artist
 
Posts: n/a

Default Re: site check please - 01-15-2004 , 05:40 PM



Artist, the good little Microsoft drone heard "Anthony Ritter"
<tony (AT) gonefishingguideservice (DOT) com> say...

Quote:
Using MS Win 98 / MS IE 5.5

at:

www.narrowsburg.org

The menu in the upper left hand side after you hit 'enter' is rendered
o.k with IE 5.5

If anybody out there has a moment could you check and let me know how
it's rendered on different browsers and operating systems.
It nees some more space inbetween the different objects. When things run
into other things than bad things happen to those things.



--
AIM: GCCFurryBoy
mellorya (AT) yahoo (DOT) com
http://www.practialdesigns.com/

"Neither hope nor fear" - Isabella d'Este
"For to do either is to fall to the beast" - Joseph Richmond
"The Cow Kings a Bastard! Long live the Cow King!" - Joseph Richmond


Reply With Quote
  #6  
Old   
OllimaX
 
Posts: n/a

Default Re: site check please - 01-16-2004 , 03:52 AM



Anthony Ritter <tony (AT) gonefishingguideservice (DOT) com> kirjoitti Thu, 15 Jan
2004 13:26:54 -0500:

Quote:
Using MS Win 98 / MS IE 5.5

at:

www.narrowsburg.org

The menu in the upper left hand side after you hit 'enter' is rendered
o.k
with IE 5.5


Thank you.
TR
Btw, what do you need the splash for?

Oll¡maX!


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.