Forum'da ara:
Ara


Yazar Mesaj
Mesaj05.03.2011, 18:39 (UTC)    
Mesaj konusu: CSS tasarımı TASARİM ALT ÜST AYIRMAYI BİLEN MESAJ PLS

Elimde Bir Tasarım Var Kime Sölediysem Ayıramadı ADAM akıllı Tasarim Ayırmayı Bilen Arkadaşımm yada bana yardımcı olabilecek arkadaşım varsa Mesaj atsın ..... Question Yardımlarınızı Bekliyorum Neutral
Mesaj05.03.2011, 19:16 (UTC)    
Mesaj konusu:

Tasarım üstü
Kod:
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to FASHION HOUSE</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>

<body>
<!-- TOP MENU -->
   <div id="topMenu">
      <ul>
         <li><span>Home</span></li>
         <li><a href="#" title="About us">About us</a></li>
         <li><a href="#" title="Gallery">Gallery</a></li>
         <li><a href="#" title="Model Hunt">Model Hunt</a></li>
         <li><a href="#" title="Profile">Profile</a></li>
         <li><a href="#" title="Contact us">Contact us</a></li>
      </ul>
      <div class="contact">
         <span>CONTACT US :</span>
         <p>Phone : 225-4788221   FAX : 1254772547<br />
         E-MAIL : <a href="mailto:abc( at )info.com">abc( at )info.com</a></p>
      </div>
      <br class="spacer" />
      <p class="botBg"></p>
   </div>
<!-- HEADER -->
   <div id="header">
      <a href="index.html"><img src="images/logo.jpg" alt="Welcome to FASHION HOUSE" title="Welcome to FASHION HOUSE" border="0" /></a>
      <h1>'consectetuer adipiscing elit. Vivamus lobortis pede sit amet velit'</h1>
   </div>
<!-- HEADER -->
   <div id="body">
   <!-- LEFT PANEL -->
      <div id="leftPanel">
         <h2 class="welcome">Welcome to our website</h2>
         <p>   


Tasarım Altı

Kod:
</p>
         </div>
      </div>
   <!-- RIGHT PANEL -->
      <div id="rightPanel">
         <h2 class="model">Model Gallery</h2>
         <p class="click">click on the thumbnailsfor <br />
         full picture.</p>
      <!-- GALLERY -->
         <ul class="modelGallery">
            <li>
               <a href="#" title="Click to Enlarge"><img src="images/model-pic1.jpg" alt="" title="pic1" width="115" height="107" border="0" /></a>
               <a href="#" title="Click to Enlarge" class="enlarge">Elarge</a>            
            </li>
            <li class="noPad">
               <a href="#" title="Click to Enlarge"><img src="images/model-pic2.jpg" alt="" title="pic2" width="115" height="107" border="0" /></a>
               <a href="#" title="Click to Enlarge" class="enlarge">Elarge</a>            
            </li>
            <li>
               <a href="#" title="Click to Enlarge"><img src="images/model-pic3.jpg" alt="" title="pic3" width="115" height="107" border="0" /></a>
               <a href="#" title="Click to Enlarge" class="enlarge">Elarge</a>            
            </li>
            <li class="noPad">
               <a href="#" title="Click to Enlarge"><img src="images/model-pic4.jpg" alt="" title="pic4" width="115" height="107" border="0" /></a>
               <a href="#" title="Click to Enlarge" class="enlarge">Elarge</a>            
            </li>
         </ul>
         <br class="spacer" />
      <!-- News & Event -->
         <div class="news">
            <h2 class="news">News & Event</h2>
            <p><span>Aenean nonummy</span> libero eu sem. Curabitur at est. Mauris massa erat, dignissim a, egestas sed.</p>      
            <a href="#" title="More" class="more">More</a>
            <p><span>Aenean nonummy</span> libero eu sem. Curabitur at est. Mauris massa erat, dignissim a, egestas sed.</p>      
            <a href="#" title="More" class="more">More</a>
         </div>
      </div>
   <br class="spacer" />      
   </div>   
<!-- FOOTER -->
   <div id="footer">
      <ul>
         <li><span>Home</span></li>
         <li><a href="#" title="About us">About us</a></li>
         <li><a href="#" title="Gallery">Gallery</a></li>
         <li><a href="#" title="Model Hunt">Model Hunt</a></li>
         <li><a href="#" title="Profile">Profile</a></li>
         <li><a href="#" title="Contact us">Contact us</a></li>
      </ul>
      <p>Copyright information goes here<br />
      <a href="http://www.templatesold.com/" target="_blank">Website Templates</a> by <a href="http://www.free-css-templates.com/" target="_blank">Free CSS Templates</a></p>
   </div>   
</body>
</html>
[/code]
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu