Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Here is the code i am using to display the notifications in my dashboard but if the notifications increases the scroll bar is not coming.So now i want to add the scroll bar to it.

XML
<td style="width: 15%; vertical-align: top">
                                <table style="width: 100%; height: 330px; vertical-align: top">
                                    <tr>
                                        <td style="vertical-align: top">
                                            <div style="float: right" class="widgetContainerround">
                                                <div class="widgetHeader">
                                                    <div class="widgetheaderinner-left">
                                                        Notifications
                                                    </div>

                                                    <div class="clear">
                                                    </div>
                                                </div>
                                                <div class="NotifEventContainer" style="position: relative; overflow-y: hidden">
                                                    <usr:Notifs ID="Notifs1" runat="server" ShowPublic="True" ShowEventsOnly="False"></usr:Notifs>
                                                </div>

                                            </div>

                                        </td>
                                    </tr>


Can Anyone help me?
Posted

1 solution

Remove overflow-y:hidden and change it to overflow-y:scroll.
 
Share this answer
 
Comments
Member 11099119 20-Jan-15 3:26am    
thank u very much

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900