472,811 Members | 1,847 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

MSIE no more knows bottom

Hi,

I got the following stylesheet and it works on all major browsers on
windows and macos:

body {margin:0px;background-color:#ffffff;}

#foot
{position:fixed;bottom:0px;width:100%;height:16px; background-color:#c0ffc0;}

with

<div id="foot">Footer</div>

Only the MSIE 7 placed it at the top!

Do someone know this problem and got a workaround or css hack?

bye
Stefano
Jan 18 '08 #1
1 1586
Scripsit stefano picco:
I got the following stylesheet and it works on all major browsers on
windows and macos:

body {margin:0px;background-color:#ffffff;}

#foot
{position:fixed;bottom:0px;width:100%;height:16px; background-color:#c0ffc0;}
It surely doesn't. It doesn't on the most popular browser, IE 6.
Only the MSIE 7 placed it at the top!
You apparently didn't test on MSIE 6 at all.

Besides, on MSIE 7, you most probably triggered Quirks Mode by using
wrong markup, see
http://www.cs.tut.fi/~jkorpela/quirks-mode.html

(Hint: Posting a URL is essential when asking for help. Among other
things, it would let people see what, if any, doctype you're using -
something very important, though many authors are unaware of this.)

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

Jan 18 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Alex Bell | last post by:
There have been several postings recently dealing with bugs in Internet Explorer. Can anyone point me to a review of these bugs and how to work around them? Regards, Alex
4
by: Doors of Perception | last post by:
As you probably know, when you click on a link in MSIE and go to a page, then when you click the "back" button, you see a dotted box outlining the link on which I just clicked. As far as I'm...
1
by: Christoffer Berg | last post by:
Hi Now I've run into another issue with floats in MSIE. The problem is that under some circumstances (see problem 3 on my test page below) floating a block effects the padding of a following...
1
by: Marek Mänd | last post by:
<style> ..menu{ background:yellow; font:12px Arial; } ..menu li{ margin-bottom:0; margin-top:0; padding-bottom:0; padding-top:0;
3
by: Frederik | last post by:
Hi, I got a problem with MSIE, using the below CSS... MSIE won't obey my sheet, whereas Firefox does it exactly right. Anyone knows an solution/explanation..? ..border1 { border: thin solid...
2
by: Bernd Nies | last post by:
Hi, Does somebody have an idea why MSIE 6 on this page http://www.nies.ch/switzerland/fauna/index.de.php/2 does not show the "New" icon in the lower right corner of the thumbnail like in...
2
by: Kevin Smith | last post by:
I'm trying to use the hover pseudo-attribute to display footnotes in documentation. The footnotetext is hidden until you hover over the footnotemark. This work well in Safari and Firefox, but I...
10
by: Martin | last post by:
We are trying to create a stylesheet that works both for FF and MSIE. I've been googling a bit yesterday and found some hints (like using #margin-left or _margin-left for MSIE) but it seems these...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?

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.