Hey,
Im tryin to break down this website: http://mindjobmedia.com/
and learn from it.
The coding seems simple and clear, so i believe that it would be a good learning tool.
However, I need some help with reasonin the right calculation of the width of the page. Here is the breakdown of what I did and how i am doubting myself now..
1. The background faux image is 782 px. ( you can check in photoshop if you want)
2. The main content is: 560 px.
3. Since the main content consist of the two columns with the below properties:
left column width= 257 px div.left col p {margin-left: 13 px}
right column with= 267 px, margin-left: 23 px
(total width =560 px)
4. Am I right to assume that the main content area/box is defined by all the light blue area? I didn't think so because there is a margin right of blue concerning the right column, which was not specified in the properities. Am I looking at this in a different way than i should?
5. How was the faux image 782 px in width being calculated, can someone help me with this breakdown?
thanks,
im still a noob consistently trying to learn
Im tryin to break down this website: http://mindjobmedia.com/
and learn from it.
The coding seems simple and clear, so i believe that it would be a good learning tool.
However, I need some help with reasonin the right calculation of the width of the page. Here is the breakdown of what I did and how i am doubting myself now..
1. The background faux image is 782 px. ( you can check in photoshop if you want)
2. The main content is: 560 px.
3. Since the main content consist of the two columns with the below properties:
left column width= 257 px div.left col p {margin-left: 13 px}
right column with= 267 px, margin-left: 23 px
(total width =560 px)
4. Am I right to assume that the main content area/box is defined by all the light blue area? I didn't think so because there is a margin right of blue concerning the right column, which was not specified in the properities. Am I looking at this in a different way than i should?
5. How was the faux image 782 px in width being calculated, can someone help me with this breakdown?
thanks,
im still a noob consistently trying to learn

Comment