Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Posts
    106
    Plugin Contributions
    0

    Default Last changes...need help please

    So I'm looking to isolate the EZpageheader box links from the rest of the site...meaning I need a way to make changes to the header links (i.e. Vin’Ash Store Home :: Vin’Ash Coaching :: Vin’Ash Travel :: Calendar :: Assessment :: News :: Contact Us) and not the rest of the doc...how can I do this?

    You can see the website at www.vinashcoaching.com/store (Sorry for the slow loading time)

    Next and very minor is I still get a minor white space above the header logo in IE6...are there any suggestions?

    That's pretty much it...I appreciate all the help I've received on the other issues, and any help with these should square me away, thanks guys.

    Zidain

  2. #2
    Join Date
    Oct 2007
    Posts
    106
    Plugin Contributions
    0

    Default Re: Last changes...need help please

    does anyone know how I might change these things?

  3. #3
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: Last changes...need help please

    By make change you mean style the links etc..? Well anyway, look for (or create) "navEZPagesTop" id to position/style the bar itself and "navEZPagesTop a,active,visited" to style the links in them.

    For white-space in IE, try this:

    #navMainWrapper {
    background-color:#ABBBD3;
    background-image:url(../images/tile_back.gif);
    color:#DC2637;
    font-weight:bold;
    height:25px;
    margin:0em;
    padding:0.5em 0.2em;
    text-align:right;
    }

    Height given in pixels.

    Hope it helps.
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

  4. #4
    Join Date
    Oct 2007
    Posts
    106
    Plugin Contributions
    0

    Default Re: Last changes...need help please

    Thanks Nimbuz, I was able to get the color to change but the hover color feature on the bar isn't working...this is what I have atm. Can you think of what's wrong here?

    #navEZPagesTop a,active,visited
    {
    color: #ffffff;
    text-decoration: none;
    }-decoration: none;
    }

    #navEZPagesTop a,hover
    {
    color: #0000ff;
    text-decoration: none;
    }-decoration: none;
    }

    ------------------------------------------

    As far as the 2nd issue, the blank area (white space) in IE6 is still there. You can see it at www.vinashcoaching.com/store (sorry for the slow loading time) is still there...it's not that bad but I would still love it to disappear So any other ideas would be appreciated.

    Zidain

  5. #5
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: Last changes...need help please

    a:hover NOT a,hover

    ..and remove this›› -decoration: none;

    As for IE issue, you still haven't updated the #navMainWrapper as mentioned above. Find "#navMainWrapper" in yout stylesheet.css and replace the ID with what I've posted above.
    Last edited by Nimbuz; 28 Oct 2007 at 07:57 PM.
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

  6. #6
    Join Date
    Oct 2007
    Posts
    106
    Plugin Contributions
    0

    Default Re: Last changes...need help please

    yeah that -decoration: none; was really screwing things up, I found it in a few other places too...

    As far as the white space stuff, this is what I currently have in my .css

    #navMainWrapper {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    padding: 0.5em 0.2em;
    font-weight: bold;
    color: #DC2637;
    text-align: right;
    height: 1%;
    }
    I tried your fix but it didn't change anything...do you have any other suggestions?

    Thanks a lot for the quick responses and help Nimbuz.

    Zidain~

 

 

Similar Threads

  1. last 3 areas i need help on
    By stressstress in forum General Questions
    Replies: 3
    Last Post: 16 Jul 2010, 01:18 PM
  2. Last resort, please help...
    By TLGClothing in forum General Questions
    Replies: 4
    Last Post: 14 Sep 2008, 07:51 PM
  3. A few changes I need help with...Please
    By lindajb in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 Aug 2008, 06:19 PM
  4. Need help with some changes in header, please
    By Kruna in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 16 Oct 2007, 11:06 PM
  5. Please Help!!! This Is My Last Question!!!
    By personalisedpresent in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 13 Aug 2006, 10:59 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg