Hi,

I have to admit, this is my first time to support Safari browser (I'm
a Windows guy...) but Safari initially impressed me, looks great and
fast, but later loading slow, maybe something else... but here I got a
question,
How to make the [Search]  button to go up a level and be align with
the other buttons?  Which is the case for all other browsers.

My code does not use <tbody> but the app environ adds it... which I
don't have control, also, I add the nowrap attribute for the <TR> tag.

Thanks in advance.

<table>
<tbody><tr>
<td><input type="button" style="background-color: rgb(189, 211, 255);"
onclick="window.open('abc.cfm','knComment','width=680,height=600,resizable=yes,scrollbars=yes')"
title="Add Comment" value="Comment" name="comment"></td>
<td width="15%"></td>
<td>
<input type="button" style="background-color: rgb(189, 211, 255);"
onclick="document.location='def.cfm'" title="Add Note" value="Add
Note" name="AddKnol"> 
</td>
<td>
<input type="TEXT" size="30" message="Please enter a search term"
required="yes" name="STerm">
<input type="SUBMIT" style="background-color: rgb(189, 211, 255);"
title="Perform Search" value="Search" id="DoSearch" name="DoSearch">
</td>
<td>
<input type="button" style="background-color: rgb(189, 211, 255);"
onclick="document.location='s.cfm'" title="Settings" value="Settings"
name="Settings">
</td>
<td>
<input type="button" style="background-color: rgb(189, 211, 255);"
onclick="window.open('help.htm','knhelp','width=680,height=600,resizable=yes,scrollbars=yes')"
title="Help" value="Help" name="Help">  
</td>
</tr>
</tbody>
</table>

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to