unwanted space between 2 images

This is a discussion on "unwanted space between 2 images" within the Web Page Design section. This forum, and the thread "unwanted space between 2 images are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 6th, 2008, 07:23
SuperMember

SuperMember
Join Date: Apr 2007
Location: UK
Age: 31
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
unwanted space between 2 images

Hi There

The image of the clips in the top right is split in to 2 parts as the seperate pieces live inside different DIV's. I am trying to achieve the effect of them being joined together. I can achieve the desired effect in IE as you will see but again, not in Firefox. In Firefox there is a white space of about 6px between the images.

http://www.anyoldirons.me.uk/samfit.html

Any ideas?

Thanks & Rgs

Craig
Reply With Quote

  #2 (permalink)  
Old Apr 6th, 2008, 12:04
Ed Ed is offline
Highly Reputable Member
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 689
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: unwanted space between 2 images

What you need to do is change the height of #headright to 119px and this should solve the problem.

Code: Select all
 #headright {
    float: right;
    clear: all;
    border-top:0px;
    border-bottom:0px;
         height: 119px;
    }
You also have a border on the #headerimg div.

Hope this helps,
Ed.
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
unwanted horizontal scroll mykl Web Page Design 11 Sep 30th, 2007 02:05
unwanted space under image in IE Craigj1303 Web Page Design 2 Sep 5th, 2007 20:47
Phantom space between images jonnymorris Starting Out 5 Jul 3rd, 2007 11:41
how to finish the space between images s_mazhar Graphics and 3D 3 Dec 28th, 2005 13:30
unwanted space between li elements in IE ant.eater Web Page Design 3 Nov 7th, 2005 13:14


All times are GMT. The time now is 04:23.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43