Hantu
02-04-2007, 10:37 AM
Hello there...new here so just let me know if I do something worng...I'll correct it.
I got this layout I'm trying to set-up:
<title>.::Home::.</title>
<style>
#fundal{
height: 780px;
width: 780px;
background-image: url(slices/800x600site.gif);
}
#header{
background-image: url(slices/images/header.gif);
height: 188px;
width: 698px;
}
#meniu{
background-image: url(slices/images/layout_phtshopsliced_06.gif);
width: 699px;
height: 53px;
}
#ctop {
background-image: url(slices/images/layout_sliced2_15.gif);
width: 501px;
height: 29px;
}
body {
margin-top: 0px;
margin-bottom: 0px;
background-color: #D2D2D2;
}
</style>
</head>
<body>
<div id="fundal">
<div id="header">
</div>
<div id="meniu">
</div>
<div id="ctop">
</div>
</div>
</body>
the problem is that if I use "<center>" before the "fundal" div...
<body>
<center><div id="fundal">
<div id="header">
</div>
<div id="meniu">
</div>
<div id="ctop">
</div>
</div></center>
</body>
it just centers everything... I'd like just the "fundal","header" and "meniu" divs centered. The "ctop" must be aligned left. Got any ideea on how to this.?
P.S. I like using divs for the layout. :thumbsup:
I got this layout I'm trying to set-up:
<title>.::Home::.</title>
<style>
#fundal{
height: 780px;
width: 780px;
background-image: url(slices/800x600site.gif);
}
#header{
background-image: url(slices/images/header.gif);
height: 188px;
width: 698px;
}
#meniu{
background-image: url(slices/images/layout_phtshopsliced_06.gif);
width: 699px;
height: 53px;
}
#ctop {
background-image: url(slices/images/layout_sliced2_15.gif);
width: 501px;
height: 29px;
}
body {
margin-top: 0px;
margin-bottom: 0px;
background-color: #D2D2D2;
}
</style>
</head>
<body>
<div id="fundal">
<div id="header">
</div>
<div id="meniu">
</div>
<div id="ctop">
</div>
</div>
</body>
the problem is that if I use "<center>" before the "fundal" div...
<body>
<center><div id="fundal">
<div id="header">
</div>
<div id="meniu">
</div>
<div id="ctop">
</div>
</div></center>
</body>
it just centers everything... I'd like just the "fundal","header" and "meniu" divs centered. The "ctop" must be aligned left. Got any ideea on how to this.?
P.S. I like using divs for the layout. :thumbsup: