472,101 Members | 1,452 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

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

IE woes - Relative positioned float

I created a simple template with common tags. It serves as a quick
reference guide for my web development efforts. The web page renders
great in Firefox, yet becomes a mess in IE. The HTML and CSS code
validates on the server. You may view the template at the following
link.

http://neville.f2o.org/Template_noXML.html

These tests relate to FireFox 1.0 and IE 6.0 on XP. Let me know if you
encounter further deviations with your browser or OS platform.

Top Button
Firefox renders quick link to the top of the page as a relative float
positioned at the bottom of the page. My top button moves as you
scroll down the page. IE renders this div element at the bottom of the
page; partially falling off the left side of the page. In addition,
another mystery box appears at the top of the page within the
MainContent container. Please let me know if you realize why this
scenario occurs.

http://neville.f2o.org/IE_top.html

Jul 21 '05 #1
1 1452
"R0bert Neville" wrote in message
Top Button
Firefox renders quick link to the top of the page as a relative float
positioned at the bottom of the page. My top button moves as you
scroll down the page. IE renders this div element at the bottom of the
page; partially falling off the left side of the page. In addition,
another mystery box appears at the top of the page within the
MainContent container. Please let me know if you realize why this
scenario occurs.


IE can't handle position: fixed
You'll need to either resort to Javascript or the site below may provide a
css solution.
http://www.divinentd.com/experiments...ion-fixed.html

--
peter
Jul 21 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

4 posts views Thread by Ken Kast | last post: by
reply views Thread by Mike Kozlowski | last post: by
4 posts views Thread by boclair | last post: by
2 posts views Thread by Catherine Lynn Wood | last post: by
4 posts views Thread by louissan | last post: by
3 posts views Thread by Markus Ernst | last post: by
2 posts views Thread by Martin Geisler | last post: by
7 posts views Thread by Cruelemort | last post: by
10 posts views Thread by Mark | last post: by

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.