THANK YOU!!!!!!!!!!!!!!!!!!!!!!

" Slaps self with noodle - 'BAD PRACTICE to bunch it, BAD BAD BAD.....' "

Thanks again Bryan, I don't know how many times I have piece by piece been going over this sheet in detail WITHOUT seeing that..

' Puts DUNCE cap on with Gorilla glue '

  Regards
     ~Veine

At 08:10 PM 8/22/2004 +0100, you wrote:

At a glance, I would suspect that this piece of code is causing all links to follow {display:block;}.

.leftcol ul,li,a {
                         display: block;
                 margin: 0;
                 padding: 0;
                 border: 0;
                 }

If that is the problem you are experiencing, the solution is to change that rule to:


.leftcol ul, .leftcol li, .leftcol a {
                 display: block;
                 margin: 0;
                 padding: 0;
                 border: 0;
                 }

Also, a basic and explicit rule for "a" ought to override other general stylings.

Just at a glance but I hope it helps.

Regards,
Bryan Davis

www.trumpetboy.com - Affordable Web Design for Musicians

Veine K Vikberg http://www.vikberg.net Professional Web Guru

Reply via email to