Re: I would love...

On Mon, 16 Oct 2000, Batsis Manolis wrote:
> 
> What i'm doing is worse: i don't use borders cause
> they do take space, making complex edges impossible.
> So i'm stuck with using images and positioning. 

If you want a border to seem to take no room, merely set the marging to
negative what the borders are.

e.g.:

   div {  
     border-style: solid;
     border-width: 0.5em 1em 0.5em 1em; 
     margin: -0.5em -1em -0.5em -1em; 
   }

-- 
Ian Hickson                                     )\     _. - ._.)       fL
Netscape, Standards Compliance QA              /. `- '  (  `--'
+1 650 937 6593                                `- , ) -  > ) \
irc.mozilla.org:Hixie _________________________  (.' \) (.' -' __________

Received on Monday, 16 October 2000 06:36:09 UTC