I just installed version 1.0.8 yesterday morning and worked quite a bit on my new site last night. I'm fairly new to CSS which is probably my biggest barrier.
I would appreciate any hints or helps to get me unstuck on a few things. The problems are somewhat related.
My goal is to move the content of www.riveroflifebaptist.com to www.riveroflifebaptist.org. The .com site was a Dreamweaver home brew CMS that I wrote, and it uses tables.
1. When I was working on my home Linux system last night, there was not a line between the 2 sections header and leftheader. Now there is on XP/IE6. Leftheader was my way of getting that graphic to come down. I'll include a picture below of how it looks on IE6.
div#header h1 a {
/* you can set your own image here */
background: #d8dff2 url(images/cms/top.jpg) no-repeat -2px 0px;
display: block;
height: 113px; /* adjust according your image size */
text-indent: -999em; /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
div#leftheader {
background: #d8dff2 url(images/cms/left.jpg) no-repeat -2px 0px;
display: block;
height: 153px; /* adjust according your image size */
text-indent: -999em; /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
2. Can I get the search box placed in the upper right hand corner of the header?
3. Can I get the menu system placed in the top of the leftheader?
Thanks for any help you can provide.
