Jump to content

block problems?


kalivos

Recommended Posts

Hi, I'm new to CSS so forgive me if this is a REALLY stupid question.

I'm trying to make a drop down menu (Which is working so far). I'm trying to add an image to the right of some of the links. I found that the image is pushed to the next line. This is for both IE and FF. 1) What's causing the image to be pushed down. 2) What action should I take to fix it?

[code]
--CSS--
#nav a {
display: block;
width: 10em;
}

#nav img {

float:right;
}

--HTML--
<ul id="nav">
<li><a href="#">test</a><img src="images/arrow-right.gif">
[/code]


Thanks in advance!
Link to comment
https://forums.phpfreaks.com/topic/15071-block-problems/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.