CSS IE Hover Effect - Overlapping Elements, Display:Block, and Crashes
- by Emtucifor
In a fairly simple page, I have some text appear on hover over some links, like a tooltip.
To start with here's my test page I'm working with:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">…