Forums

So why doesnt the color change ? (11 posts)

  1. john1000
    Member
    Posted 8 years ago #

    Ok i have the in my css for the next and previous page ...at the bottom

    li#postsnav {
    color: #369;
    font-weight: normal;
    list-style-type:
    none;
    }

    The nav code..

      <li id="postsnav">
      <center><?php posts_nav_link(' | ', __('&laquo; Previous Page'), __('Next Page &raquo;')); ?></center>


    So what has to be changed to give it the same font color as the rest of my page ?

  2. EdPham
    Member
    Posted 8 years ago #

    Try using font-color instead of color. See if that does anything.

  3. john1000
    Member
    Posted 8 years ago #

    nope,nothing,nada,niente
    ):

  4. moshu
    Member
    Posted 8 years ago #

    I guess it should be defined as
    #pstsnav li a {
    color: #369;
    font-weight: normal;
    list-style-type:
    none;
    }
    #pstsnav li a:visited {
    color: #369;
    font-weight: normal;
    list-style-type:
    none;
    }
    etc.

  5. john1000
    Member
    Posted 8 years ago #

    thanks moshu but ive put in your sample...as you posted it but nothing changes and the damn DOT ....yeah a li....returns....

  6. moshu
    Member
    Posted 8 years ago #

    oops, there is a typo in my posting!
    pstsnav vs. postsnav
    ...and you have to add the hover and active lines, too!

  7. john1000
    Member
    Posted 8 years ago #

    yeah saw the typo ,so the rest in same as in visited ?

  8. john1000
    Member
    Posted 8 years ago #

    thanks nuclearmoose,
    but that didnt worked ...
    when i added your stuff the ugly li dot showed up again...
    and as for the link you posted...
    well i dont have mozilla -firefox installed so that doesnt help...

  9. moshu
    Member
    Posted 8 years ago #

    I don't see any "ugly dots" (which I suppose means bullets in list).

  10. john1000
    Member
    Posted 8 years ago #

    yeah i took it out again and replaced it again with the previous...
    like nuclearmoose mentioned that i had some defined at the top in the css so i started to play around with that...
    almost got it how i want it.
    man ....but this can get you crazy...
    ok they dont like the few letter words here posted but it starts with an S...
    Now the last problem.....
    is on the other forum....
    getting the ....print..date...and time of day all on 1 line...
    Is that possible ?

  11. NuclearMoose
    Member
    Posted 8 years ago #

    john1000,
    Run, don't walk, over to http://www.mozilla.org/products/firefox/ and install Firefox. Design your stuff on that or on one of the Opera browsers, (not my choice but Opera is still MUCH better than IE), and get away from IE. Using a browser that has far better compliance to web standards will remove a lot of grief from the process. If they work in Firefox/Mozilla/Opera, then chances are you have done some good work. When it borks in IE, you can then look for the workarounds.
    Bottom line, dump IE and use it only when testing your designs, not when building your sites.
    Also, for your last question, I'd suggest a whole new post for that, rather than burying it in here. Makes it too hard to find answers in the future.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.