index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Apr 12 2005, 3:44 AM |
| ||||||
scott69![]() ![]() from: UK | Hi, I've got an issue that's driving me nuts.....when you hover over a report title as per the style that is set, the colour of the title changes to green and it gets underlined. Fine, no problem, that's just what I want. However, as you know, within a report group, each report has an ID number and the act of hovering over the title changes the font size of the report number, which causes the thing to jump around. So the act of moving the mouse around the screen makes it look a bit unprofessional and messy. Can I set this in CSS or is something else wrong? Thanks, Scott. | ||||||
Apr 12 2005, 8:01 AM |
| ||||||
ghost![]() ![]() ![]() from: Washington, DC | You can change this behaviour/style by editing the css stylesheet class .report_title shown below: a.report_title{font-size:8pt;font-family:verdana;color:blue;} a.report_title:hover{color:green;font-family:verdana;font-size:8pt;} Let me know if this helps. ------------------------- Ghost | ||||||
Apr 12 2005, 9:13 AM |
| ||||||
scott69![]() ![]() from: UK | Mmm...I already have that I think. Sorry for the painful post but here is ny CSS file below. Also, it changes the report NUMBER and NOT the title, which I think is what this would change?? A:link { TEXT-DECORATION: none } A:visited { TEXT-DECORATION: none } A:active { TEXT-DECORATION: none } A:hover { TEXT-DECORATION: underline } HR { COLOR: #666699 } TH { FONT-SIZE: 8px; FONT-FAMILY: arial } TD.report_title { FONT-WEIGHT: bold; FONT-SIZE: 8px; COLOR: gray; FONT-FAMILY: arial } .grid { BACKGROUND-COLOR: gray } .header { BACKGROUND-COLOR: #666699 } .header_link { FONT-SIZE: 8pt; COLOR: white; FONT-FAMILY: verdana } .item { FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: verdana; BACKGROUND-COLOR: #d2d1de } .alt_item { FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: verdana; BACKGROUND-COLOR: #f5f5f5 } .footer { FONT-SIZE: 8pt; FONT-FAMILY: verdana } .paging_link { FONT-SIZE: 8pt; COLOR: blue; FONT-FAMILY: verdana } A.paging_link:hover { FONT-SIZE: 8pt; COLOR: #990033; FONT-FAMILY: verdana } .link_button { FONT-SIZE: 8pt; COLOR: blue; FONT-FAMILY: verdana } A.link_button:hover { FONT-SIZE: 8pt; COLOR: #990033; FONT-FAMILY: verdana } A.item_link { FONT-SIZE: 8pt; COLOR: navy; FONT-FAMILY: verdana } A.report_title { FONT-SIZE: 8pt; COLOR: blue; FONT-FAMILY: verdana } A.report_title:hover { FONT-SIZE: 8pt; COLOR: Red; FONT-FAMILY: verdana; Text-Decoration: NONE } .group_title { FONT-SIZE: 10pt; COLOR: #666699; FONT-FAMILY: arial,verdana } .delete { FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: red; FONT-FAMILY: verdana } .report_desc { PADDING-LEFT: 10px; FONT-SIZE: 8pt; FONT-FAMILY: verdana } .report_title { FONT-SIZE: 8pt; FONT-FAMILY: verdana } .graph_title { FONT-SIZE: 13px; FONT-FAMILY: arial } .xlabel { FONT-SIZE: 12px; FONT-FAMILY: arial } .ylabel { FONT-SIZE: 12px; FONT-FAMILY: arial } TD.col_footer { FONT-WEIGHT: bold; BACKGROUND-COLOR: #ccccff } TD.row_footer { FONT-WEIGHT: bold; BACKGROUND-COLOR: #ccccff } TD.col_footerLabel { FONT-WEIGHT: bold; BACKGROUND-COLOR: #9999cc } | ||||||
Apr 12 2005, 9:30 AM |
| ||||||
ghost![]() ![]() ![]() from: Washington, DC | Try adding the following lines to your stylesheet. .report_title_over { FONT-SIZE: 8pt; FONT-FAMILY: verdana } ------------------------- Ghost | ||||||
Apr 12 2005, 9:34 AM |
| ||||||
scott69![]() ![]() from: UK | That's it!!! Thanks a million once again....:)) Scott. | ||||||
Pages: (1) [1] |