Quote:
Originally Posted by ketanco
thanks
not side by side but you see the right edge of the images dont line up? i want to make them line up. either by making logo area longer or making picture area shorter. how can i do it?
|
That would best be done in photoshop as well.
...
You could make logo wider with this in your CSS
Code:
#logo a {/* this is the actual logo */
background:url(logo-kullanilanboy.jpg) no-repeat;
background-size: 630px 120px;
}
That uses the
CSS3 background size property and may not have wide enough support for you.
...
Or you could make your robotcar.jpg narrower by editing this bit in your markup -
Code:
</div>
</div>
<div id="hheader-wrapper">
<div id="hheader">
<ul class="home-slider"><!-- slider start -->
<li>
<!--<a href="#">--><img src="images/robotcar.jpg" alt="" class="slide-img" height="281" width="609"><!--</a>-->
<div class="hs-desc">
<h1><cufon style="width: 290px; height: 26px;" alt="AUTONOMOUSCARS.COM" class="cufon cufon-canvas"><canvas style="width: 298px; height: 29px; top: -3px; left: -3px;" height="29" width="298"></canvas><cufontext>AUTONOMOUSCARS.COM</cufontext></cufon></h1>
<div class="slide-tagline">Your primary source for following robot cars</div>
<p>
Driverless Cars ar
But, like I said, you should make the photos the correct size in photoshop before you use them in your .hmtl document.