first div tag and cursor

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
nincha
Forum Contributor
Posts: 191
Joined: Fri Mar 28, 2003 12:30 pm
Location: CA, USA

first div tag and cursor

Post 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.
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Post 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.
Post Reply