Posted by Neredbojias on 05/05/06 09:17
To further the education of mankind, "Michael Laplante"
<nowhereman@twilightzone.net> vouchsafed:
> I've got a graphic in a DIV. Best way to provide some space on the
> left (of the page)?
>
> Margins, padding or somehow locate the div itself?
>
> Any browser specific issues you're aware of? I don't have Safari or
> Opera.
>
> The idea is to maintain a 250 px wide gutter down the left side of the
> page.
In head:
<style type="text/css">
body {
margin:0;
padding:0 0 0 250px;
}
</style>
--
Neredbojias
Infinity has its limits.
Navigation:
[Reply to this message]
|