Forum Replies Created

Viewing 10 replies - 61 through 70 (of 70 total)
  • Thread Starter jennifer420

    (@jennifer420)

    Uh oh … I had a friend take a look at this (as they’ve a 21″ screen) and the attached is what it looks like ~

    Any idea on how I can fix this to fit all screens properly or would I be further ahead to have it fixed with a background color?

    Screenshot

    What a challenge this has been …

    Thread Starter jennifer420

    (@jennifer420)

    Thanks so much for your time Peter, I appreciate it ~` ??

    I’m slowly getting there … a few links to place in the sidebar area and such and it’s pretty much complete!

    Thank you again!

    Thread Starter jennifer420

    (@jennifer420)

    Pboosten,

    Thank you so much, I really appreciate it … all looks so much better now. Hopefully from your end too!

    Now on to the sub-menu yes Lol

    Going to apply the same and see if it fixes the issue ~`

    Thank you again,
    Jennifer

    Thread Starter jennifer420

    (@jennifer420)

    Thank you kindly pboosten,

    I got the newspaper fixed! Still having some menu issues, but it’ll come … ??

    Thread Starter jennifer420

    (@jennifer420)

    Anyone? I’ve been at this for days and really was hoping to find a little help here …

    Thread Starter jennifer420

    (@jennifer420)

    Thanks henkholland,

    Surprisingly I didn’t have as many errors as I expected and was actually able to correct them … only a few closing divs that weren’t necessary!

    However, still hasn’t fixed the issues … any more ideas or ‘direction’?

    Thank you for your time, I appreciate it.

    Jennifer

    Thread Starter jennifer420

    (@jennifer420)

    The following are the css codes for both the menu and newspaper sections:

    Newpaper

    .newspaper {
    float:right; background:url(img/newspaper.png) bottom; width:382px; height:329px;padding-bottom:0px; }

    Menu

    .menu {
    margin-top: 37px;
    margin-left: 10px;
    padding: 10px;
    position: absolute;
    width:auto;
    z-index:4;  }
    
    /* hack to correct IE5.5 faulty box model */
    * html .menu {width:746px; w\idth:745px;}
    
    /* remove all the bullets, borders and padding from the default list styling */
    
    .menu ul {padding:0;margin:0;list-style-type:none;}
    .menu ul ul {width:75px;margin-right: 20px;}
    
    /* float the list to make it horizontal and a relative position so that you can control the dropdown menu positon */
    .menu li {float:left;position:relative; padding:0; }
    
    /* style the links for the top level */
    .menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:75px; height:20px;  font-weight:bold; }
    
    /* a hack so that IE5.5 faulty box model is corrected */
    * html .menu a, * html .menu a:visited {width:70px; w\idth:70px;}
    
    /* style the second level background */
    .menu ul ul a.drop, .menu ul ul a.drop:visited {background:url(https://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 78px center;}
    
    /* style the second level hover */
    .menu ul ul a.drop:hover{background: url(https://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 78px center;}
    
    .menu ul ul :hover > a.drop { url(https://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 70px center;}
    
    /* hide the sub levels and give them a position absolute so that they take up no room */
    .menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:89px;}
    
    /* another hack for IE5.5 */
    * html .menu ul ul {top:30px;t\op:31px;}
    
    /* style the table so that it takes no part in the layout - required for IE to work */
    .menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
    
    /* style the second level links */
    .menu ul ul a, .menu ul ul a:visited { color:#000; height:auto; line-height:1em; padding:5px 5px; width:68px;}
    
    /* yet another hack for IE5.5 */
    * html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:68px;}
    
    /* style the top level hover */
    .menu a:hover, .menu ul ul a:hover{color:#000;}
    .menu :hover > a, .menu ul ul :hover > a {color:#000;}
    
    /* make the second level visible when hover on first level list OR link */
    .menu ul li:hover ul,
    .menu ul a:hover ul{visibility:visible; }
    /* keep the third level hidden when you hover on first level list OR link */
    .menu ul :hover ul ul{visibility:hidden;}
    /* make the third level visible when you hover over second level list OR link */
    .menu ul :hover ul :hover ul{ visibility:visible;}
    
    /* ================================================================
       This CSS is further CSS I have created specifically for WordPress
       so that the current page is highlighted in two levels.
       If you want it in three levels let me know.
    
       Author: Isaac Rowntree
       Website: www.zackdesign.biz
    =================================================================== */
    
    .menu ul ul .current_page_item a {
      color: red;
      background: white;
      border-left: 1px solid black;
    }
    
    .menu .current_page_item a {
      color: red;
      font-weight: bold;
      background: white;
    }
    
    .menu ul .current_page_item ul a {
      color: white;
      font-weight: normal;
      background: black;
    }
    
    .menu ul .current_page_item ul a:hover {
      background: gray;
    }
    
    .menu .current_page_item a:hover {
      background: white;
    }

    Thread Starter jennifer420

    (@jennifer420)

    Thanks mohitkr05, but still no go ??

    I’m about ready to give up on it I think.

    Thanks for your help

    Thread Starter jennifer420

    (@jennifer420)

    Thanks mohit,

    Didn’t work no … just cut the newspaper image shorter!

    I’ve been searching everywhere, can’t figure out where I’m messing up …

    Thread Starter jennifer420

    (@jennifer420)

    Anyone have any suggestions … just a little direction and I’d be grateful ~

Viewing 10 replies - 61 through 70 (of 70 total)