Edit: thanks to the lovely Nicola (http://www.linkedin.com/pub/nikki-ashington/3/a19/595) for help in resolving these issues!
Changes made to CSS, from:
To:#top {
height:234px;margin:auto;background-image:url(http://7pfiha.blu.livefilestore.com/y1pzny5spqaQrCjx82HA91lqjcO9 _n-9EUfYpj1gB-uV48MoG3A6V4cgCgGvCW_2HBlGcub0jq6uRiyxQbE5itqlAyY72v1tQct/header.JPG) no-repeat;width:100%;position:relative; }
#top {
height:234px;margin:auto;background-image:url(http://7pfiha.blu.livefilestore.com/y1pzny5spqaQrCjx82HA91lqjcO9 _n-9EUfYpj1gB-uV48MoG3A6V4cgCgGvCW_2HBlGcub0jq6uRiyxQbE5itqlAyY72v1tQct/header.JPG);background-repeat:no-repeat;width:100%;position:relative;}
And, secondly, from:
#searchsubmit {
width:32px;float: left;
To:
#searchsubmit {
width:32px;/* float: left; */
Also added a width to:
.feed form {margin: 0;padding: 0;width:300px;
I resolved the background image myself (after checking the CSS here: http://jigsaw.w3.org/css-validator/ which highlighted the use of no-repeat on the same line as the image URL).
Thanks Nikki ;)
No comments:
Post a Comment
Please feel free to comment on this post, I want to hear your feedback!