DHMTL Effects Inside a Layer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table inside of a layer; the table has columns of text (hyperlinks).
I want to use DHTML effects to underline or change the font color of the text
when someone goes over it with the mouse.

I can set the effect, but it's not actually working.

Should I take the table out of the layer? I had it in there because I wanted
to use absolute positioning for the table (I have layers above and below this
table with behaviors for menus).

Thanks!
 
Use CSS for this.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
What is CSS?

Jens Peter Karlsen said:
Use CSS for this.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: vnsrod2000 [mailto:[email protected]]
Posted At: 3. marts 2005 19:13
Posted To: microsoft.public.frontpage.client
Conversation: DHMTL Effects Inside a Layer
Subject: DHMTL Effects Inside a Layer


I have a table inside of a layer; the table has columns of
text (hyperlinks).
I want to use DHTML effects to underline or change the font
color of the text when someone goes over it with the mouse.

I can set the effect, but it's not actually working.

Should I take the table out of the layer? I had it in there
because I wanted to use absolute positioning for the table (I
have layers above and below this table with behaviors for menus).

Thanks!
 
CSS = Cascading Style Sheets
See http://www.w3schools.com/css/default.asp for a tutorial.

--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

clone123 said:
What is CSS?

Jens Peter Karlsen said:
Use CSS for this.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: vnsrod2000 [mailto:[email protected]]
Posted At: 3. marts 2005 19:13
Posted To: microsoft.public.frontpage.client
Conversation: DHMTL Effects Inside a Layer
Subject: DHMTL Effects Inside a Layer


I have a table inside of a layer; the table has columns of
text (hyperlinks).
I want to use DHTML effects to underline or change the font
color of the text when someone goes over it with the mouse.

I can set the effect, but it's not actually working.

Should I take the table out of the layer? I had it in there
because I wanted to use absolute positioning for the table (I
have layers above and below this table with behaviors for menus).

Thanks!
 
Back
Top