English 中文(简体)
msie strange div formatting (among other issues) what am I doing wrong?
原标题:

On the page http://listtree.appspot.com/about/bEcPYABxI$6UeBDHzASwlA if I scroll to the bottom using MSIE 8 the left hand side yellow div borders to a weird jumping up and down dance -- what am I doing wrong? I have similar pages where this isn t happening and the "developers tools" interface seems happy with the html.

Also, on the same page, why is MSIE silently ignoring my javascipt:... links? Again, I have other pages using the same techniques that seem to be working fine unde MSIE, and of course I see no problems in either firefox or safari whereever I ve tried it.

Thanks in advance.

问题回答

I can t reproduce the issues you re describing in IE8 on Windows 7.

I ran IE 8 on Windows XP through browser sandbox with no problems. Must be whatever you are using to render it or OS.

I give up.

I fixed the problem by switching from using DIV s to using TABLE s.

And to hell with the kittens

alt text http://aaron.oirt.rutgers.edu/kitten.jpg

here is how it looks now: http://listtree.appspot.com/...





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签