|
Unit 8
Mar 5, 2015 16:38:15 GMT -8
Post by William Brewster on Mar 5, 2015 16:38:15 GMT -8
|
|
|
Unit 8
Mar 7, 2015 1:10:53 GMT -8
Post by Judy Fontanella on Mar 7, 2015 1:10:53 GMT -8
That link doesn't work. Can you check it, please. Thanks.
|
|
|
Unit 8
Mar 7, 2015 10:37:31 GMT -8
Post by William Brewster on Mar 7, 2015 10:37:31 GMT -8
|
|
|
Unit 8
Mar 7, 2015 10:38:17 GMT -8
Post by William Brewster on Mar 7, 2015 10:38:17 GMT -8
|
|
|
Unit 8
Mar 8, 2015 17:09:37 GMT -8
Post by Judy Fontanella on Mar 8, 2015 17:09:37 GMT -8
OK - great. Your page is resizing nicely as I narrow the window. The columns are staying put, too.
There are just two things I'd like you to do: 1. Take all of the spaces out of the file names. They can cause problems.
2. Do you see how the image of the man starts to get cut off at narrower widths of the browser window. Here is an important rule for flexible pages. At the top of your css, add this rule: img { max-width:100%;} Also, in your html tag that inserts the image, remove the width and height attributes. That will keep your image from getting wider that its parent, the column that it's in. When the column gets too narrow for the image, the image will start to shrink with the size of the column.
|
|
|
Unit 8
Mar 8, 2015 17:47:46 GMT -8
Post by William Brewster on Mar 8, 2015 17:47:46 GMT -8
Thank you for the help
|
|
|
Unit 8
Mar 8, 2015 19:07:08 GMT -8
Post by William Brewster on Mar 8, 2015 19:07:08 GMT -8
I made the changes you suggested
|
|
|
Unit 8
Mar 10, 2015 17:19:15 GMT -8
Post by Judy Fontanella on Mar 10, 2015 17:19:15 GMT -8
It's getting much better. I really like how the photo of the man is adjusting to the page width. You have taken out the spaces in the names of two things, now you have two more to go. The green graphic at the top left and the page file name both still have spaces in them. They need to go.
|
|
|
Unit 8
Mar 14, 2015 11:18:10 GMT -8
Post by Judy Fontanella on Mar 14, 2015 11:18:10 GMT -8
You removed the spaces in the page file name, but there are also spaces in the name of the green logo image. That's the last place I see with spaces. Just remove those and you'll be all set.
|
|