![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've finally had the time to try a CSS layout based page properly, and after reading posts here and at alt.html lately have tried my best to make the page validate and also conform as much as possible to accessibility guidelines. So far I've only built one page and would like your comments so that I can take your suggestions onboard before going any further. http://www.gustoclothing.co.uk |
#3
| |||
| |||
|
|
I've finally had the time to try a CSS layout based page properly, and after reading posts here and at alt.html lately have tried my best to make the page validate and also conform as much as possible to accessibility guidelines. |
|
So far I've only built one page and would like your comments so that I can take your suggestions onboard before going any further. http://www.gustoclothing.co.uk |
#4
| |||
| |||
|
|
I've finally had the time to try a CSS layout based page properly, and after reading posts here and at alt.html lately have tried my best to make the page validate and also conform as much as possible to accessibility guidelines. So far I've only built one page and would like your comments so that I can take your suggestions onboard before going any further. http://www.gustoclothing.co.uk |
#5
| |||||
| |||||
|
| http://www.gustoclothing.co.uk sans-serif is theproper name of the generic font. And you don't need to restate the font-family list each time, it will be inherited. If you want to change the size, just set font-size in the descendant element. |
|
Your menu won't resize in IE. |
|
Overall, too much reliance on pixels. Fixed-width designs waste space in wider UAs and force a horizontal scrollbar in narrower ones. I'd size the width of content areas in ems, and things which don't need to be in columns can be full-width. And avoid justified text - it's a little hard to read that way. |
|
Some possible color-matching issues between the graphic corners and the UA-generated background colors. |
|
Overall - good color contrast, not a bad design. Maybe the orange header is a bit too bright, but if it matches your product it works. |

#6
| |||
| |||
|
|
I've finally had the time to try a CSS layout based page properly, and after reading posts here and at alt.html lately have tried my best to make the page validate and also conform as much as possible to accessibility guidelines. So far I've only built one page and would like your comments so that I can take your suggestions onboard before going any further. http://www.gustoclothing.co.uk TIA Al. |
#7
| |||
| |||
|
|
I wanted to get the rounded edges to each of the main content boxes. This meant the tops and bottoms of each one ended up being a graphic. I did try splitting these up into 3 smaller graphics that would allow the boxes to be fluid, but couldn't work out how to do it.... I think |
#8
| |||
| |||
|
|
How would I go about making the main text section more fluid whilst still keeping the rounded edges? |
|
Some possible color-matching issues between the graphic corners and the UA-generated background colors. Hmmm... I knew I should have stuck with web-safe colours, but I was given some specific artwork by the client so had to stick with her 'corporate colours'. I'll have to sort the colours out to websafe ones and see what she thinks. |
#9
| |||
| |||
|
|
Consider the CSS you use when substituting a graphic for a heading: (a) If you use "#gusto_leftcol h3.news span { display: none; }", then "Latest News" will be invisible to most assistive technology (AT) UAs (i.e. screen-readers, talking-browsers, etc.) as they will honour the {display:none;} (b) If, however, you use your other technique : h3 { text-indent: -2000px; margin: 0; padding: 0; } this will work for AT UAs, but the headings will be invisible to anybody using a graphics browser with image download turned off. ------------------------------------------- You might want to read (if you haven't already): http://www.stopdesign.com/articles/replace_text/ regards. |
#10
| |||
| |||
|
|
Alan Cole wrote: I wanted to get the rounded edges to each of the main content boxes. This meant the tops and bottoms of each one ended up being a graphic. I did try splitting these up into 3 smaller graphics that would allow the boxes to be fluid, but couldn't work out how to do it.... I think Hi Alan, There are lots of ways to do this. Here is one: http://www.nrkn.com/stretchyDiv/ http://www.nrkn.com/stretchyDiv/left.gif http://www.nrkn.com/stretchyDiv/right.gif |
![]() |
| Thread Tools | |
| Display Modes | |
| |