• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Cursor disappear in Dreamweaver 8

New Here ,
Jun 19, 2009 Jun 19, 2009

Copy link to clipboard

Copied

Hallo. i have a problem. i made a site and i put a cursor at the folder of my site. then i check a foto of the site which i want to appear the specific cursor i want when i put the mouse on it. i went to the code and i put the url and the name of the cursor. When i go to preview all works fine. But when i go to the folder of my site and try to open whith double click one page the cursor doesnt work. Why does it happent?

TOPICS
Extensions

Views

8.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 19, 2009 Jun 19, 2009

Copy link to clipboard

Copied

Can you show me a short example of the code you are using for the cursor.

PZ

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 19, 2009 Jun 19, 2009

Copy link to clipboard

Copied

#Layer10 {
    position:absolute;
    width:484px;
    height:181px;
    z-index:6;
    left: 19px;
    top: 426px;
    background-image: url(earscope.jpg);
    cursor: url(harrow.cur);

the cursor name as you see is the ''harrow.cur.'' i put it into the folder of my site

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 19, 2009 Jun 19, 2009

Copy link to clipboard

Copied

cursor: url(harrow.cur);

Unfortunately even though using a url for the cursor property is valid, it is effectively unsupported by many browsers at this time. Most browsers support other cursor properties, but not url.

For more info on the cursor propert see: http://www.w3schools.com/CSS/pr_class_cursor.asp

HTH

PZ

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 19, 2009 Jun 19, 2009

Copy link to clipboard

Copied

LATEST

i see. thank u very much for your time and your help.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines