Freelance Website Development
Contact Me: 1-614-743-1212 (Cell)

Free CSS Templates

X-71 v4.0

X-71 Gaming Theme

X-71

 X-71 is a free CSS Gaming Template that features a fixed width, 3 column layout that can be easily customized by an experienced web developer.

 Last updated 01/31/2012 – v4.0 Fixed banner issue with IE, and added footer note space.

View Demo Site

Download This Template

3 Comments to “X-71 v4.0”

  1. the flash is not working on this template

  2. Find this code here:

    <div id="banner">
    	<object id="flash1" data="flash/banner-2.swf" style="width: 920px; height: 174px" type="application/x-shockwave-flash">
    		<param name="movie" value="v2/flash/banner.swf" />
    		<param name="quality" value="Best" />
    		<param name="wmode" value="transparent" />
    	</object>
    </div>
    

    and replace it with this code:

    <div id="banner">
    	<object id="flash1" data="flash/banner-2.swf" style="width: 920px; height: 174px" type="application/x-shockwave-flash">
    		<param name="movie" value="flash/banner-2.swf" />
    		<param name="quality" value="Best" />
    		<param name="wmode" value="transparent" />
    	</object>
    </div>
    

    I failed to properly link the flash file to the appropriate directory within the Movie Parameter. Sorry about that. Oddly enough Firefox displays it appropriately however IE 7 & 8 did not. This will fix that issue. Enjoy!

  3. FOOTER NOTES: For those who already have this theme and want to add Footer Notes (as included in v4.0) to your pages add the following info to the CSS file. (Be sure to replace the existing #footer id with the new)

    #footer {
    	width: 920px;
    	height: 102px;
    	position: relative;
    	margin: 0px;
    	padding: 0px;
    	overflow: hidden;
    	background-image: url('theme/footer-2.jpg');
    	background-repeat: no-repeat;
    	background-position: left top;
    	font-family: Verdana, Geneva, Tahoma, sans-serif;
    	font-size: .6em;
    	font-weight: normal;	
    }
    #foot-CL {
    	width: 392px;
    	height: 38px;
    	position: relative;
    	overflow: hidden;
    	float: left;
    	margin: 10px 0px 0px 30px;
    	padding: 0px;
    	color: #444444;
    	text-align: center;
    }
    #foot-CR {
    	width: 392px;
    	height: 38px;
    	position: relative;
    	overflow: hidden;
    	float: right;
    	margin: 10px 30px 0px 0px;
    	padding: 0px;
    	color: #444444;
    	text-align: center;
    }
    

    Now replace the HTML code. Find this:

    <div id="footer"></div>
    

    …..and replace with:

    <div id="footer">
    	<div id="foot-CL">
    	
    		Your Clan Name Here<br />
    		<a class="LINKurl" href="http://www.YourSite.com&quot; rel="nofollow">www.YourSite.com</a><br />
    		Copyright 2012&nbsp; All Rights Reserved
    		
    	</div>
    	
    	
    	<div id="foot-CR">
    	
    		Your Clan Slogan Goes Here<br />
    		Clan Leader(s) Names<br />
    		Give The Game Name You Play Here
    		
    	</div>
    
    
    <div class="clearB"></div>
    </div>
    
    

Leave a Reply

You must be logged in to post a comment.

Recent Comments

Follow Me On The Web!

User Controls