473,396 Members | 1,998 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Bottom margin doesn't display in div on ie6

just a feeling
Peace,

The problem is that IE6 doesn't display the bottom margin in the wrapper div, though FF displays it correctly. I've uploaded My html and Css files( BTW, they are validated by W3C validator).

I really appreciate any help.
Thanks.
Attached Files
File Type: zip Html+Css.zip (1.6 KB, 109 views)
Nov 29 '07 #1
7 2422
Death Slaught
1,137 1GB
Try removing the auto.

- Death
Nov 29 '07 #2
Thanks Death for ur replay. I did what u said but nothing changed !!

Any suggestions !
Nov 30 '07 #3
Death Slaught
1,137 1GB
I can't believe I didn't relize this before. Odd it's happening though.

Your

* {
margin:0;
padding:0;
}

is causing the problem.

I find it really strange though that your "wrapper" didn't "overide" so to speak the inheritence. Therefor i'm not completely sure what to tell you about it, but that was your problem, just remove the margin:0, and it should work.

Thanks, Death
Nov 30 '07 #4
Working !!
Thanks a million Death, but I have a bad news. Removing ( margin:0 ) caused many other problems becuase of the extra margins some browsers add !

Is there another way to do it ? Sorry 4 bothering u and if anyone knows the answer, plz help.
Dec 1 '07 #5
Death Slaught
1,137 1GB
Np it's what I'm here for.

Like I said it's odd that your "wrapper" div isn't "overiding" the inherited values. However, now that I think of.........try adding your padding:0, and margin:0, into your body rule.

Thanks, Death
Dec 1 '07 #6
Tried that before reading ur post !! the same problem.

Is it impossible or what ?
No body knows how can I solve this IE bug ?
Dec 1 '07 #7
Death Slaught
1,137 1GB
Yes it's possible, I have no idea why it's not working, and yes there's someone who should know this.

- Death
Dec 1 '07 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Christopher | last post by:
This should be a quick one. URL: http://cfa-www.harvard.edu/~cpilman/Stuff/flush.html Code: ============================= <!DOCTYPE HTML Public "-//W3C//DTD HTML 4.01//EN">...
1
by: Trent L | last post by:
Hello, I'm having a problem where a style for a <a> tag isn't working in IE: border : 1px solid red; If you use my code below, you'll see what I mean. In IE6 on WinXP, I'm not seeing a red...
26
by: meltedown | last post by:
I have 2 left floating divs on a page. Sometime the left side is larger, sometimes the right side is larger. I want the page to have a margin at the bottom of whichever div is the largest. If I...
1
by: Edward | last post by:
I created a simple CSS layout (code and example below) for bloggin/writing but ran into five issues that I need help with: 1. How do I get rid of the right-margin red line on the last three...
6
by: Paul Wake | last post by:
I'm sure I'm missing something obvious, but I'd appreciate it if someone could point out why the following puts a wide margin on the top, left, and right, but not on the bottom (even when scrolled...
2
by: Patrick Sullivan | last post by:
Hi people, I've been trying to get the text of a menu list to align at the bottom of a table cell. Can't get to work with html or css and html. Menu should be lined up with bottom right of logo....
3
by: Paul | last post by:
I want the <div id="navigation"column to be the same color all the way to the bottom. The "background-image: url(bg_menu_tile.gif);" was a try to force it with a long 1-pixel graphic - didn't...
16
by: FuzzyLogik | last post by:
By width, I don't mean weight. I have a row of <li>'s, with a bottom-border. I want the bottom-border to only go 90% of the <li> (centered) Is there any way to do this? I have it in this...
7
by: GTalbot | last post by:
Hello fellow authoring.stylesheets colleagues, Can someone please explain why the bottom margin of the last inflow block-level child in an overflowed parent should not have its margin reachable....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.