/    Sign up×
Community /Pin to ProfileBookmark

Image moves under

Hi,
I am trying to place an image after a link (in a table), but the iage shifts down onto another line. Heres the code:

[CODE]
<TD class=menuNav><a href=”mat.asp?nik=home”>Home</a><img src=”/images/new.gif” width=”31″ height=”12″ border=”0″></TD>
[/CODE]

CSS:

[CODE]
.menuNav A {
DISPLAY: block; PADDING-LEFT: 10px; FONT-WEIGHT: normal; FONT-SIZE: 12px; BACKGROUND: #eeeeee; MARGIN: 0px 0px 1px; WIDTH: 150px; COLOR: #555555; LINE-HEIGHT: 20px; TEXT-ALIGN: left; TEXT-DECORATION: none
}
.menuNav A:link, A:visited {
COLOR: #555555; TEXT-DECORATION: none
}
.menuNav A:hover {
BACKGROUND: #6666CC;
font-weight: bold; COLOR: white;
}
[/CODE]

Anythng obvvious? TIA 😮

to post a comment
CSS

5 Comments(s)

Copy linkTweet thisAlerts:
@BonRougeDec 07.2006 — Yes - 'display:block'.
Copy linkTweet thisAlerts:
@myself1authorDec 07.2006 — Do I need to change that then? To what? ?

Thanks
Copy linkTweet thisAlerts:
@BonRougeDec 07.2006 — Just remove it.
Copy linkTweet thisAlerts:
@myself1authorDec 08.2006 — Ok, I've removed it, now the background color (BACKGROUND: #eeeeee?, only colours the text (ie the link).

So basically the text is all #eeeeee in colour, and the image I am placing is shown as all white. Make sense? ?
Copy linkTweet thisAlerts:
@BonRougeDec 10.2006 — OK. Change it to 'float:left;'.
×

Success!

Help @myself1 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...