Help - Search - Members - Calendar
Full Version: Banner Image, Search, Column, & Side Title?
Movable Type Community Forum > Additional Resources > Tips and Tricks
mikeldude
Hi,

1) How do I place a tiny image on top of the banner, right beside the title and description? For example - see http://paleblue.us/

2) Is it possible to move the "search" to the upper right corner on top of the banner?

3) How does one narrow the right column?

and finally;

4) Anyone have css coding for the side titles that are being used at - http://cgi.sfu.ca/~jhuanga/

I'll appreciate any assistance for my first MT site - http://www.biosand.info

Michael
mikeldude
3) duh, tongue.gif

4) ........

.sidetitle {
font-family:verdana, arial, sans-serif;
color:#999;
font-size:x-small;
font-weight:bold;
background:#FFF;
line-height:140%;
padding:2px;
margin-top:10px;
border-bottom:1px dotted #666;
text-transform:uppercase;
letter-spacing: .2em;
}
gbs3769
QUOTE
1) How do I place a tiny image on top of the banner, right beside the title and description? For example - see http://paleblue.us/


Sure is. I am doing it on my site with my new layout... http://www.thegbs.com/dailyblurb/index2.html

Here is what my HTML looks like for that section...

CODE
<div id="banner"><a href="<$MTBlogURL$>" accesskey="1"><img src="../images/logo.gif" border="0" align="absmiddle">    <$MTBlogName$> @ thegbs.com</a>
</div>


QUOTE
2) Is it possible to move the "search" to the upper right corner on top of the banner?


I think so, but I haven't come up with a good way to do it. I tried making a id that would span the entire top of the page (like a banner would) and then placing a banner and a sidebanner class in it. It didn't turn out too well but I am only starting at CSS.

QUOTE
3) How does one narrow the right column?


You change the width of the left column.

- Matt
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.