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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_20911853.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_21436048.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21537334.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_21830252.htm...
Zones:
CSSDate Answered: 06/12/2006 Rating: 6.0 Views: 0
Is the Security Wizard the only way to ULS secure a database?
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_22450550.html
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 ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_22417799.html
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,
...
http://www.experts-exchange.com/Database/Oracle/Q_20153349.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_20265472.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20699557.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_20938720.htm...
Zones:
CSSDate Answered: 03/31/2004 Rating: 7.8 Views: 0