CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 23rd, 2004, 09:37 AM
studiomodo studiomodo is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 3 studiomodo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
My first CSS web site

Hi

Any comments, especially CSS wise would be muchly appreciated...

URL

One thing I did notice was that when you click on a link to go to a page with more content that the one you were on before, that the entire layout shifts...any ideas anyone?

thanks!

Modo

Reply With Quote
  #2  
Old February 23rd, 2004, 01:59 PM
jabba_29's Avatar
jabba_29 jabba_29 is offline
Back in HEL
Click here for more information.
 
Join Date: Feb 2002
Location: Finland
Posts: 8,910 jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)  Folding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner Folder
Time spent in forums: 3 Months 4 Weeks 1 Day 11 h 11 m 14 sec
Reputation Power: 1693
Send a message via ICQ to jabba_29 Send a message via AIM to jabba_29 Send a message via MSN to jabba_29 Send a message via Yahoo to jabba_29 Send a message via Google Talk to jabba_29 Send a message via Skype to jabba_29
Facebook
CSS and HTML doesn't valid date. Possible accesibility issues.
On the up side, looks nice enough
__________________
Cheers,

Jamie

# mdb4u | mobile movie database] | Please help to test and promote
# skiFFie | Home of the 'accessibility module' for Drupal
# Jamie Burns [me] Accessibility Module [drupal]
# guidelines | search | wap resources | not getting help | fold to cure

__________________

Let the might of your compassion arise to bring a quick end
to the flowing stream of the blood and tears .....
Please hear my anguished words of truth.



__________________

Reply With Quote
  #3  
Old February 23rd, 2004, 05:10 PM
bambam's Avatar
bambam bambam is offline
macho member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Posts: 207 bambam User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 40 sec
Reputation Power: 7
nice clean design.

The shifting is due to browser scrollbar (Firefox). on IE 6 I didn't see any shifting.

I am curious why your masthead image is a background? why not just use image instead?

Reply With Quote
  #4  
Old February 23rd, 2004, 06:08 PM
Akh's Avatar
Akh Akh is offline
|<.+#f@#+.&.|
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Mar 2002
Location: norway
Posts: 2,685 Akh User rank is Colonel (50000 - 60000 Reputation Level)Akh User rank is Colonel (50000 - 60000 Reputation Level)Akh User rank is Colonel (50000 - 60000 Reputation Level)Akh User rank is Colonel (50000 - 60000 Reputation Level)Akh User rank is Colonel (50000 - 60000 Reputation Level)Akh User rank is Colonel (50000 - 60000 Reputation Level)Akh User rank is Colonel (50000 - 60000 Reputation Level)Akh User rank is Colonel (50000 - 60000 Reputation Level)Akh User rank is Colonel (50000 - 60000 Reputation Level)Akh User rank is Colonel (50000 - 60000 Reputation Level)Akh User rank is Colonel (50000 - 60000 Reputation Level)Akh User rank is Colonel (50000 - 60000 Reputation Level) 
Time spent in forums: 4 Weeks 6 h 17 m 10 sec
Reputation Power: 594
Quote:
Originally Posted by bambam
nice clean design.
I am curious why your masthead image is a background? why not just use image instead?


was just going to post the same respons,
you really ought to use a img-tag with an appropriate alt-text,
so people that can't view the images get the same information.

you are constantly using br-tags to create paragraphs, use p-tags thats what they are for.

on some pages you are using more that one h1 tag,
http://www.webaim.org/techniques/structure/

one some pages you are using strong-tag on other b-tag,
be consequent. (use strong rather than b)


otherwise a rather nice and clean layout,
though the header is maybe a bit large (in my opinion)

Reply With Quote
  #5  
Old February 24th, 2004, 05:39 AM
bambam's Avatar
bambam bambam is offline
macho member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Posts: 207 bambam User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 40 sec
Reputation Power: 7
Actually I have the bad habit of using <br /> instead of <p> too. I am breaking the habit with this line of CSS ...

p { margin: 1.5em 0; }

Initially I thought the header was too big also, but surfing around the site, its mostly text and boxes, so (good looking) top banner in this case may help the site feel less texty. But I think Ank is right smaller makes more sense, esp in the inner pages. Maybe try different colors/tones for each section (i guess 8 sections 8 colors may sound overkill ... just a sugg though )

Ditto on the Alt text for header banner.

Surfing around also feels like you are on the same page. because everything seems mostly the same. for example when I switch back to your site while writing this, I don't know where I was anymore. More visual location cues cooler.

try placing something like this on each section:
#home { background: #000 } /* to highlite the tab */

Reply With Quote
  #6  
Old February 25th, 2004, 07:35 AM
studiomodo studiomodo is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 3 studiomodo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Very constructive critisism

Thanks guys.

I am definitely looking into that. I was wondering about the <br> tag. It felt kinda wrong using it.

Also, about the accessibility, I just ordered a book on Amazon. This is actually a field that interests me a lot, since I do a lot of sites for doctors, so there will be quite a few people with disabilities surfing these sites.

Generally, how long did it take you to learn and master CSS? I've only been on it for 2 weeks, but I"m already obsessed. It's such a great way to develop web sites. I'm ditching my tables. I am LOVING this!

Ciao and thanks for the comments!

Modo

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > My first CSS web site


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT