Forums

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

Home Forums CSS button attributes not working

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #185981
    drotar
    Participant

    hey,
    i am reposting this. am working on my personal website:
    http://www.thomasdrotardesign.com

    i am trying to make the button “swipe down page” to have attributes (much smaller and white) than the other navigation buttons. i’ve tried selectors, span class, div id instead of div but nothing seems to work. any suggestions would be greatly appreciated on what needs to be done to control the css attributes of this one button. i know i am overlooking something. 2nd day on this problem.

    #185982
    __
    Participant

    Simply using .swipeP worked when I tried. Are there specific rules you’re trying that aren’t having an effect (perhaps it’s a specificity issue)?

    #185983
    drotar
    Participant

    since it is a button this is the css i am using but to no effect:

    .swipeP a{
    font-size: .9em;
    font-weight: 100;
    text-transform: uppercase;
    font-family: ‘NeuzeitSLTStdBook’, sans-serif;
    letter-spacing: .0em;
    /text-shadow: 1px 1px 1px rgba(0,0,0,1.00);/
    color: white;
    text-align: right;
    margin-right: 5px;
    }

    #185988
    drotar
    Participant

    found the fix, it’s not

    .swipeP a{

    for it to work it is

    .swipeP {

    sorry to have bothered everyone.

    d

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