Page 1 of 1

first div tag and cursor

Posted: Wed Jun 06, 2007 4:50 pm
by nincha

Code: Select all

<div class="widthA borderColorA" style="border-style:solid; border-width:1px;"></div>
<div class="widthA borderColorA" style="border-style:solid; border-width:1px;"></div>
i have this doe, in IE when hover over the first div layer, the mouse cursor becomes the text cursor, while the second dive layer retains its arrow cursor. Why is this happenning? I dont want the text cursor, and i dont want to munally set the cursor to an arrow pointer.

Posted: Thu Jun 07, 2007 12:36 am
by matthijs
If you hover over text you get the text cursor. The divs in your example are the same so if you see something different happening there might be something else that's different.