Click here to Skip to main content
15,878,852 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionproblem Pin
battulga_dddddd2-Jun-09 17:43
battulga_dddddd2-Jun-09 17:43 
AnswerRe: problem Pin
Christian Graus2-Jun-09 18:12
protectorChristian Graus2-Jun-09 18:12 
GeneralRe: problem Pin
battulga_dddddd3-Jun-09 15:39
battulga_dddddd3-Jun-09 15:39 
QuestionCan I expand an ajax collapsiblepanel from a button in a different user control? Pin
Goalie352-Jun-09 16:17
Goalie352-Jun-09 16:17 
AnswerRe: Can I expand an ajax collapsiblepanel from a button in a different user control? Pin
Herman<T>.Instance2-Jun-09 22:05
Herman<T>.Instance2-Jun-09 22:05 
QuestionMenu Items on hover clickable area Pin
compninja252-Jun-09 11:01
compninja252-Jun-09 11:01 
AnswerRe: Menu Items on hover clickable area Pin
Goalie352-Jun-09 16:28
Goalie352-Jun-09 16:28 
GeneralRe: Menu Items on hover clickable area Pin
compninja253-Jun-09 3:24
compninja253-Jun-09 3:24 
Hi Goalie35,

no, that didn't seem to do the trick. I'm wonder if there's something within the asp:menu item that's overriding the css class?

<pre> <asp:Menu ID="Menu1" runat="server" DataSourceID="siteMapDataSource"
DynamicHorizontalOffset="2" Font-Names="Tahoma" Font-Size="11px"
StaticSubMenuIndent="10px" style="background-color: transparent;
font-weight: bold; vertical-align: top; margin-bottom:30px;
background-image: url(/designElements/interfaceImages/menubkg_new.jpg);"
Width="152px" ForeColor="#666666" DynamicEnableDefaultPopOutImage="False"
DynamicPopOutImageUrl="~/designElements/interfaceImages/menuarrow.gif"
StaticPopOutImageUrl="~/designElements/interfaceImages/menuarrow.gif" Height="275px"
CssClass="pointer" EnableTheming="False">
<DynamicHoverStyle BackColor="#8E8E8E" ForeColor="White" />
<DynamicMenuStyle CssClass="adjustedZIndex" BackColor="#D1D1D1" />
<DynamicSelectedStyle BackColor="#D1D1D1" />
<DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="5px" />
<StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="3px" ItemSpacing="1px" />
<StaticMenuStyle BackColor="#D1D1D1" />
<StaticHoverStyle BackColor="#8E8E8E" ForeColor="White" CssClass="pointer" />
</asp:Menu>

the pointer cssclass just has cursor: default; in it, but that's where I was adding the display:block and then creating a.pointer{ display:block;} but still not doing the trick.

"You're damned if you do, and you're damned if you dont" - Bart Simpson

Questionpublish web site Pin
hahii2-Jun-09 10:53
hahii2-Jun-09 10:53 
AnswerRe: publish web site Pin
Abhishek Sur2-Jun-09 10:59
professionalAbhishek Sur2-Jun-09 10:59 
GeneralRe: publish web site Pin
hahii2-Jun-09 11:10
hahii2-Jun-09 11:10 
GeneralRe: publish web site Pin
N a v a n e e t h2-Jun-09 15:31
N a v a n e e t h2-Jun-09 15:31 
GeneralRe: publish web site Pin
Abhijit Jana2-Jun-09 18:50
professionalAbhijit Jana2-Jun-09 18:50 
Questionweb.config values before install Pin
DCHAND2-Jun-09 8:36
DCHAND2-Jun-09 8:36 
AnswerRe: web.config values before install Pin
Manas Bhardwaj2-Jun-09 10:29
professionalManas Bhardwaj2-Jun-09 10:29 
GeneralRe: web.config values before install Pin
DCHAND2-Jun-09 10:33
DCHAND2-Jun-09 10:33 
QuestionASP.NET Documentation. Pin
Baeltazor2-Jun-09 2:44
Baeltazor2-Jun-09 2:44 
AnswerRe: ASP.NET Documentation. Pin
Vasudevan Deepak Kumar2-Jun-09 3:33
Vasudevan Deepak Kumar2-Jun-09 3:33 
GeneralRe: ASP.NET Documentation. Pin
Baeltazor2-Jun-09 4:40
Baeltazor2-Jun-09 4:40 
QuestionAsp.Net / SQL2005 Stored Procedure Update Problem Pin
munklefish2-Jun-09 2:23
munklefish2-Jun-09 2:23 
AnswerRe: Asp.Net / SQL2005 Stored Procedure Update Problem Pin
Colin Angus Mackay2-Jun-09 2:29
Colin Angus Mackay2-Jun-09 2:29 
AnswerRe: Asp.Net / SQL2005 Stored Procedure Update Problem Pin
Abhishek Sur2-Jun-09 10:53
professionalAbhishek Sur2-Jun-09 10:53 
QuestionAsp.net page getting expired - "internet explorer cannot dispaly a message" Pin
Satish - Developer2-Jun-09 2:00
Satish - Developer2-Jun-09 2:00 
AnswerRe: Asp.net page getting expired - "internet explorer cannot dispaly a message" Pin
Not Active2-Jun-09 3:06
mentorNot Active2-Jun-09 3:06 
AnswerRe: Asp.net page getting expired - "internet explorer cannot dispaly a message" Pin
Vasudevan Deepak Kumar2-Jun-09 3:35
Vasudevan Deepak Kumar2-Jun-09 3:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.