HighDots Forums  

Hand Tool Tip For Links Not Displaying in IE

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Hand Tool Tip For Links Not Displaying in IE in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
scdoody
 
Posts: n/a

Default Hand Tool Tip For Links Not Displaying in IE - 02-14-2005 , 09:51 PM






I have made a div a link using the attached code. The problem is that in IE,
the hand tool tip is not dislayed when you hover over the div. Does anyone know
how to make the hand show up - is there a CSS style for this - I can't seem to
find one.

<tr>
<td><a href="bio.html"><div class="normal"></div></a></td>
<td>&nbsp;</td>
</tr>


Reply With Quote
  #2  
Old   
Kramerica Industries
 
Posts: n/a

Default Re: Hand Tool Tip For Links Not Displaying in IE - 02-14-2005 , 10:02 PM






It doesn't show up because you have no text.
When you add some text the hand shows up in IE(6)& FF.

BTW, even If I were to add the table tags, this code doesn't validate.



"scdoody" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I have made a div a link using the attached code. The problem is that in
IE,
the hand tool tip is not dislayed when you hover over the div. Does anyone
know
how to make the hand show up - is there a CSS style for this - I can't
seem to
find one.

tr
td><a href="bio.html"><div class="normal"></div></a></td
td>&nbsp;</td
/tr




Reply With Quote
  #3  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Hand Tool Tip For Links Not Displaying in IE - 02-15-2005 , 08:01 AM



Quote:
BTW, even If I were to add the table tags, this code doesn't validate.
Huh? There's nothing wrong with that snippet.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Kramerica Industries" <notwebforumsuser (AT) macromedia (DOT) com> wrote

Quote:
It doesn't show up because you have no text.
When you add some text the hand shows up in IE(6)& FF.

BTW, even If I were to add the table tags, this code doesn't validate.



"scdoody" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:curo3u$3p3$1 (AT) forums (DOT) macromedia.com...
I have made a div a link using the attached code. The problem is that in
IE,
the hand tool tip is not dislayed when you hover over the div. Does
anyone know
how to make the hand show up - is there a CSS style for this - I can't
seem to
find one.

tr
td><a href="bio.html"><div class="normal"></div></a></td
td>&nbsp;</td
/tr






Reply With Quote
  #4  
Old   
Kramerica Industries
 
Posts: n/a

Default Re: Hand Tool Tip For Links Not Displaying in IE - 02-15-2005 , 10:06 AM



"document type does not allow element "DIV" here; missing one of "APPLET",
"OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
<td><a href="bio.html"><div class="normal"></div></a></td>

The mentioned element is not allowed to appear in the context in which
you've placed it; the other mentioned elements are the only ones that are
both allowed there and can contain the element mentioned. This might mean
that you need a containing element, or possibly that you've forgotten to
close a previous element.

One possible cause for this message is that you have attempted to put a
block-level element (such as "<p>" or "<table>") inside an inline element
(such as "<a>", "<span>", or "<font>"). "

"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote

Quote:
BTW, even If I were to add the table tags, this code doesn't validate.

Huh? There's nothing wrong with that snippet.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Kramerica Industries" <notwebforumsuser (AT) macromedia (DOT) com> wrote in message
news:curoos$4m1$1 (AT) forums (DOT) macromedia.com...
It doesn't show up because you have no text.
When you add some text the hand shows up in IE(6)& FF.

BTW, even If I were to add the table tags, this code doesn't validate.



"scdoody" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:curo3u$3p3$1 (AT) forums (DOT) macromedia.com...
I have made a div a link using the attached code. The problem is that in
IE,
the hand tool tip is not dislayed when you hover over the div. Does
anyone know
how to make the hand show up - is there a CSS style for this - I can't
seem to
find one.

tr
td><a href="bio.html"><div class="normal"></div></a></td
td>&nbsp;</td
/tr








Reply With Quote
  #5  
Old   
Kramerica Industries
 
Posts: n/a

Default Re: Hand Tool Tip For Links Not Displaying in IE - 02-15-2005 , 10:11 AM



That was the response from the 4.01 Transitional validator.

"Kramerica Industries" <notwebforumsuser (AT) macromedia (DOT) com> wrote

Quote:
"document type does not allow element "DIV" here; missing one of "APPLET",
"OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
td><a href="bio.html"><div class="normal"></div></a></td

The mentioned element is not allowed to appear in the context in which
you've placed it; the other mentioned elements are the only ones that are
both allowed there and can contain the element mentioned. This might mean
that you need a containing element, or possibly that you've forgotten to
close a previous element.

One possible cause for this message is that you have attempted to put a
block-level element (such as "<p>" or "<table>") inside an inline element
(such as "<a>", "<span>", or "<font>"). "

"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message
news:cusrru$nn7$1 (AT) forums (DOT) macromedia.com...
BTW, even If I were to add the table tags, this code doesn't validate.

Huh? There's nothing wrong with that snippet.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Kramerica Industries" <notwebforumsuser (AT) macromedia (DOT) com> wrote in message
news:curoos$4m1$1 (AT) forums (DOT) macromedia.com...
It doesn't show up because you have no text.
When you add some text the hand shows up in IE(6)& FF.

BTW, even If I were to add the table tags, this code doesn't validate.



"scdoody" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:curo3u$3p3$1 (AT) forums (DOT) macromedia.com...
I have made a div a link using the attached code. The problem is that in
IE,
the hand tool tip is not dislayed when you hover over the div. Does
anyone know
how to make the hand show up - is there a CSS style for this - I can't
seem to
find one.

tr
td><a href="bio.html"><div
class="normal"></div></a></td
td>&nbsp;</td
/tr










Reply With Quote
  #6  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Hand Tool Tip For Links Not Displaying in IE - 02-15-2005 , 11:20 AM



Oh. Yeah - right. Thanks!

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Kramerica Industries" <notwebforumsuser (AT) macromedia (DOT) com> wrote

Quote:
That was the response from the 4.01 Transitional validator.

"Kramerica Industries" <notwebforumsuser (AT) macromedia (DOT) com> wrote in message
news:cut36b$5v4$1 (AT) forums (DOT) macromedia.com...
"document type does not allow element "DIV" here; missing one of
"APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
td><a href="bio.html"><div class="normal"></div></a></td

The mentioned element is not allowed to appear in the context in which
you've placed it; the other mentioned elements are the only ones that are
both allowed there and can contain the element mentioned. This might mean
that you need a containing element, or possibly that you've forgotten to
close a previous element.

One possible cause for this message is that you have attempted to put a
block-level element (such as "<p>" or "<table>") inside an inline element
(such as "<a>", "<span>", or "<font>"). "

"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message
news:cusrru$nn7$1 (AT) forums (DOT) macromedia.com...
BTW, even If I were to add the table tags, this code doesn't validate.

Huh? There's nothing wrong with that snippet.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Kramerica Industries" <notwebforumsuser (AT) macromedia (DOT) com> wrote in
message news:curoos$4m1$1 (AT) forums (DOT) macromedia.com...
It doesn't show up because you have no text.
When you add some text the hand shows up in IE(6)& FF.

BTW, even If I were to add the table tags, this code doesn't validate.



"scdoody" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:curo3u$3p3$1 (AT) forums (DOT) macromedia.com...
I have made a div a link using the attached code. The problem is that
in IE,
the hand tool tip is not dislayed when you hover over the div. Does
anyone know
how to make the hand show up - is there a CSS style for this - I can't
seem to
find one.

tr
td><a href="bio.html"><div
class="normal"></div></a></td
td>&nbsp;</td
/tr












Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.