RexMag's Naughty Files Adult Discussion Board Rex is in the House

Board Photos Radio and TV Match Maker Reputations Points
Go Back   RexMag's Naughty Files Adult Discussion Board > Blogs > Bossman Rex
Register Arcade Blogs FAQTop Posters Calendar Mark Forums Read


Rate this Entry

CSS Tip: Removing Bottom Border from Images in Fireforx

Submit "CSS Tip: Removing Bottom Border from Images in Fireforx" to Digg Submit "CSS Tip: Removing Bottom Border from Images in Fireforx" to del.icio.us Submit "CSS Tip: Removing Bottom Border from Images in Fireforx" to StumbleUpon Submit "CSS Tip: Removing Bottom Border from Images in Fireforx" to Google
Posted 11-21-2009 at 01:22 PM by Bossman Rex
Tags css, firefox

I'm working on IWANGF and have a problem with the images on the left and right. These are links that had an image and text underneath. I used one link and a line break (<br />) between the image and the text underneath. The problem I was having is that even though I had set borders to 0 in my CSS, I was still getting a small border under my image in Firefox.

The code for each is something like this:
Code:
<div class="blocktablecenterwhite">
    <span>Rex Mag</span>
    <div><a href="http://www.rexmag.com" title="RexMag eZine for Men" target="_blank"><img src="http://www.rexbucks.com/program/banners/rexmag/rexmagn120.jpg" alt="RexMag Porn"><br />Ride 'er Rex</a></div>
</div>
I already have
Code:
img { border: 0;}
set for all images, but what I discovered is that I had to change the display properties of all images within my class:
Code:
.blocktablecenterwhite img {
display: block;
}
The only thing I had to watch out for was that <br /> then added an extra space. Since it was displayed as a block, I simply removed the <br /> and it worked fine.

Digg this Post! Add Post to del.icio.us Bookmark Post in Technorati Furl this Post! Reddit!
Posted in Technology
Views 796 Comments 0 Edit Tags
« Prev     Main     Next »
Total Comments 0

Comments

 

All times are GMT -4. The time now is 08:09 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
© 2002 - 2010 BN Media, LLC