Welcome Guest, Not a member yet? Register   Sign In
CSS questions
#8

class = "row_without_color{space}row_red" combines the two!

The dot before the name tells css to define a class. You can use the name of the class to implement the corresponding style.
If you put a # before the name (in css), then you can assign the style to an element with that id. Keep in mind that you can only have one element with a unique id on a web page, where classes can be applied many times.

You can find tons of information about css here:
http://www.w3schools.com/css/default.asp
Reply


Messages In This Thread
CSS questions - by planteg - 08-30-2016, 12:49 PM
RE: CSS questions - by StratoKyke - 08-30-2016, 04:52 PM
RE: CSS questions - by Joel Catantan - 08-30-2016, 05:13 PM
RE: CSS questions - by Wouter60 - 08-30-2016, 10:30 PM
RE: CSS questions - by planteg - 08-31-2016, 06:32 AM
RE: CSS questions - by Joel Catantan - 09-05-2016, 11:47 PM
RE: CSS questions - by Wouter60 - 08-31-2016, 07:18 AM
RE: CSS questions - by planteg - 08-31-2016, 07:46 AM
RE: CSS questions - by Wouter60 - 08-31-2016, 08:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB