Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter LostRambler007

    (@lostrambler007)

    /usr/bin/zip
    and
    /usr/bin/mysqldump

    I contacted tech support, and they said that both /usr/bin/zip and mysqldump are correctly configured and working.

    Thread Starter LostRambler007

    (@lostrambler007)

    Dear Tom,

    My site is on Linux, and I get to it with CPanel.

    David

    Thread Starter LostRambler007

    (@lostrambler007)

    Deat Stvwlf,
    Thanks for your reply, but I’m sorry that I wasn’t clear as to the problem, although you might be right that there is no answer.

    I am interested rather to find out why the text (div?) doesn’t drop down directly over the shadow, but rather shifts to the right on those same browsers that I mentioned. I haven’t tried IE.

    Can I shift the box-shadow right to cover the text, or shift the text left, and how? Or, can I change the width of the ul.sub-menu to something smaller?

    Thanks for your help,
    David

    #access ul ul {
    	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    	display: none;
    	position: absolute;
    	top: 38px;
    	left: 0;
    	float: left;
    	width: 180px;
    	z-index: 99999;
    #access ul ul li {
    	min-width: 150px;
    #access ul ul ul {
    	left: 50%;
    	top: 0;
    #access ul ul a {
    	background: #613836;
    	line-height: 1em;
    	padding: 5px;
    	width: 170px;
    	height: auto;
    	float: left;
Viewing 3 replies - 1 through 3 (of 3 total)