You could optimize your stylesheet quite a bit by removing all of these rules
border-top:0 none;
and other similar ones. If you don't tell it to put a border there,
then it won't. No need to tell it there is no border. However where
you do set a border on all sides consider learning shorthand. Instead
of
border-top:1px solid white;
border-bottom:1px solid white;
border-left: 1px solid white;
border-right:1px solid white;
you could just go with
border: 1px solid white;
Also fonts can go from
font-family:verdana;
font-size:10px;
to
font: 10px verdana;
Also separate multiple font faces with a comma.
In the the portfolio, the link to www.iksystems.co.uk is broken.
You've got http://www.freelance-developer.co.uk/www.iksystems.co.uk
because of a missing "http://"
The layout and design looks good on Mac in Firefox 1.0.4 at 1280 x
854. I might bump up the 10px verdana links by one, as they appear
very pixelated, but that's just me. Overall, nice site!
On 5/16/05, Wayne Douglas <[EMAIL PROTECTED]> wrote:
> Second attempt at CSS layout, some thoughts from the house if you please and
> a bit of feedback from the Mac fraternity:
>
> http://www.freelance-developer.co.uk/ <http://www.freelance-developer.co.uk/>
>
> Don't pay too much attention to the content text itself, its all really just
> placeholders. What's the loading times like? Do you like the general look and
> feel? Not very original I know but I'm not a designer!!! That's the hard part
> I'd rather leave to other people!!
>
> :)
>
> w
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
--
Chris Gandolfo
{Designer & Standards Advocate}
Twelve Horses
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/