Jump to content

css rollover menu


pneudralics

Recommended Posts

I can't seem to align IMAGE with link. I want it to look like this:
IMAGE link

Ran out of ideas...anyone? I just keep on getting this:
IMAGE
link

[code]

<style type="text/css">
table.messagecenter a {
width:125px;
border:1px solid #333333;
display: block;
}

div.messagecenter a {
color: #333333;
background: #ffffff;
text-decoration:none;
font-size:11px;
line-height:16px;
font-family: Tahoma, verdana, sans-serif;
padding: 2px 5px;
}

div.messagecenter a:link {
color: #333333;
background: #cccc99;
}

div.messagecenter a:active {
color: #000000;
background: #cccc99;
}

div.messagecenter a:visited {
color: #333333;
background: #cccc99;
}

div.messagecenter a:hover {
color: #eeeeee;
background: #333333;
border:1px solid #000000;
}

</style>

<div class="messagecenter">
<table summary="" cellpadding="1" cellspacing="1" class="messagecenter">
<tr>
<td>IMAGE linnk</td>
</tr>
<tr>
<td>IMAGE link</td>
</tr>
<tr>
<td>IMAGE link</td>
</tr>
</table>
</div>
[/code]
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.