Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1288 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

CodysPlace.com

Thread title: CodysPlace.com
Closed Thread  
Page 2 of 4 < 1 2 3 4 >
    Thread tools Search this thread Display Modes  
07-31-2005, 07:39 PM
#11
meenstreek is offline meenstreek
meenstreek's Avatar
Status: I'm new around here
Join date: Jul 2005
Location:
Expertise:
Software:
 
Posts: 22
iTrader: 0 / 0%
 

meenstreek is on a distinguished road

Send a message via ICQ to meenstreek Send a message via AIM to meenstreek Send a message via MSN to meenstreek Send a message via Yahoo to meenstreek

  Old

Okay, I implemented the UL Menu definition. It was a lot easier then I thought it was ganna be hehe.
Originally Posted by toolblast
Hey! Thats not a bad start.

I like it so far

Keep up the good work. Maybe lighten the navigation up a bit.
Thank you for the comments . What navigation are you talking about? The one at the bottom or the menu to the left?

07-31-2005, 08:34 PM
#12
meenstreek is offline meenstreek
meenstreek's Avatar
Status: I'm new around here
Join date: Jul 2005
Location:
Expertise:
Software:
 
Posts: 22
iTrader: 0 / 0%
 

meenstreek is on a distinguished road

Send a message via ICQ to meenstreek Send a message via AIM to meenstreek Send a message via MSN to meenstreek Send a message via Yahoo to meenstreek

  Old

I'm having a bit of trouble with the UL Menu in IE (go figure lol). Every time you move your mouse over each link, it keeps on reloading the bg image. I think I recall some sort of code that you put in your <head> tag that preloads images...or something. Is that what I need to do?

07-31-2005, 08:52 PM
#13
derek lapp is offline derek lapp
Status: design rockstar
Join date: Jan 2005
Location: guelph, ontario
Expertise:
Software:
 
Posts: 2,246
iTrader: 0 / 0%
 

derek lapp is on a distinguished road

  Old

Originally Posted by techo
People say "follow web standards to ensure the site is compatible with all browsers" but its not true.
you can follow web standrads and still produce awfull engineered products. i can put <span style="font-color: #FFFFFF;">$word</span> arond every single word on my page, and through loopholes it can be considered "standards complient".

does that mean it's any good?

07-31-2005, 11:19 PM
#14
meenstreek is offline meenstreek
meenstreek's Avatar
Status: I'm new around here
Join date: Jul 2005
Location:
Expertise:
Software:
 
Posts: 22
iTrader: 0 / 0%
 

meenstreek is on a distinguished road

Send a message via ICQ to meenstreek Send a message via AIM to meenstreek Send a message via MSN to meenstreek Send a message via Yahoo to meenstreek

  Old

no, it means you are trying to trick the validator hehe.

I think the best site you can make is one with the least amount of code possible and still validates. The less code, the faster load times are and the faster people can go about their day.

08-01-2005, 01:41 AM
#15
derek lapp is offline derek lapp
Status: design rockstar
Join date: Jan 2005
Location: guelph, ontario
Expertise:
Software:
 
Posts: 2,246
iTrader: 0 / 0%
 

derek lapp is on a distinguished road

  Old

i was direting my comment at jono, i qoted the wrong message. webstandards have nothing to do with cross platform performance.

08-01-2005, 07:15 AM
#16
jono1 is offline jono1
jono1's Avatar
Status: Non-conformist
Join date: Jul 2005
Location: Canberra, Australia.
Expertise:
Software:
 
Posts: 1,172
iTrader: 0 / 0%
 

jono1 is on a distinguished road

  Old

dereklapp: Ok I guess. I see your point.

meenstreek:
on the left-hand navigation, it's almost impossible to read the text when the mouse is moved over it. I'd suggest creating a custom <a> tag definition for that div with:
#menu.a:hover {
color: (something darker than it is now);
}

08-01-2005, 07:49 AM
#17
meenstreek is offline meenstreek
meenstreek's Avatar
Status: I'm new around here
Join date: Jul 2005
Location:
Expertise:
Software:
 
Posts: 22
iTrader: 0 / 0%
 

meenstreek is on a distinguished road

Send a message via ICQ to meenstreek Send a message via AIM to meenstreek Send a message via MSN to meenstreek Send a message via Yahoo to meenstreek

  Old

Jono1: Thank you, I will heed your advice.

Right now I've got something REALLY funky going on. My profile page (http://www.codysplace.com/new/profile.html) is freaking out in Firefox....but it looks perfectly fine in IE (except for the small gap between the profile.cody image and the table set up). Anyone have a clue as to what the hell happend? I'm using the same damn layout as the index.html page....

08-01-2005, 07:59 AM
#18
meenstreek is offline meenstreek
meenstreek's Avatar
Status: I'm new around here
Join date: Jul 2005
Location:
Expertise:
Software:
 
Posts: 22
iTrader: 0 / 0%
 

meenstreek is on a distinguished road

Send a message via ICQ to meenstreek Send a message via AIM to meenstreek Send a message via MSN to meenstreek Send a message via Yahoo to meenstreek

  Old

spoke too soon, I missplaced a definition in my .css file. But does anyone know a fix to that problem with IE? About the image being about 1px above the table and not sitting directly on it, like it should.

08-01-2005, 08:16 AM
#19
derek lapp is offline derek lapp
Status: design rockstar
Join date: Jan 2005
Location: guelph, ontario
Expertise:
Software:
 
Posts: 2,246
iTrader: 0 / 0%
 

derek lapp is on a distinguished road

  Old

Originally Posted by jono1
dereklapp: Ok I guess. I see your point.
web standards enforce a stricter guideline, but cross-compatability comes down to structure design -> simple rectanlges will work cross patform easily, portal style designs with poll boxes all over the place won't.

the misconception, i was referring to anyways, is that following codign standards is enough, like using a div instead of a table cell, or an H1 instead of span. it helps, but it's not the key, they key is design.

EDIT: tyr adding img { vertical-align: bottom; } to your CSS.

08-01-2005, 09:39 AM
#20
meenstreek is offline meenstreek
meenstreek's Avatar
Status: I'm new around here
Join date: Jul 2005
Location:
Expertise:
Software:
 
Posts: 22
iTrader: 0 / 0%
 

meenstreek is on a distinguished road

Send a message via ICQ to meenstreek Send a message via AIM to meenstreek Send a message via MSN to meenstreek Send a message via Yahoo to meenstreek

  Old

Thank you dereklapp . Worked great!

Closed Thread  
Page 2 of 4 < 1 2 3 4 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed