iceman
06-01-2007, 01:53 AM
Hey folks ove here.
I got this site header needs to be done so eh... go check http://tc-net.info/phpBB3/
you see the header ok it should look like this:
http://i59.photobucket.com/albums/g282/icemansnowman/how.jpg
so how do make it look like on the image with all the browsers like IE, FF, Opera.
if I need to add something like CSS then sure fine i'll do it.
my version of code:
<OBJECT
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=
"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
WIDTH="556" HEIGHT="35" id="navigation">
<PARAM NAME="movie" VALUE="images/nav/navigation.swf">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="bgcolor" VALUE="#FFFFFF">
<EMBED src="images/nav/navigation.swf" quality="high" bgcolor="#FFFFFF"
WIDTH="556" HEIGHT="35" NAME="navigation" ALIGN="left"
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
<table border="0" cellpadding="0" callspacing="0">
<tr>
<td width="264" height="35" background="images/nav/right-c.jpg" hspace="0" vspace="0" align="right">
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div id="search-box" style="position: relative; left: -8px;>
<form action="{U_SEARCH}" method="get" id="search">
<fieldset>
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
{S_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
<!-- ENDIF -->
</td>
</tr>
</table>
I got this site header needs to be done so eh... go check http://tc-net.info/phpBB3/
you see the header ok it should look like this:
http://i59.photobucket.com/albums/g282/icemansnowman/how.jpg
so how do make it look like on the image with all the browsers like IE, FF, Opera.
if I need to add something like CSS then sure fine i'll do it.
my version of code:
<OBJECT
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=
"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
WIDTH="556" HEIGHT="35" id="navigation">
<PARAM NAME="movie" VALUE="images/nav/navigation.swf">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="bgcolor" VALUE="#FFFFFF">
<EMBED src="images/nav/navigation.swf" quality="high" bgcolor="#FFFFFF"
WIDTH="556" HEIGHT="35" NAME="navigation" ALIGN="left"
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
<table border="0" cellpadding="0" callspacing="0">
<tr>
<td width="264" height="35" background="images/nav/right-c.jpg" hspace="0" vspace="0" align="right">
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div id="search-box" style="position: relative; left: -8px;>
<form action="{U_SEARCH}" method="get" id="search">
<fieldset>
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
{S_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
<!-- ENDIF -->
</td>
</tr>
</table>