Note that there are some explanatory texts on larger screens.

plurals
  1. POmargin or padding above text in css
    primarykey
    data
    text
    <p>I'm working on this page:</p> <p><img src="https://i.stack.imgur.com/Db8L1.jpg" alt="enter image description here"></p> <p>I'm trying to get the first dropline items to display a little further down from the main menu; say approximately half the distance as there is between the first and second droplines. The reason being that when mousing over the first dropline, it's very easy to have the mouse go back to the main menu.</p> <pre><code>/* ================================================================ This copyright notice must be untouched at all times. The original version of this stylesheet and the associated (x)html is available at http://www.cssplay.co.uk/pro_dropline7.html Copyright (c) 2005-2008 Stu Nicholls. All rights reserved. This stylesheet and the associated (x)html may be modified in any way to fit your requirements. =================================================================== */ #dropline {position:relative; font-size:13px; height:40px; background:url(http://test.garlandcountydemocrats.org/MASTER_files/back.gif);} #dropline, #dropline ul {padding:0; margin:0; list-style:none; width:1080px;} #dropline table {border-collapse:collapse; margin:-1px -10px; 0 0; padding:0; width:0; height:0; font-size:13px;} #dropline li {float:left; height:40px; margin-right:1px;} #dropline li a {float:left; display:block; height:40px; line-height:19px; padding:0 20px 0 10px; font-family:arial, sans-serif; font-size:13px; color:#fff; text-decoration:none; font-weight:bold; text-align:center;} #dropline li a.down {background:background:url(http://test.garlandcountydemocrats.org/MASTER_files/down.gif) no-repeat right center;} #dropline li ul li a.down {font-size:15px; color:#ff0; font-weight:normal;} #dropline li a:hover {white-space:nowrap; color:#444;} #dropline li a.down:hover {white-space:nowrap; color:#444; background:background:url(http://test.garlandcountydemocrats.org/MASTER_files/down-over.gif) no-repeat right center;} #dropline li:hover &gt; a {color:#4AEF03;} #dropline li:hover &gt; a.down {color:#4AEF03; background:url(http://test.garlandcountydemocrats.org/MASTER_files/down-over.gif) no-repeat right center;} #dropline li ul {position:absolute; top:38px; left:-9999px; z-index:10; background:url(http://test.garlandcountydemocrats.org/MASTER_files/sub-back.png) left top;} #dropline li ul.floatRight li {float:right;} #dropline :hover ul, #dropline :hover ul :hover ul, #dropline :hover ul :hover ul :hover ul, #dropline :hover ul :hover ul :hover ul :hover ul, #dropline :hover ul :hover ul :hover ul :hover ul :hover ul {left:0; background:url(http://test.garlandcountydemocrats.org/MASTER_files/sub-back.png) left bottom;} #dropline :hover ul ul, #dropline :hover ul :hover ul ul, #dropline :hover ul :hover ul :hover ul ul, #dropline :hover ul :hover ul :hover ul :hover ul ul {left:-9999px; top:38px; background:transparent;} I've tried several different variations on the css code shown below without success. I'm a total newbie so any help will certainly be appreciated. Thanks in advance. Hozey </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload