Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Mouse pointer behaviour in Firefox and Netscape
Old 07-21-2006, 09:54 AM Mouse pointer behaviour in Firefox and Netscape
Junior Talker

Posts: 4
Name: Mark DuBerry
Trades: 0
I've been using Dreamweaver to design a site for the first time and have come across a problem: I have put in popup menus for subcategories in the navigation bar. In I.E., when I move the mouse pointer over these popup menu cells it remains as a hand. However when I do the same thing in Firefox and Netscape, the mouse pointer changes into a sort of text cursor, shaped like an 'I'. If I click on the links they work fine but I would like the pointer to be consistent as it is in I.E.
I hope this gives enough information. Any help would be greatly appreciated.

Thanks,
Mark
MarcusMaximus is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-21-2006, 03:00 PM Re: Mouse pointer behaviour in Firefox and Netscape
Ultra Talker

Posts: 256
Location: Auckland, New Zealand
Trades: 0
Change the style of the cursor for that element { cursor: url; } or look at a CSS reference for other alternatives, you may just want it to be a pointer.

And the term for that text cursor is "I-beam" so you're correct cally it an 'I'.

Cheers,

MC
__________________
#------------------------------signature---------------------------------------------------------------------------------#
Quote:
I am well recognised for what I don't do than what I do. Chores are just one of those things.
mastercomputers is offline
Reply With Quote
View Public Profile Visit mastercomputers's homepage!
 
Old 07-21-2006, 04:33 PM Re: Mouse pointer behaviour in Firefox and Netscape
Junior Talker

Posts: 4
Name: Mark DuBerry
Trades: 0
Thanks MC. I may get back to you if I can't figure that out (I'm very new to the coding side of things; have done pretty much everything so far in design view). Will do my best.

Mark
MarcusMaximus is offline
Reply With Quote
View Public Profile
 
Old 07-23-2006, 01:48 PM Re: Mouse pointer behaviour in Firefox and Netscape
Junior Talker

Posts: 4
Name: Mark DuBerry
Trades: 0
Ok, I give up! Can anyone tell me how to do what MC has suggested above as I'm new to using html?

Thanks in advance.
MarcusMaximus is offline
Reply With Quote
View Public Profile
 
Old 07-23-2006, 03:35 PM Re: Mouse pointer behaviour in Firefox and Netscape
Extreme Talker

Posts: 160
Trades: 0
I think this should do it.

Look for the external JavaScript file "mm_menu.js".

Save the file for backup purposes to somewhere safe.

Open the original file.

Find the following snippet of code ( yours might look slightly different ):

Code:
var dTag = '<div id="menuItem'+ countItems +'" style="position:absolute;left:' + itemLeft + 'px;top:'+ itemTop +'px;'+ itemProps +'">';
add "cursor: pointer" like so:

Code:
var dTag = '<div id="menuItem'+ countItems +'" style="cursor:pointer; position:absolute;left:' + itemLeft + 'px;top:'+ itemTop +'px;'+ itemProps +'">';
Save the file and try it out.

Last edited by ElectricSheep; 07-23-2006 at 03:36 PM..
ElectricSheep is offline
Reply With Quote
View Public Profile
 
Old 07-23-2006, 05:21 PM Re: Mouse pointer behaviour in Firefox and Netscape
Junior Talker

Posts: 4
Name: Mark DuBerry
Trades: 0
Thank you so much ElectricSheep. That works perfectly. I really appreciate your help with this.

All the best,
Mark
MarcusMaximus is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Mouse pointer behaviour in Firefox and Netscape
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.36076 seconds with 12 queries