Results 1 to 3 of 3

Thread: urgent help needed.

  1. #1
    Join Date
    Jun 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default urgent help needed.

    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/g2...nowman/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:

    HTML 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>

  2. #2
    Join Date
    Jun 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    since the mouseover on the links is a simple swap of images, i wouldn't use flash. unless you're gonna do soemthing cool, i'd stay away from flash for simplicity reasons. since all the links have the same background image, i would use a div and just use the <a> tag with a mouseover attribute that will switch out the image.

  3. #3
    Join Date
    Jun 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    na its ok i already fixed it and used mouseover images instead like in the first place.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •