onlinemoviestore : Design 6 « Templates « HTML / CSS






onlinemoviestore

   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Online Movie Store</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type='text/css'>
body {
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 10px;
        text-align: center;
        background: url(onlinemoviestore-images/page_bg.gif);
    }
    
html, body, #wrapper, h1 {
  margin: 0;
  padding: 0;
}

th, td {
  font-size: 10px;
}

img { border: 0; }

#wrapper {
  margin: auto;
  text-align: left;
  width: 748px;
  position: relative;
}

h1, h2, h3 {
  font-size: 10px;
}


h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0 0 5px 0;
  padding: 0;
}

h3 {
  padding: 4px 0 0 0;
}

.block {
  display: block;
}

.clear {
  clear: both;
  height: 2px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 1px;
}

.left {
  float: left;
  margin: 1px 8px 0px 0px;
}

.softright {
  text-align: right;
}

.readmore {
  text-align: right;
}

/* ***** */

#inner {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  background: white;
  color: black;
  margin-bottom: 10px;
}

#header {
  background: url(onlinemoviestore-images/header_bg.gif) repeat-x;
  padding-top: 9px;
  position: relative;
}

#header img {
  display: block;
}

#nav {
  position: absolute;
  left: 550px;
  top: 40px;
  width: 200px;
}

#nav, #nav a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#nav a:hover {
  text-decoration: underline;
}

#browse {
  float: left;
  width: 195px;
  margin: 0;
  padding: 0;
  background: white;
  border-bottom: 2px solid white;
}

#browse dt {
  background: #c80000 url(onlinemoviestore-images/dt_bg.gif) bottom repeat-x;
  color: #fff;
  margin: 2px 2px 1px 2px;
  padding: 6px 0;
  text-align: center;
  font-weight: bold;
}

#browse dd {
  background: #227293;
  border-bottom: 1px solid #659db4;
  padding: 0;
  margin: 0 2px;
}

#browse dd a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 3px 22px;
}

* html #browse dd {
  padding: 3px 22px;
  padd\ing: 0;
}

* html #browse dd a {
  display: inline;
  di\splay: block;
}

#browse dd a:hover {
  background: #74a7b7;
}

#browse .first {
  padding-top: 10px;
}

#browse .last {
  padding-bottom: 8px;
  border-bottom: 1px solid white;
}

#browse .searchform {
  padding: 10px;
}

#browse .text, #browse select {
  width: 160px;
}

#browse form {
  margin: 0;
  padding: 0;
}

#browse form div {
  padding-bottom: 8px;
  width: 165px; 
}


#body {
  float: right;
  width: 543px;
  margin: 2px 1px 0 0;
  
  border: 1px solid #e5e5e5;
  position: relative;
}

#body p {
  margin: 1em 0;
  padding: 0;
}

#body .leftbox,
#body .rightbox {
  margin-top: 5px;
  color: #464646;
}

#body .leftbox {
  float: left;
  width: 250px;
}

#body .rightbox {
  float: right;
  width: 252px;
  margin-right: 18px;
  border-left: 1px solid #e5e5e5;
}

* html #body .rightbox {
  margin-right: 10px;
}

#body .br {
  border-bottom: 1px solid #e5e5e5;
}

#body .readmore {
  margin-top: -0.5em;
  margin-bottom: 0;
  padding-bottom: 0;
}

#body .readmore a {
  color: #ad1c1c;
}

#body .readmore a:hover {
  color: #f73838;
}

#body h3 {
  text-align: center;
  font-family: "Keble Condensed", "KebleCondensed", "arial narrow", helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #5d5d5d;
  padding: 0 0 0 18px;
  margin: 1px 0 3px 0;
}

#footer {
  background: #c80000 url(onlinemoviestore-images/footer_bg.gif) repeat-x;
  padding: 8px 8px 5px 8px;
  position: relative;
  text-align: center;
  border-bottom: 2px solid white;
}
  
#footer, #footer a {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

#footnav {
  position: absolute;
  text-align: right;
  right: 10px;
  top: 0px;
  padding: 8px 0 5px 0;
}

</style>


</head>
<body>
<div id="wrapper">
  <div id="inner">
    <div id="header">
      <h1><img src="onlinemoviestore-images/logo.gif" width="519" height="63" alt="Online Movie Store" /></h1>
      <div id="nav"> <a href="http://www.free-css.com/">HOME</a> | <a href="http://www.free-css.com/">view cart</a> | <a href="http://www.free-css.com/">help</a> </div>
      <!-- end nav -->
      <a href="http://www.free-css.com/"><img src="onlinemoviestore-images/header_1.jpg" width="744" height="145" alt="Harry Potter cd" /></a> <a href="http://www.free-css.com/"><img src="onlinemoviestore-images/header_2.jpg" width="745" height="48" alt="" /></a> </div>
    <!-- end header -->
    <dl id="browse">
      <dt>Full Category Lists</dt>
      <dd class="first"><a href="http://www.free-css.com/">Action &amp; Adventure</a></dd>
      <dd><a href="http://www.free-css.com/">Anime &amp; Manga</a></dd>
      <dd><a href="http://www.free-css.com/">Art House &amp; International</a></dd>
      <dd><a href="http://www.free-css.com/">Classics</a></dd>
      <dd><a href="http://www.free-css.com/">Comedy</a></dd>
      <dd><a href="http://www.free-css.com/">Cult Movies</a></dd>
      <dd><a href="http://www.free-css.com/">Drama</a></dd>
      <dd><a href="http://www.free-css.com/">New &amp; Future Releases</a></dd>
      <dd><a href="http://www.free-css.com/">Horror</a></dd>
      <dd><a href="http://www.free-css.com/">Musicals</a></dd>
      <dd><a href="http://www.free-css.com/">Mystery &amp; Suspense</a></dd>
      <dd><a href="http://www.free-css.com/">Science Fiction &amp; Fantasy</a></dd>
      <dd class="last"><a href="http://www.free-css.com/">Westerns</a></dd>
      <dt>Search Your Favourite Movie</dt>
      <dd class="searchform">
        <form action="http://www.free-css.com/" method="get">
          <div>
            <select name="cat">
              <option value="-" selected="selected">CATEGORIES</option>
              <option value="-">------------</option>
            </select>
          </div>
          <div>
            <input name="q" type="text" value="DVD TITLE" class="text" />
          </div>
          <div class="softright">
            <input type="image" src="onlinemoviestore-images/btn_search.gif" />
          </div>
        </form>
      </dd>
    </dl>
    <div id="body">
      <div class="inner">
        <div class="leftbox">
          <h3>Star Wars Trilogy (Widescreen Edition)</h3>
          <img src="onlinemoviestore-images/photo_1.jpg" width="93" height="95" alt="photo 1" class="left" />
          <p><b>Price:</b> <b>$225.97</b> &amp; eligible for FREE Super Saver Shipping on orders over <b>$195</b>.</p>
          <p><b>Availability:</b> Usually ships within 24 hours</p>
          <p class="readmore"><a href="http://www.free-css.com/">BUY <b>NOW</b></a></p>
          <div class="clear"></div>
        </div>
        <!-- end .leftbox -->
        <div class="rightbox">
          <h3>Batman - The Animated Series </h3>
          <img src="onlinemoviestore-images/photo_4.jpg" width="107" height="91" alt="photo 4" class="left" />
          <p><b>Price:</b> <b>$125</b> &amp; eligible for FREE Super Saver Shipping on orders over <b>$105</b>.</p>
          <p><b>Availability:</b> Usually ships within 24 hours</p>
          <p class="readmore"><a href="http://www.free-css.com/">BUY <b>NOW</b></a></p>
          <div class="clear"></div>
        </div>
        <!-- end .rightbox -->
        <div class="clear br"></div>
        <div class="leftbox">
          <h3>Harry Potter and the Prisoner of Azkaban </h3>
          <img src="onlinemoviestore-images/photo_2.jpg" width="93" height="101" alt="photo 2" class="left" />
          <p><b>Price:</b> <b>$350</b> &amp; eligible for FREE Super Saver Shipping on orders over <b>$295</b>.</p>
          <p><b>Availability:</b> Usually ships within 24 hours</p>
          <p class="readmore"><a href="http://www.free-css.com/">BUY <b>NOW</b></a></p>
          <div class="clear"></div>
        </div>
        <!-- end .leftbox -->
        <div class="rightbox">
          <h3>Blade - Trinity (New Platinum Series)</h3>
          <img src="onlinemoviestore-images/photo_5.jpg" width="90" height="103" alt="photo 5" class="left" />
          <p><b>Price:</b> <b>$115</b> &amp; eligible for FREE Super Saver Shipping on orders over <b>$95</b>.</p>
          <p><b>Availability:</b> Usually ships within 24 hours</p>
          <p class="readmore"><a href="http://www.free-css.com/">BUY <b>NOW</b></a></p>
          <div class="clear"></div>
        </div>
        <!-- end .rightbox -->
        <div class="clear br"></div>
        <div class="leftbox">
          <h3>Million Dollar Baby (Widescreen Edition)</h3>
          <img src="onlinemoviestore-images/photo_3.jpg" width="106" height="100" alt="photo 3" class="left" />
          <p><b>Price:</b> <b>$105.97</b> &amp; eligible for FREE Super Saver Shipping on orders over <b>$99</b>.</p>
          <p><b>Availability:</b> Usually ships within 24 hours</p>
          <p class="readmore"><a href="http://www.free-css.com/">BUY <b>NOW</b></a></p>
          <div class="clear"></div>
        </div>
        <!-- end .leftbox -->
        <div class="rightbox">
          <h3>The Matrix Reloaded (Full Screen Edition)</h3>
          <img src="onlinemoviestore-images/photo_6.jpg" width="91" height="99" alt="photo 6" class="left" />
          <p><b>Price:</b> <b>$75</b> &amp; eligible for FREE Super Saver Shipping on orders over <b>$55</b>.</p>
          <p><b>Availability:</b> Usually ships within 24 hours</p>
          <p class="readmore"><a href="http://www.free-css.com/">BUY <b>NOW</b></a></p>
          <div class="clear"></div>
        </div>
        <!-- end .rightbox -->
        <div class="clear"></div>
      </div>
      <!-- end .inner -->
    </div>
    <!-- end body -->
    <div class="clear"></div>
    <div id="footer"> Web design by <a href="http://www.freewebsitetemplates.com">free website templates</a> &nbsp;
      <div id="footnav"> <a href="http://www.free-css.com/">Legal</a> | <a href="http://www.free-css.com/">Home</a> </div>
      <!-- end footnav -->
    </div>
    <!-- end footer -->
  </div>
  <!-- end inner -->
</div>
<!-- end wrapper -->
</body>
</html>

   
    
    
  








Related examples in the same category

1.newave
2.newdarkside
3.newday
4.newera
5.newfangled
6.newgreeny
7.newgreys
8.newhorizon
9.news portal
10.news-print
11.newsbeat
12.newsflash
13.newsportal
14.newsroll
15.newstheme
16.newwave-business-inc
17.new_rise
18.NiceSite
19.nimbuslike
20.nixed
21.noimages
22.noname1
23.nonzero
24.nothingfanzy
25.nourish
26.nowhere
27.NuahSwirl
28.nullbullum
29.numerology
30.o-no-typography
31.obsess
32.obsession
33.obtanium
34.office-plants
35.offlimits
36.offrecord
37.oheon_com_110100021
38.ohgreenworld
39.Okeanos
40.old-wall
41.oldarchitecture
42.Olive
43.one-penny
44.one_two_three
45.online-edu
46.oodles
47.openyourwindows
48.opposed
49.optimal-touch
50.orchidaceae
51.ordinaire
52.ormeggiare
53.ornamental
54.ornate
55.OrngBlu
56.oswd_blozilla
57.our-work
58.ourhouse
59.outdoorv1.0
60.outliers
61.outoftheblue
62.outtabox
63.oxidation
64.package
65.paddy-harvest
66.pagedrape
67.paivi-k
68.paleforest
69.palmtrees
70.pamphlet
71.pancorbo
72.papira
73.paradigm
74.paradise1983
75.parchmenter
76.particle
77.particles
78.pastel
79.pastelco
80.pastelflowers
81.pastries
82.path-fider
83.patternmaker
84.PattyMcFatPat01
85.PattyMcFatPat03
86.pc
87.Pear Template
88.pear
89.pedestrian
90.penchantforphotos
91.pencilpink
92.people
93.perfectblemish
94.performance
95.perplex
96.personified
97.pillars
98.pills
99.pinnacle
100.Pistachio
101.pixabella
102.pixabella04
103.pixabella06
104.pixelationingreen
105.plaidshirt
106.plainandsimple
107.planning-feed
108.pluralism
109.plurkified
110.pointspace
111.pollinate
112.pollinating
113.pollination