This is a discussion on "Image float problem" within the Web Page Design section. This forum, and the thread "Image float problem are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Image float problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Image float problem
I'm trying to get two images side by side at the top of the page. When in dreamweaver they work but in safari the second image goes below first and is consequently unviewable.
http://www.timothy-clark.com/equipment/punchbags.html It seems to create a 10-15 pixel gap between them. Could you help me, maybe look at css? The images, together, come to a width of 750 - the same width as wrap. |
|
#2
|
|||
|
|||
|
Re: Image float problem
I'm none too cool on CSS but, could it be:
(problem exists in IE6 too) |
|
#3
|
|||
|
|||
|
Re: Image float problem
well i tried making the images 5-10 pixels smaller and no luck.
|
|
#4
|
|||
|
|||
|
Re: Image float problem
Had a look @ your CSS but I'm outta my depth so I'd better leave ya to the big boys.
|
|
#5
|
|||
|
|||
|
Re: Image float problem
your problem is with this css code.
The float: left; needs to be in the '#logo img' style definition and not in the '#logo'. At the moment your floating the containing div left and not the images it contains. |
|
#6
|
|||
|
|||
|
Re: Image float problem
brilliant! thanks.
|
|
#7
|
|||
|
|||
|
Re: Image float problem
I'm using IE6 (1024x768) and your two header images are lined up in it now, but there appears to be a white gap just to the right of the second, and the line beneath is broken to the left (start of the NavBar).
|
![]() |
| Tags |
| image, float, problem |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Float problem with Firefox | Emzi | Web Page Design | 10 | Apr 4th, 2008 13:02 |
| Image float misbehaving in IE vs FF | andym01480 | Web Page Design | 2 | Feb 19th, 2008 22:37 |
| css float problem | milly | Starting Out | 3 | Jul 9th, 2007 03:51 |
| How to float 2 image hyperlinks on same line | AdRock | Web Page Design | 6 | Apr 2nd, 2007 15:30 |
| right float problem... | c_martini | Web Page Design | 11 | Aug 2nd, 2006 14:47 |