Enter Keywords:
1 - 10 of 126(0.021 seconds)
Sort By:
 
Hi All, this question spans both Javascript and CSS which is why I'm posting it here.  If you feel that it should be split, please let me know and I'll take the appropriate steps ... I have i...
Zones: Web Languages/Standards, DHT...Date Answered: 03/09/2004 Rating: 8.2 Views: 0
i HAVE the following code, <style type="text/css"> #nav{list-style: none; }  #nav ul {       padding: 0;       margin:0;       list-style: none;     width:12em;     z-index:99;     position:relative...
Zones: CSS, DHTMLDate Answered: 05/30/2005 Rating: 7.4 Views: 0
I have some code: <UL>       <LI class="current" id="li1">             <asp:LinkButton id="link1" runat="server">link1</asp:LinkButton></LI>       <LI id="li2">             <asp:LinkButton id="link2" runat="server">link2...
Zones: ASP.Net ProgrammingDate Answered: 02/11/2006 Rating: 9.2 Views: 0
I have the following code that displays a user directory. I would like to have  both columns pretty much centered on the page with a gutter between the columns. I would also like to have the rows a...
Zones: CSSDate Answered: 06/12/2006 Rating: 6.0 Views: 0
Is the Security Wizard the only way to ULS secure a database?
Zones: MS AccessDate Answered: 03/22/2007 Rating: 6.8 Views: 0
What is the best way to tell via code whether the current database has been ULS- secured: - Check if the Admin user owns the database? - Check if the Admin user has  permission to administer the ...
Zones: MS AccessDate Answered: 03/21/2007 Rating: 6.0 Views: 0
I installed Oracle 8 and then trying to upgrade it to Oracle 8i and recieve the following message during installation: ora-03113: end-of-file on communication channel. Hardware: Windows2000, ...
Zones: OracleDate Answered: 07/19/2001 Rating: 7.8 Views: 0
I want to display a UL with a 'square' type bullet, and with the bullet using a different colour to the text. Setting it to square is easy, but I can't seem to find a way to set the bullet colou...
Zones: CSSDate Answered: 02/11/2002 Rating: 7.8 Views: 0
This script isn't making my ul's invisible: if (!document.getElementById) return   var ulArray = document.getElementsByTagName('ul');   for (var i = 0; i < ulArray.length; i++) {     if (ulAr...
Zones: JavaScriptDate Answered: 08/04/2003 Rating: 9.6 Views: 0
#navcontainer ul { list-style-type: none; text-align: left; } #navcontainer ul li a { background: transparent url(../images/bulletNon.gif) left center no-repeat; padding-left: 15px; text...
Zones: CSSDate Answered: 03/31/2004 Rating: 7.8 Views: 0