SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: IE crashes on nested div's?
Hybrid View
-
Oct 12, 2004, 15:08 #1
- Join Date
- Aug 2004
- Location
- Belgium
- Posts
- 37
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
IE crashes on nested div's?
Hi all,
when I put a line (or multiple lines) like the one below in my page, IE can't load the page anymore and crashes.
Code:<div class="container"><div class="photo"><img src="../img/photo.jpg" /></div><div class="caption">some text</div></div>
Does anybody know what's wrong with this or why IE crashes?
Any help would be greatly appreciated!
Tim
-
Oct 13, 2004, 12:22 #2
- Join Date
- Aug 2004
- Location
- Belgium
- Posts
- 37
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
hi,
The problem was in the CSS and the portion in the head section had been cached, appearently...
The good news: nothing wrong with nesting divs.
The bad news: I made a fool of myself...
Cheers,
Tim
Bookmarks