Hi All, Have tried to modify the page layout by moving Search to the top right corner of the displayArea:
....
<div id='displayArea'>
<div id='messageArea'></div>
*<div class='search' macro='search'></div>*
<div id='tiddlerDisplay'></div>
</div>
Then the "search" class is defined in StyleSheet.
Don't know why everything's OK in Firefox
but the search button is not aligned well in IE (see attached).
________________
text box here --------------------------
________________ Search button here
--------------------------
.search {
text-align: right;
padding-bottom: 1em;
position: relative;
right: 77px;
}
.search a {
position: relative;
left: 215px;
background-color: [[ColorPalette::TertiaryMid]];
border: 1px outset #cccccc;
padding: 2px 10px 2px 10px;
color: #000000;
margin: 0 auto;
}
.search a:hover {
position: relative;
background-color: #93A0F9;
border: 1px inset #cccccc;
padding: 2px 10px 2px 10px;
}
Wonder how to solve the problem...
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.
<<attachment: fallennnn.png>>

