PDA

View Full Version : Slicing



Flauvo
28-09-2005, 05:59 PM
How do you slice a website so you have a banner part at top and a navi at left and content at the right

Dan Williamson
28-09-2005, 06:37 PM
All you do is put the image of your banner or whatever, Put it into a table or CSS code whatever your using You you could use


<div style="position:absolute; left:100px; top:100px; width:100px; height:100px; background-color:#ffffff; overflow:auto;">
<Img src="Banner.gif">
</Div


Or various other codes.

Want to hide these adverts? Register an account for free!