Forums

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

Home Forums CSS Border Right Nav Issue CSS

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44447

    Hi All.

    Just have three minor problems that I am learning.

    http://codepen.io/mwbcomputers/pen/ticEf

    Border-Right not working well. can’t seem to get all of them evan at same height top to bottom.
    some li have a (&) in them and (br) But Trying to get them to look like my Home & Security Tab.
    The gradient looks like its repeating trying to avoid that not to sure if have to put no-repeat.

    #133579
    CrocoDillon
    Participant

    For the borders, you can set the `nav li` height to 2x line-height (28px).

    For the gradient, not sure… maybe `html { height: 100%; }` and `body { min-height: 100%; }`.

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