2 replies [Last post]
drtanz
drtanz's picture
User offline. Last seen 1 year 24 weeks ago. Offline
rank Enthusiast
Enthusiast
Timezone: GMT+1
Joined: 2007-08-24
Posts: 52
Points: 14

hi i would like some opinions on the site's look and code structure. for now this is just the main page so that if there are any changes ill apply them before making other pages.

http://tinyurl.com/yf9hjbw

Smee
Smee's picture
User offline. Last seen 2 weeks 1 day ago. Offline
rank Elder
Elder
Timezone: GMT+9.5
Joined: 2007-06-10
Posts: 1594
Points: 337

.

Good looking site though that's a lot of space above the banner - perhaps half that? You might also want to address the 21 errors before you go much further Wink

Mods and gurus – THANK YOU!
For your time, knowledge and experience so willingly and generously given.
Please come back tomorrow and sort us all out again Smile

Tyssen
Tyssen's picture
User offline. Last seen 1 day 21 hours ago. Offline
rank Moderator
Moderator
Timezone: GMT+10
Joined: 2004-05-01
Posts: 8140
Points: 1322

I'm too lazy to open IE to

I'm too lazy to open IE to check but usually when using:

#navigation li {
	/*float: left;*/
	display: -moz-inline-box; /* Firefox 2 and under */
	display: inline-block; /* FF3, Opera, Safari */
	line-height: 41px;
	height: 41px;
}

you need to add display: inline too for IE.

Also, shouldn't it be À la carte rather than A' la Carte?

How to get help
Post a link. If you can't post a link, jsFiddle it.
My blog | My older articles | CSS Reference