|
Posted by Jonathan N. Little on 10/25/07 15:55
badgerduke@gmail.com wrote:
> .wipa:active {
> padding: 0px;
> margin: 0px;
> background: url(tiny_assign_list_gray.jpg) no-repeat;
> width: 30px;
> height: 5px;
> }
>
> <a class="wipa" href="aPage.html">Work In Progress</a>
>
>
>
> The above background image will not show up. I've tried every
> variation possible regarding the path to the image, so I am confident
> it is not the path. The image is 30x5px. Anybody have any ideas?
> Thanks.
First of all
width: 30px;
height: 5px;
would make your link element (A) 5px x 30px not the background *if* the
A element was a block element, which it is not unless you have changed
it some where. Who knows because your snipped doesn't show. Anyway would
would not want the A element 5px x 30px because what if the content
"Work In Progress" doesn't fit within that tiny block?
Now if you want some real help, post a URL to the page in question.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|