|
Posted by John Hosking on 08/24/07 07:13
John wrote:
> Hi.
Hi, yourself, but we prefer when folks don't top-post.
> OK here's the code:
Who asked for this? Where's the URL?
>
> <img src='/images/html/header.jpg' width='100%' alt='header'
> usemap='#headermap'></img>
> <map id='headermap' name='headermap'>
> <area shape='rect' coords='0,0,68,37' alt='RSS' target='_blank'
> href='/rss/rss.xml'></area>
> <area shape='rect' coords='130,11,340,35' alt='Paris'
> href='/cgi-bin/staff/Paris.pl'></area>
> </map>
It's definitely your header.jpg. You need to change the saturation of
the blue areas, and trim 7.5 px off the right edge.
Wouldn't you like to try
<ul>
<li><a href='/rss/rss.xml'>RSS</a></li>
<li><a href='/cgi-bin/staff/Paris.pl'>Paris</a></li>
</ul>
and some CSS instead of the code above?
[original full-quote of OP snipped here]
--
John (Hosking)
Pondering the value of the UIP: http://blinkynet.net/comp/uip5.html
Navigation:
[Reply to this message]
|