This is a discussion on "[SOLVED] White Space in Firefox" within the Starting Out section. This forum, and the thread "[SOLVED] White Space in Firefox are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] White Space in Firefox
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Hi everyone.
I'm in the process of making a website but i've run into a problem. I have some thumbnail pictures which when clicked on show the full picture in a pop up window. Everything works fine in IE but when I try it in Firefox I always have a white space at the bottom of the pop up. I'm pretty sure this shouldn't be there as i've set the pop up window to the exact same size as the image. To see what i mean go here: www.kelseydelo.com , select portfolio and then click on one of the thumbnails. As i mentioned the problem only seems to appear in firefox. Any help would be appreciated as this is really bugging me. thanks. |
|
|
|
#2
|
||||
|
||||
|
Re: White Space in Firefox
I have no whitespace in FF with those images.
Maybe post a screen shot of what you see?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#3
|
|||
|
|||
|
Re: White Space in Firefox
me neither, no whitespaces
you also have errors, slide2 is not defined and some css errors Last edited by aihazm; Oct 30th, 2007 at 22:22. |
|
#4
|
|||
|
|||
|
Re: White Space in Firefox
thanks for having a look. heres a screen shot of what i see.
http://img266.imageshack.us/img266/6...itelineci9.png i guess it may just be a problem with my browser which is good news. could you explain what what the css errors are and how i could fix them? i'm kind of new to this whole thing. |
|
#5
|
||||
|
||||
|
Re: White Space in Firefox
Wierd I don't get that at all.
What Operating System are you on? I don't recognize that theme.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#6
|
|||
|
|||
|
Re: White Space in Firefox
windows xp.
i'm using window blinds which maybe explains the different theme. maybe thats whats causing the white stripe somehow. |
|
#7
|
|||
|
|||
|
Re: White Space in Firefox
Quote:
<p> <img width="385" height="650" border="0" src="../../Portfolio%20Pics/Dana2.jpg"/> </p> |
|
#8
|
|||
|
|||
|
Re: White Space in Firefox
Wow ... amazing how many errors you can find in only a few lines of code
2. You have the wrong character set. Have a look at my blog entry Make your HTML efficient. There's a section about it there. You should be using UTF-8 or ISO 8859-1. 3. why is there 2 <body> tags 4. <body> should be after <head> ... </head> 5. all the attributes (except the style=" ") in the 1st body tags are deprecated 6. you are missing alt attribute to your image Now ... to fix your white-space issue, try doing what aihazm said and remove the <p> tags around your image. Other thing you can do is add padding: 0; to the style="margin: 0;" that you have already. |
|
#9
|
|||
|
|||
|
Re: White Space in Firefox
thanks for the tips. i will try and fix those things.
i have found out that the 'download status bar' plugin for firefox was causing the white lines. |
|
#10
|
||||
|
||||
|
Re: White Space in Firefox
There we go.
Could you mark this as sovled now via thread tools at the top? Thanks
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ie6 white space under div | AndrewChip | Web Page Design | 1 | Jun 11th, 2008 13:15 |
| Add white space using RegEx | Access | JavaScript Forum | 2 | Feb 8th, 2008 03:30 |
| Big white space | mikemay123 | Web Page Design | 5 | Nov 6th, 2007 00:30 |
| [SOLVED] white-space | mcdanielnc89 | Web Page Design | 5 | Oct 8th, 2007 16:48 |
| white space at top of page | mdb01 | Web Page Design | 2 | Nov 26th, 2006 21:39 |