Click to See Complete Forum and Search --> : Borders not showing up right in CSS.


royhobbs
09-23-2009, 05:17 AM
Thanks guys this board has really welcomed me and helped me out a lot. i am learning a lot from the responses i am getting and i hope in due time i will be able to offer some help rather than taking so much.

my question is this. if you look on this page: http://www.dragsport.com/issue/2009/1109_event_coverage.shtml

if you view this in IE, you will see "ORANGE Border" around the thumbnail images to the right... however if you view this in firefox you will see this looks very awkward and only the bottom and partial left and right orange borders and a weird space can be seen, can someone point me in the right direction on how to fix this?

so many problems with Firefox i wish everything was like IE, remind me of the old Netscape when i first started doing html... Thanks.

coothead
09-23-2009, 05:58 AM
Hi there

try removing class="img" from the a element and adding it to the img element instead. ;)

..so many problems with Firefox I wish everything was like IE..
You are joking , of course. :D

coothead

pawan143_5
09-23-2009, 07:46 AM
hi i am agreed try to give the class="img" to the img element instead of a element

if it still doesn't work try to give float:left in "img" class

royhobbs
09-23-2009, 03:54 PM
thanks guys! this worked! i am starting to get the hang of it...