NameSilo

Fix height in FF (easy money)

Spaceship Spaceship
Watch
Status
Not open for further replies.

killay

Established Member
Impact
2
Hi

Yes I know, yet again the irritating FF 100% height problem :D
I can design websites, develop them, ... But never managed to fix the damn height problem. That's why I'm asking you guys.

I made a custom WPdesign for my website : http://goowik(.)com
And as you can see, the border just doesn't get lower then 10px.

Could anyone fix this for me?

I can only pay through paypal.

And if possible could you also explain me how to fix it afterwards?
This would be of great help.


Thanks in advance
Peter
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
I'm capable of fixing this. Feel free to contact me [email protected].
I'm a very cheap one probably just a few dollars if I think I'm right about the problem.
 
Last edited:
0
•••
Can you please explain more. I had a look at the website and looks in order!

If you mean the footer padding, then you need to add this in #footer

padding: 10px 0 10px 10px;

Okay, I got it .. here is the solution.

In your style sheet, add the below:

.clear{
clear:both;
}

In your HTML page, add the following new div JUST BEFORE the closing tag of the wrapper div:

<div class="clear"></div>

If it works, let me know and pay me whatever you think is fair.
 
0
•••
No I mean when you look at the header. You'll see two little-dark-gray-borders (10px) on both sides (approximatly 30px height. I want these two borders to go all the way down.
 
0
•••
Yes, solution is in my previous post :)
 
0
•••
apparently it doesnt work :(
I left the code for you to see. (source)
 
0
•••
killay said:
apparently it doesnt work :(
I left the code for you to see. (source)


It works here on both IE and FireFox. Just make sure that you place the <div class="clear"></div> before the wrapper div closing tag "</div>" not after it. If you view the source code on your browser, you can see that this line is placed in the wrong location. The last lines in your HTML file should look like this:


<div class="clear"></div>
</div>
</body></html>


Use notepad to edit the HTML file and don't use GUI for that.



Let me know ;)
 
0
•••
well thats what I had, but to be certain I copy paste the bit. but still doesnt work.
 
0
•••
what browser/version you are using?

okay i think you need to add the clear div in more areas. please do the following. i want it to work :)

1- add a clear div just AFTER the menu_top div CLOSING tag (</div>)
2- add a clear div just BEFORE the footer div STARTING tag (<div>)
3- add a clear div just BEFORE the wrapper CLOSING tag
(</div>)
 
0
•••
EDIT:

IT'S working :D
thanks a million m8. I've been searchin like crazy for the solution and never found it. But you did :) What's your email?

thanks
 
0
•••
cool man. i will send you my email right away
 
0
•••
Status
Not open for further replies.
Appraise.net

We're social

Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back