HighDots Forums  

TD bgcolor on mouseOver

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss TD bgcolor on mouseOver in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Al Sparber- PVII
 
Posts: n/a

Default Re: TD bgcolor on mouseOver - 05-15-2004 , 11:27 PM






ranjan wrote:
Quote:
Murray *TMM* wrote:

But on a horizontal menu, it's not necessary.

You can not control the width or height of an inline element

Hence

.navlink a {
width:175px; height:23px;
}

Display: block + padding + a few IE hacks depending on the parent
element = the only way to fill up a cell :-)


--
Al Sparber - PVII
http://www.projectseven.com
Dreamweaver Extensions - DesignPacks - Tutorials - Books
---------------------------------------------------------------------
The PVII Newsgroup | news://forums.projectseven.com/pviiwebdev
The CSS Newsgroup | news://forums.projectseven.com/css
---------------------------------------------------------------------





Reply With Quote
  #12  
Old   
ranjan
 
Posts: n/a

Default Re: TD bgcolor on mouseOver - 05-16-2004 , 12:00 AM






Al Sparber- PVII wrote:
Quote:
depending on the parent
element = the only way to fill up a cell :-)

Parent element of what?

The parent of <a> is the <td> no?

Ranjan


Reply With Quote
  #13  
Old   
Michael Fesser
 
Posts: n/a

Default Re: TD bgcolor on mouseOver - 05-16-2004 , 07:42 AM



.oO(Murray *TMM*)

Quote:
Perhaps, if you want vertical menus. But on a horizontal menu, it's not
necessary. And it might not even be necessary on a vertical one.
The width and height properties do not apply to non-replaced
inline-level elements. They apply to <img> for example (replaced
element), but not to anchors. You would have to use line-height and
padding instead.

Micha


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

Default Re: TD bgcolor on mouseOver - 05-16-2004 , 08:01 AM



Thanks, guys. I thought incorrectly then....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
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
==================

"Michael Fesser" <netizen (AT) gmx (DOT) net> wrote

Quote:
.oO(Murray *TMM*)

Perhaps, if you want vertical menus. But on a horizontal menu, it's not
necessary. And it might not even be necessary on a vertical one.

The width and height properties do not apply to non-replaced
inline-level elements. They apply to <img> for example (replaced
element), but not to anchors. You would have to use line-height and
padding instead.

Micha



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

Default Re: TD bgcolor on mouseOver - 05-16-2004 , 08:06 AM



What about non-cell contained links, e.g., <a href="link1"></a><a
href="link2"></a>....?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
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
==================

"Al Sparber- PVII" <adSTRApmin (AT) projectseven (DOT) com> wrote

Quote:
ranjan wrote:
Murray *TMM* wrote:

But on a horizontal menu, it's not necessary.

You can not control the width or height of an inline element

Hence

.navlink a {
width:175px; height:23px;
}


Display: block + padding + a few IE hacks depending on the parent
element = the only way to fill up a cell :-)


--
Al Sparber - PVII
http://www.projectseven.com
Dreamweaver Extensions - DesignPacks - Tutorials - Books
---------------------------------------------------------------------
The PVII Newsgroup | news://forums.projectseven.com/pviiwebdev
The CSS Newsgroup | news://forums.projectseven.com/css
---------------------------------------------------------------------






Reply With Quote
  #16  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: TD bgcolor on mouseOver - 05-16-2004 , 08:36 AM



Murray *TMM* wrote:
Quote:
Thanks, guys. I thought incorrectly then....

Ne-ne-ne-ne-ne-neeeee
;-)

--
Dan Vendel - *GOF*
Contact me directly at http://contact.vendel.info
Formmail tutorial at http://www.vendel.info/tut/formmail.html
Nested table demonstration at http://www.vendel.info/tabletut/
Search Engine Optimization & Rank Control Utility at http://awr.vendel.info
Search Dreamweaver newsgroup at http://www.vendel.info/google.html


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

Default Re: TD bgcolor on mouseOver - 05-16-2004 , 08:41 AM



Bah! 8)

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
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
==================

"Dan Vendel *GOF*" <see_my_signature_ (AT) _the_bottom_of_the_post (DOT) org> wrote in
message news:c87n95$8hu$1 (AT) forums (DOT) macromedia.com...
Quote:
Murray *TMM* wrote:
Thanks, guys. I thought incorrectly then....


Ne-ne-ne-ne-ne-neeeee
;-)

--
Dan Vendel - *GOF*
Contact me directly at http://contact.vendel.info
Formmail tutorial at http://www.vendel.info/tut/formmail.html
Nested table demonstration at http://www.vendel.info/tabletut/
Search Engine Optimization & Rank Control Utility at
http://awr.vendel.info
Search Dreamweaver newsgroup at http://www.vendel.info/google.html



Reply With Quote
  #18  
Old   
Mick White
 
Posts: n/a

Default Re: TD bgcolor on mouseOver - 05-16-2004 , 12:14 PM



Don't you mean "bollocks"?
"favvy" ??
Mick

Dan Vendel *GOF* wrote:

Quote:
Bullocks (my new favvy word).

Reply With Quote
  #19  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: TD bgcolor on mouseOver - 05-16-2004 , 12:32 PM



Mick White wrote:

Quote:
Don't you mean "bollocks"?
"favvy" ??

Yes, thanks for correction.
"favvy" or "favvie" is a "cool" word we youngsters use, so don't worry
about it.<g>

--
Dan Vendel - *GOF*
Contact me directly at http://contact.vendel.info
Formmail tutorial at http://www.vendel.info/tut/formmail.html
Nested table demonstration at http://www.vendel.info/tabletut/
Search Engine Optimization & Rank Control Utility at http://awr.vendel.info
Search Dreamweaver newsgroup at http://www.vendel.info/google.html


Reply With Quote
  #20  
Old   
Cuprik
 
Posts: n/a

Default Re: TD bgcolor on mouseOver - 05-18-2004 , 11:30 PM



No I'm sorry. Mr Vedel definitely gets the award from me on this one. A gold
star. Thanks Dan.


"Dan Vendel *GOF*" <see_my_signature_ (AT) _the_bottom_of_the_post (DOT) org> wrote in
message news:c8852s$lbj$2 (AT) forums (DOT) macromedia.com...
Quote:
Mick White wrote:

Don't you mean "bollocks"?
"favvy" ??


Yes, thanks for correction.
"favvy" or "favvie" is a "cool" word we youngsters use, so don't worry
about it.<g

--
Dan Vendel - *GOF*
Contact me directly at http://contact.vendel.info
Formmail tutorial at http://www.vendel.info/tut/formmail.html
Nested table demonstration at http://www.vendel.info/tabletut/
Search Engine Optimization & Rank Control Utility at
http://awr.vendel.info
Search Dreamweaver newsgroup at http://www.vendel.info/google.html



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.