Jump to content

What's your homepage


JustADummy

What's your Homepage  

33 members have voted

  1. 1. Homepages

    • The GTA Place
      5
    • Google
      17
    • Yahoo
      2
    • RockstarWatch
      1
    • IV Official site
      0
    • R* Board
      0
    • TGTAP Fun and Off Topic Forums
      0
    • Others
      8
    • Mozilla Start Page
      0


Recommended Posts

Chris, how'd you do that?

Like this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>


<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Start</title>

<style type="text/css">
body {
background: url(bg.png) repeat-x;
font: 9pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#info {
display: block;
width: 530px;
text-align: center;
border: 12px solid #f3f3f3;
background-color: #f9f9f9;
-moz-border-radius: 32px;
padding: 10px;
margin-top: 40px;
margin-bottom: -8%;
}
#box {
margin-top: 12%;
margin-bottom: 30px;
display: block;
width: 530px;
height: 230px;
text-align: center;
border: 12px solid #f3f3f3;
background: url(bg2.png) no-repeat;
background-position: 50px;
background-color: #f9f9f9;
-moz-border-radius: 32px;
padding: 10px;
}
input[type=text] {
opacity: 0.5;
background-color: #eee;
border: 1px solid #999;
padding: 2px;
}
input[type=text]:focus {
opacity: 0.8;
background: #fff;
}
.menu > span {
padding: 4px;
font-size: 9pt;
display: block;
background-color: #eee;
}
.menu > span[onclick] {
cursor: pointer;
}
.menu > span[onclick]:hover {
background-color: #ddd;
}
.menu > hr {
border: 0;
height: 0px;
border-bottom: 1px solid #999;
margin: 0px;
}
a, a:visited {
color: #d40;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
a:link {
color: #0078ff;
}
a:visited {
color: #0078ff;
}
</style>
<script type="text/javascript">
<!--
var current_sp = 0;
var sp =
<searchlist>
<provider group="1" name="Google">
	<image>google.png</image>
	<query type="web">http://www.google.com/search?q=</query>
</provider>;

function do_search()
{
q = document.getElementById("query");
if(q.value == "") {
	q.value = "You have to enter a query first.";
	return;
}
window.location = sp.provider[current_sp].query[0] + q.value;
}
-->
</script></head><body>

<div align="center">
<div id="info" style="visibility: visible;"><a href="http://filehippo.com/download_firefox/">» Latest Firefox Version «</a></div>
<div id="box">
<div align="center">

<div style="padding: 30px 0px 40px 48px; text-align: left;"><img src="Start_files/start.png"></div>
<form method="get" action="http://www.google.com/search">

<input type="text"   name="q" size="60"
maxlength="255" value="" />
<input type="submit" value="Google Search" />
</form></div>
<div align="center">
<div id="foxxy" style="visibility:visible;"><img src="Start_files/FireFoxxy.png"></div>
</div>
<div style="font-size: 8pt; text-align: center; color: rgb(0, 120, 255);">©2007 <a href="http://www.chrismods.com" title="LOL WUT?">Chris82</a>.
</div>
</body></html>

Link to comment
Share on other sites

  • 1 month later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...