943,169 Members | Top Members by Rank

Ad:
Aug 31st, 2010
0

Background image of Anchor not working with Safari/Firefox

Expand Post »
Hi,

I have following Css where i have used back-ground image. Then i am generating Anchor and assigning css class which has image. It works fine with IE but does not work with Safari,Firefox and Chrome.

Can anyone help me on how to fix it. I have given details below.

Thanks,
Chandan

Css
-------

.HOME
{
BACKGROUND-IMAGE: url(../images/home.jpg);
WIDTH: 56px;
BACKGROUND-REPEAT: no-repeat;
HEIGHT: 20px
}
.HOME A
{
WIDTH: 56px;
HEIGHT: 20px
}
.HOME A:hover
{
BACKGROUND-IMAGE: url(../images/home1.jpg);
WIDTH: 56px;
HEIGHT: 20px
}

Html Code
-----------

<td class="HOME"><A href="#abc.html" Class ="Home" onclick="OpenPage()"/></td>
Similar Threads
cpd
Reputation Points: 10
Solved Threads: 0
Newbie Poster
cpd is offline Offline
2 posts
since Apr 2008
Aug 31st, 2010
0
Re: Background image of Anchor not working with Safari/Firefox
This
HTML and CSS Syntax (Toggle Plain Text)
  1. <td class="HOME"><A href="#abc.html" Class ="Home" onclick="OpenPage()"/></td>
should look like:
HTML and CSS Syntax (Toggle Plain Text)
  1. <td class="HOME"><a href="#abc.html" class="Home" onclick="OpenPage()"></a></td>

Your <a> tag isn`t closed properly.
If you want clean and valid markup you should look at xHTML requirements here.
Last edited by Varnius; Aug 31st, 2010 at 6:32 pm.
Reputation Points: 12
Solved Threads: 5
Newbie Poster
Varnius is offline Offline
20 posts
since Aug 2010

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: ehlp with layout
Next Thread in HTML and CSS Forum Timeline: Recordset navigation bar





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC