pneudralics Posted April 2, 2006 Share Posted April 2, 2006 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:IMAGElink[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 https://forums.phpfreaks.com/topic/6374-css-rollover-menu/ Share on other sites More sharing options...
moberemk Posted April 2, 2006 Share Posted April 2, 2006 Just give the image a float: left; property. Link to comment https://forums.phpfreaks.com/topic/6374-css-rollover-menu/#findComment-23062 Share on other sites More sharing options...
pneudralics Posted April 2, 2006 Author Share Posted April 2, 2006 Cool thanks. Couldn't get the image inside with the link it looks like this:IMAGE [link]All I'm gonna do is match the border with the background color. Link to comment https://forums.phpfreaks.com/topic/6374-css-rollover-menu/#findComment-23067 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.