CSS code
Thursday, 20. December 2007, 10:30:51
Could any one tell me what code do I have to put in the CSS if I wish to have the background picture of header from left to right?
Note: Thank you all for yout help. I have finally be able to get it right on Christmas eve.
Note: Thank you all for yout help. I have finally be able to get it right on Christmas eve.
Nice picture by the way
By SittingFox, # 20. December 2007, 19:07:07
I have uploaded another same image of 918 x 210 px.
By pabha, # 20. December 2007, 23:30:26
#top2 {
height:192px;
background: #666633 url(http://files.myopera.com/SittingFox/files/Blogbanner4.jpg) left no-repeat;
}
By SittingFox, # 21. December 2007, 07:28:13
By pabha, # 21. December 2007, 10:43:35
By SittingFox, # 21. December 2007, 10:53:55
By J.es, # 23. December 2007, 13:32:22
By lvee, # 23. December 2007, 16:13:11
I uploaded my picture on 'files' now and have re-done the code, now it look like above.
I think because presently the height of the picture is 210px, it becomes too tall, it goes beyond the 'button bar'.
May be I have to make picture size to be 920 pixels by 170 pixels as per Jacek's above link mentioned.
By pabha, # 24. December 2007, 02:06:46
height:210 px;
}
copy & paste
By J.es, # 24. December 2007, 02:11:01
}
#top2 {
height:210 px;
}
Now the code is as above at CSS. There seems no change from my computer screen even I click the reflesh button.
By pabha, # 24. December 2007, 02:18:30
height: 210px;
}
#top2 {
height:210 px;
}
try now
By J.es, # 24. December 2007, 02:21:32
By pabha, # 24. December 2007, 02:21:45
By J.es, # 24. December 2007, 02:22:51
By pabha, # 24. December 2007, 02:26:37
done
By J.es, # 24. December 2007, 02:28:33
By J.es, # 24. December 2007, 02:29:42
By pabha, # 24. December 2007, 02:41:08
By J.es, # 24. December 2007, 02:42:40
Thank you all for your help.
By pabha, # 24. December 2007, 08:44:10
By lvee, # 24. December 2007, 14:06:49
#top2 {padding:0 60px 0 580px;
color:#737373;
text-align:justify;
}
You have to adjust the values to your needs.
padding:top right bottom left
Hope this hint was wanted, if not hmmmm sorry.
By namedtonowhere, # 7. February 2008, 19:11:23
By pabha, # 8. February 2008, 03:31:43
#top2 {
padding:0 60px 0 580px;
color:#737373;
text-align:justify;
}
I saw your banner at your blog, it is very nice. I like the photo and the position of the text.
By pabha, # 8. February 2008, 03:38:32