Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Help: Custom login / logoutHelp: Custom login / logout
Previous
 
Next
New Post
4/20/2007 1:38 PM
 

I finally picked up skinning, which really isn't as hard as I had feared. But now I'm stuck with this one:

I would like to have a table cell with the login / logout text in it. The entire cell, not only the text, should be clickable and change color on hover. Much like a menu item.

I could probably manage some crude hack that would do the trick, but if there is anybody with an idea for a nice and clean solution, I'd really appreciate it.

\tom

 
New Post
4/20/2007 4:00 PM
 

This shouldn't be a problem...

td.yourcell{

background-color:#0000FF;

}

td.yourcell:hover{

background-color:#FF0000;

}

will change the background-color of the cell on hover. It will not work in IE6 though (bug in IE6)

You could also use the login link and change it to a block element like this (you will have to find out the real id...)

#loginlink{

display:block

width:200px;

height:20px;

background-color:#000FFF;

}

 

#loginlink:hover{

background-color:#FF0000;

}

 

 
New Post
4/20/2007 4:48 PM
 

I went with

a#dnn_dnnLOGIN_hypLogin {
    background-color: #99cccc;
    color: #003366;
    display: block;
    font-family: Franklin Gothic Book, Arial;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    height: 47px;
    line-height: 47px;
    text-align: center;
    width: 189px;
}
a#dnn_dnnLOGIN_hypLogin:hover {
    background-color: #336666;

    color: #ffffff;
}

 ... it worked like a charm - thanks Timo.

\tom

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Help: Custom login / logoutHelp: Custom login / logout


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out