Can’t get image to show up using CSS
-
I’ve been able to glean some information on this topic, but the solution still escapes me.
My site is: http://www.familywebwatch.com/blog
I’ve recently placed some feed buttons (e.g., My Yahoo, Newsburst, etc.) in the top right of my sidebar. I don’t like the way they look there, so I’ve decided to try to put them at the very top of the page, directly above the header image in the white space.
No matter what I do, they still don’t show up. My style for this is:
img.feedbuttons {
position:absolute;
left:50px;
top:10px;
z-index:1;
}The code for the button is:
<a href="http://add.my.yahoo.com/rss?url=http://feeds.feedburner.com/FamilyWebwatchBlog" title="Family WebWatch Blog"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="" style="border:0"/></a>I can’t figure out if I’m putting it in the wrong file (index.php or header.php), or if the style I’m using is wrong.
Any advice is very much appreciated. 🙂
The topic ‘Can’t get image to show up using CSS’ is closed to new replies.