Tim Burgan wrote: >> No this isn't a new stretch to improve fitness.. I'm having trouble with image sizing in Opera & Mozilla. Internet Explorer 6 is displaying the images fine. Take a look: <http://www.greaterthani.com/02_relaunch/> <<
Tim, I hate to break this to you but you're not having an image problem at all. You're having a font-size issue. The way you are using the background-color of the anchor tag to change the color of your links is causing you a problem. You are using a 8x8px transparent gif surrounded by an anchor tag. The gif size is remaining stable, but in Mozilla and Opera the anchor tag is taking up the space required by the default body font size. I sorry to say but your situation is more complicated then you thought. To continue using the hover property of the anchor tag as you are, you'll have to set your anchor to display:block, and give the anchor a height and width value. This will also require you to make those anchor tags float so that they will line up side by side as you have them. Which will require you to change your #ob_heading to a div instead of a span and make it float:left as well. Or, you could use javascript to do your roll-over color change. It's your choice of course, but I'd use the hover property like you are. HTH Perry Gerenday http://www.webinitiative.net ____ • The WDVL Discussion List from WDVL.COM • ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
