Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-15-2011, 07:22 PM   PM User | #1
eberdome
Regular Coder

 
Join Date: Dec 2010
Location: California
Posts: 193
Thanks: 28
Thanked 8 Times in 8 Posts
eberdome is an unknown quantity at this point
Gap in FF, not in IE

Hey everyone,

For some reason there is a gap in between the copyright and bottom row of images in FF, Safari, Chrome, but not in IE. I actually like what IE is doing and i want the gap to go away in FF and the rest. What is causing this gap and how can i get rid of it to make it look like what it does in IE??

The link: http://experiencemediaonline.gorillaonemedia.com/work/

Thanks!
eberdome is offline   Reply With Quote
Old 02-15-2011, 08:16 PM   PM User | #2
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Hello eberdome,
In your core.css, line #27, div#copyright has 25px top margin. How's it look when you get rid of that?

Also, why a ul there? That copyright statement is hardly a list.
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote
Old 02-15-2011, 09:02 PM   PM User | #3
eberdome
Regular Coder

 
Join Date: Dec 2010
Location: California
Posts: 193
Thanks: 28
Thanked 8 Times in 8 Posts
eberdome is an unknown quantity at this point
Thanks for the reply, I appreciate it!

I took out ul and li and also took out margin top, but now it looks great in FF, and overlaps bottom image in IE, why is this?
eberdome is offline   Reply With Quote
Old 02-15-2011, 09:11 PM   PM User | #4
teedoff
Senior Coder

 
Join Date: Aug 2010
Location: High Point, NC
Posts: 3,325
Thanks: 5
Thanked 363 Times in 360 Posts
teedoff is on a distinguished road
I think we've been through this before...lol Still having problems? In your previous post I suggested that you add the top margin because it was over lapping in IE. Not sure whats going on. If you make it look right(by adding the top margin) in IE, it has more space than needed in FF. If you remove the top margin to make it look correct in FF, it overlaps in IE.
__________________
Teed
teedoff is offline   Reply With Quote
Old 02-15-2011, 09:26 PM   PM User | #5
eberdome
Regular Coder

 
Join Date: Dec 2010
Location: California
Posts: 193
Thanks: 28
Thanked 8 Times in 8 Posts
eberdome is an unknown quantity at this point
yup, that's pretty much it, i want the columns and rows of images to align directly in the middle of the white background! I cant seem to figure out how though!
eberdome is offline   Reply With Quote
Old 02-16-2011, 09:21 AM   PM User | #6
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,689
Thanks: 158
Thanked 2,184 Times in 2,171 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Add an extra class to the last <ul> -column, say <ul class="column last">, and then add the following into your CSS.
Code:
ul.column.last li{
margin-bottom:10px; 
}
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 02-16-2011, 09:10 PM   PM User | #7
eberdome
Regular Coder

 
Join Date: Dec 2010
Location: California
Posts: 193
Thanks: 28
Thanked 8 Times in 8 Posts
eberdome is an unknown quantity at this point
abduraooft,

For some reason that is not doing the trick in IE, I even tried adding a margin-top to my copyright, still no dice!
eberdome is offline   Reply With Quote
Old 02-17-2011, 07:09 AM   PM User | #8
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,689
Thanks: 158
Thanked 2,184 Times in 2,171 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
I actually like what IE is doing and i want the gap to go away in FF and the rest.
Quote:
For some reason that is not doing the trick in IE, I even tried adding a margin-top to my copyright, still no dice!
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Users who have thanked abduraooft for this post:
eberdome (02-17-2011)
Old 02-17-2011, 07:20 AM   PM User | #9
eberdome
Regular Coder

 
Join Date: Dec 2010
Location: California
Posts: 193
Thanks: 28
Thanked 8 Times in 8 Posts
eberdome is an unknown quantity at this point
Actually i fixed the problem, probably not the best route, but apparently early versions of IE do not like height:auto; . So with that said i just created a fixed height of my rows of images and that pushed it back down in IE. Works for now, and is cross browser compatible. Thanks for your time!
eberdome is offline   Reply With Quote
Reply

Bookmarks

Tags
css, gap, margin, padding

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 05:26 AM.


Advertisement
Log in to turn off these ads.