• 0

creating background strips


Question

Hello.

I'm really new to programming but I'm trying to learn! This might be a simple question :blush: , but I was wondering how to create a background strip and then have content on it.

An example is here: http://www.wikihow.com/Special:Categorylisting

If you scroll all the way down where the background changes to a darker gray. how would you do this?

Thank you!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Its a div tag with a background. In order to see how things are setup I recommend you install firefox with firebug plugin. Then all you need to do is right click on the element and select inspect element and you will see the corresponding html and css. Hovering over the markup corresponding to the element shows the box model [highlights padding margin etc in different colors].

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.