开发者

IE creating a phantom div in a listing loop

开发者 https://www.devze.com 2023-02-07 04:53 出处:网络
I\'ve been working on this for a few days now and cannot find a solution. http://mri.sniperdyne.com/inventory.asp?CatId=C547E3B5-44F4-4BB5-BF2D-CE51BB8E8DA6

I've been working on this for a few days now and cannot find a solution.

http://mri.sniperdyne.com/inventory.asp?CatId=C547E3B5-44F4-4BB5-BF2D-CE51BB8E8DA6

In FF the loop works fine. In IE8 it creates a phantom div at the开发者_运维技巧 top. Has anyone seen this before?

The background programming language is ASP with VB.

I'm not sure if this is something that is caused by cross browser compatibility.


When I have problems like this, it's usually an indication that I forgot to close a div somewhere. Or I closed one too many. If it's not obvious when you eyeball the code, try running the page through the W3C Validator Service to find and fix any markup problems.

0

精彩评论

暂无评论...
验证码 换一张
取 消