I seen a grid folder that contains an image used for grids (similar to 960.gs). what is the proper use to make use of those images? How do you use it? can you give an example?
thanks
I seen a grid folder that contains an image used for grids (similar to 960.gs). what is the proper use to make use of those images? How do you use it? can you give an example?
thanks
i could be wrong here, but i think you just reference it in your css.
body {
background: -link to grid image;
background-repeat: repeat-y;
background-position: center;
}
in doing so, you'll see how the original elements line up.
so this can be used live in your site, or photoshop in mockups, etc.
i dont use it myself.
Thanks Jonny. I have a clue how the grids will be use (I use 960 before)... but I just want to make sure how people use it on Thematic. I was expecting there were other uses aside from declaring it in the css to have a grid guides.
thanks!
This topic has been closed to new replies.