I said:

Your menu seems a little clunky with all those cells and shims.  You may
want to get a slimmer, more beautiful version using css and unordered
lists.

Jac replied:
the learning curve for css and tableless layouts would be too steep and
too time consuming at the moment so I'll suffer on with what i know for
the time being :o)

I reply:

Jac, Because I'm sick and tired and don't have a creative thought it my
head right now, I sat down and wrote the css for your menu.  All you
have to do is put in the proper place and insert the css into your style
sheet.  Don't feel like you have to use it.  I just wanted to do
something for you as thanks for all the help you have been to the list.

HTML:

<div class="nav">
<ul>
<li><a href="#">:: Home</a></li>
<li><a href="#">:: New toyota</a></li>
<li><a href="#">:: Pre-owned vehicles</a></li>
<li><a href="#">:: Finance &amp; leasing</a></li>
<li><a href="#">:: Employments</a></li>
<li><a href="#">:: Book a service</a></li>
<li><a href="#">:: Test drive</a></li>
<li><a href="#">:: Promotions</a></li>
<li><a href="#">:: About us</a></li>
<li><a href="#">:: Location map</a></li>
<li><a href="#">:: Contact us</a></li>
</ul>
</div>

CSS:

.nav a {
        display: block;
        margin: 1px 0px;
        padding: 5px 7px;
        width: 170px;
        border: solid Gray;
        border-width: 1px 1px 1px 0px;
        text-transform: uppercase;
}

.nav a:link, .nav a:visited {
        color: Black;
        text-decoration: none;
        font-weight: bold;
}

.nav a:hover {
        background: #CE0000;
        color: White;
        border-color: #414141;
}

.nav ul {
        list-style-type: none;
        margin-right: 0pt;
        padding-right: 0pt;
}


HTH,

Will

Professional Graphics Artist
Certified Web Designer (BCIP)

Stewart and Company
--
www.stewartandcompany.net
[EMAIL PROTECTED]
--
W: 304.550.2687

Rt. 1 Box 364
Buffalo, WV
25033


-----Original Message-----
From: jac [mailto:[EMAIL PROTECTED] 
Sent: Sunday, August 22, 2004 11:03 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] RE: [SCR] www.kearys.ie



> Great design, as usual!
> 
> A few extremely minute critiques:
> 
> It looks like you have a broken image link in the middle of your grey 
> horizontal bar.  If I'm not mistaken, that's a shim that ain't 
> shimming.

almost right - it's a shim within a table with no border specified in
the css. i'm trying to fix it now.


> 
> You used tables.  Tsk, tsk.  :)

as always :o)


> I throw in my vote that the looping flash is annoying.  I
> would suggest
> putting pause, left and right buttons on the lower right hand side.
> That way, everyone will be happy and we can browse through 
> the images if
> we want.

yeah I'll be talking to the client


> Your menu seems a little clunky with all those cells and
> shims.  You may
> want to get a slimmer, more beautiful version using css and unordered
> lists.

the learning curve for css and tableless layouts would be too steep and
too time consuming at the moment so I'll suffer on with what i know for
the time being :o)

> 
> Your keyword meta tag has too many words.  I think it is only supposed

> to be 250 characters.

again these were carried over from the old site but I'l go through them
and reduce the word count - cheers

Nice one Will - thanks!
jac.



____ . The WDVL Discussion List from WDVL.COM . ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with
the words: "set WDVLTALK pw=yourpassword" in the body of the email. To
change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To
unsubscribe send a blank email to %%email.unsub%%

To unsubscribe via postal mail, please contact us at: Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to