Thank you, that has done the job.

On 5/9/05, Graham <[EMAIL PROTECTED]> wrote:
> Padding problem.
> 
> Change your styles as shown
> #gallery a, #gallery a:visited {
>                 color:Navy;
>                 text-decoration:none;
>                 display:block;
>                 padding:5px 5px 5px 20px;
>                 background: #DFFFFF url(arrow.gif) no-repeat 10px 10px;
>                 width:125px;
> }
> 
> #gallery a:hover {
>         background: #DEEFFF url(arrowr.gif) no-repeat 11px 10px;
>         color: Navy;
>         width:125px;
> 
> }
> * html #gallery a, * html  #gallery a:visited,* html #gallery
> a:hover{width:150px;}
> 
> Graham
>
______________________________________________________________________
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/

Reply via email to