Feedback on my first CSS designed page

Associate
Joined
25 Apr 2007
Posts
139
Afternoon all,

Just a quick one, I am working on a design for version 4 of our website see here

http://www.allthegearnoidea.net/version4/

Now the previous 3 versions of the site have been designed using tables to control the layout of the site, after a beating from this forum I have got off my back side and started to get my head around CSS, also Flash. So any comments on the look/coding would be great and also any pointers.

One other questtion is I have split the content up into separate boxes (Flash in one at top, table in another below) as seen on the design, now they basically have the same parameters so do I need to name then separate for example content 1, content 2 etc etc or can I use content 1 several times in one page depending on how many splits I want in the content.

Many Thanks
Simon
 
Thanks for the reply, to answer some of your points.

The header is just sat there at the moment as a filler while I wait for a friend with far more graphic design expierence than me to deisgn a logo for us.

The positioning of the content I like, not centred or to the left just slightly indented so that will stay unfortunately, its 200px from the left.

The background again not finalised and I know its a bit much at the moment and does want dulling down a touch.

Mainly wanting feedback on the CSS seen as though I got so much grief for using tables before, plus its my first time ;)

Cheers
 
Just spent 5 mins on the high resolution issue by setting the container to a specified width so the boxes dont stack up on the right, not the most elegant solution but works for now. Also set the background to stay left whatever the screen res and that seems to work too at the moment though I may try centre the page and background on screen so it looks better.
 
Sorted all that now so removed all unwanted code. Next thing is should I add most of my CSS to my external stylesheet to save repeating code at the top of all pages through the site. All route pages will be of the same layout, other sections may be layed out seperately but all pages for that section will be the same. So if I just have one stylesheet that is called by all pages that includes all the div's for all pages, obviously only the ones metioned on that page will run?

Does that make sense?
 
One problem after setting my contaner div to 650px I have lost my facebook group button which used to float in the centre of the page vertically and on the far left. Any ideas?
 
Back
Top Bottom