Page 1 of 1

Mod website

PostPosted: Sat Dec 19, 2009 9:31 am
by JLea
http://ivans-secrets.com/

My first serious website, unfortunatley it's all screwed up in IE6. Thoughts?

Re: Mod website

PostPosted: Sat Dec 19, 2009 10:33 am
by Blink
It's a good design, but by the look of it you've made it in imageready? I'm not sure how serious you are about web development, but it's always worth learning how to build sites properly with valid HTML & CSS.

Also your stylesheet path in the header is trying to look on the C: drive, best fix that :)

Re: Mod website

PostPosted: Sun Dec 20, 2009 9:47 am
by JLea
Blink wrote:It's a good design, but by the look of it you've made it in imageready? I'm not sure how serious you are about web development, but it's always worth learning how to build sites properly with valid HTML & CSS.

Also your stylesheet path in the header is trying to look on the C: drive, best fix that :)


Thank you, I designed it in photoshop but is that a sin in webdesign :?

I had a look at tables in HTML, seems to be what i need.

Re: Mod website

PostPosted: Sun Dec 20, 2009 4:39 pm
by Blink
It's not a sin to design it in Photoshop, not by any means. But the code it spits out to render the site is usually a sin. It's best to use HTML and CSS to control the style and layout. Tables will work but are seen as general no-no as a way to layout a design.

There is a sticky thread in this forum with tonnes of good stuff!

Re: Mod website

PostPosted: Sun Dec 20, 2009 4:48 pm
by Phott
Looks nice, when I did a site for a school project, I designed it all in photoshop and sliced the image into smaller ones like I assume you've done. I'm using Opera as web browser and all pages look fine except for the FAQ page which seems to freak out a little.

Image

Re: Mod website

PostPosted: Sun Dec 20, 2009 9:54 pm
by Furling
The design look nice, perhaps the main text area could be slightly gray rather than pure white. Of course a background image that looks like an actual paper would be the best I think.

As for why it is messed up in IE6, can't really say for sure as I only have IE8 (although I mainly use FIrefox), but from what I noticed- you used tables for the layout? When I started web design I did the same thing, but some time ago I learned that it is actually better to do it with div tags. This will also fix the site not being in the center of the screen in IE8 and possibly might fix whatever issues you have in IE6 :)

Re: Mod website

PostPosted: Sun Dec 20, 2009 10:05 pm
by Phott
Furling wrote:The design look nice, perhaps the main text area could be slightly gray rather than pure white. Of course a background image that looks like an actual paper would be the best I think.

As for why it is messed up in IE6, can't really say for sure as I only have IE8 (although I mainly use FIrefox), but from what I noticed- you used tables for the layout? When I started web design I did the same thing, but some time ago I learned that it is actually better to do it with div tags. This will also fix the site not being in the center of the screen in IE8 and possibly might fix whatever issues you have in IE6 :)

Oh yeah, I used div tags making my site, it works on all browsers I tested, everything shows up properly. I have no experience with tables though so I can't really tell.

Re: Mod website

PostPosted: Mon Dec 21, 2009 1:24 am
by TicTac
Looks great, however the 4th prop image thumbnail links to the car, not the proper prop.

Re: Mod website

PostPosted: Mon Dec 21, 2009 6:41 am
by Imoddedu
TicTac wrote:Looks great, however the 4th prop image thumbnail links to the car, not the proper prop.


Same thing happens to me, might want to check that <a href="whatever"> part in your code JLea.

Re: Mod website

PostPosted: Mon Dec 21, 2009 11:05 am
by Furling
Yeah and you might want to consider using something like Lytebox for images. I think it will make the image viewing look nicer :)