Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Tabs, I Need Help

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26673
    kidcolor
    Member

    Hello people ,

    Am new to this forum so i hope i can find the help i need here.
    these tabs that are on this site http://english.mashkulture.net/

    have been made with css , and i know it is but i need some one to help me out a bit because am new to
    site making.
    so my question how does the tabs be grey at first then when u click at it and ur on that page it stays white.

    is it a rollover image or am using dreamweaver by the way,
    if anyone can help me out am sooo glad thank you

    #66308
    dcp3450
    Participant

    I try to push people to learn instead of just giving them the answer. The whole "if you teach a man to fish concept". Review how to use sprites.

    This screen cast shows you how to use sprites (some cool jquery effects that you wont need).

    https://css-tricks.com/video-screencasts … s-sprites/

    I’ve always used the body id tag to keep a menu item selected <body id="home"> home#body for example. Always had issues using a:active for some reason.

    Those tidbits should get you on the right google path to find the info you need to learn how to do it.

    good luck!

    #66310
    TheDoc
    Member
    "dcp3450" wrote:
    I’ve always used the body id tag to keep a menu item selected <body id="home"> home#body for example. Always had issues using a:active for some reason.

    To further that point, Chris actually created an article going over this very thing:

    https://css-tricks.com/id-your-body-for- … ecificity/

    #66311
    dcp3450
    Participant

    Well if you want to be more accurate sure! lol

    #66351
    kidcolor
    Member

    Thanks am going to look at it and see how its done :D

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.