andrewliu Posted July 5, 2010 Share Posted July 5, 2010 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 More sharing options...
0 sweetsam Posted July 5, 2010 Share Posted July 5, 2010 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 More sharing options...
0 andrewliu Posted July 5, 2010 Author Share Posted July 5, 2010 Thanks! Yeah I'm using Chrome and it has the inspect elements. It is very useful! I'm trying to learn div id and class now. Link to comment Share on other sites More sharing options...
Question
andrewliu
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