The new(-er) one. The way it's presented, the style of the boxes and the banner, it's all the same, lol.The new version or the old version?
The new(-er) one. The way it's presented, the style of the boxes and the banner, it's all the same, lol.The new version or the old version?
http://www.habbolake.com/beta_site
You probably won't agree with me, but the concept of the designs are the same.
Last edited by Invent; 26-03-2008 at 04:04 PM.
Wow thats nice! Yeah I do agree with you as the header on Gangsters is the same as habbolakes and the banner style also the boxes.http://www.habbolake.com/beta_site
You probably won't agree with me, but the concept of the designs are the same.
Loving the shoutbox
oh, kk, edited, any better?http://www.habbolake.com/beta_site
You probably won't agree with me, but the concept of the designs are the same.
![]()
Get back imma let my gat go,
got a itchy finger... imma leave a fat hole.
- Giggs :: Ruthless Freestyle
I owe rep to - .:Jack120:. HabbDance
When coding the basic div's (the basic form of the layout you're best to use position: relative; in your css),
ex. : -- link --
That's the basic build of that design.
so in your code you would have something like this (@ mid content)
and your (basic) css is:HTML Code:<div id="mid_content"> <div id="mid_left"> <!-- Left side boxes here --> </div> <div id="mid_center"> <!-- Mid box here --> </div> <div id="mid_right"> <!-- Right boxes go here --> </div> </div>
Something like thisHTML Code:#mid_content{ width: 900px; //however big ur design is } #mid_left{ position: relative; float: left; width: 250px; } #mid_center{ position: relative; float: left; width: 400px; margin-left: 20px; //to have some space between } #mid_right{ position: relative; float: right; width: 250px; }
But it's hard to correct someone's coding becouse everyone codes in a different way.
Regards,
Olivier Pauwels
ty !When coding the basic div's (the basic form of the layout you're best to use position: relative; in your css),
ex. : -- link --
That's the basic build of that design.
so in your code you would have something like this (@ mid content)
and your (basic) css is:HTML Code:<div id="mid_content"> <div id="mid_left"> <!-- Left side boxes here --> </div> <div id="mid_center"> <!-- Mid box here --> </div> <div id="mid_right"> <!-- Right boxes go here --> </div> </div>
Something like thisHTML Code:#mid_content{ width: 900px; //however big ur design is } #mid_left{ position: relative; float: left; width: 250px; } #mid_center{ position: relative; float: left; width: 400px; margin-left: 20px; //to have some space between } #mid_right{ position: relative; float: right; width: 250px; }
But it's hard to correct someone's coding becouse everyone codes in a different way.
Regards,
Olivier Pauwels
Get back imma let my gat go,
got a itchy finger... imma leave a fat hole.
- Giggs :: Ruthless Freestyle
I owe rep to - .:Jack120:. HabbDance
Want to hide these adverts? Register an account for free!