[css-d] No brainer with margin/padding

2007-08-01 Thread Luc
Good evening list, This has got to be a no-brainer but i can't get my hands on it: i've got a customed error page where the margin/padding is driving me nuts. the h1 holds the warning: Error 403: Forbidden Access forbidden to remote server The goal is to have Error 403: sitting

Re: [css-d] No brainer with margin/padding

2007-08-01 Thread Luc
Good morning Anna, It was foretold that on 1/8/2007 @ 08:06:54 GMT-0500 (which was 10:06:54 where I live) Anna Vester would write: snipped a bit What if you apply text-align:right; to the h1 tag? I haven't tested it, but that should work. Anna, i already have that in my sheet :-) What

Re: [css-d] No brainer with margin/padding

2007-08-01 Thread David Laakso
Luc wrote: Good evening list, This has got to be a no-brainer but i can't get my hands on it: i've got a customed error page where the margin/padding is driving me nuts. the h1 holds the warning: Error 403: Forbidden Access forbidden to remote server The goal is to have Error

Re: [css-d] No brainer with margin/padding

2007-08-01 Thread Mark Wheeler
Good evening list, This has got to be a no-brainer but i can't get my hands on it: i've got a customed error page where the margin/padding is driving me nuts. the h1 holds the warning: Error 403: Forbidden Access forbidden to remote server The goal is to have Error 403: sitting

Re: [css-d] No brainer with margin/padding

2007-08-01 Thread Luc
Good morning Mark, It was foretold that on 1/8/2007 @ 07:18:06 GMT-0700 (which was 11:18:06 where I live) Mark Wheeler would write: snipped a bit From initial looking, get rid of the margin-left: -100px (this looked like a fix of some sort for your problem) in .text. Yeah, i used that

Re: [css-d] No brainer with margin/padding

2007-08-01 Thread Mark Wheeler
Good evening list, This has got to be a no-brainer but i can't get my hands on it: i've got a customed error page where the margin/padding is driving me nuts. the h1 holds the warning: Error 403: Forbidden Access forbidden to remote server The goal is to have Error 403: sitting

Re: [css-d] No brainer with margin/padding

2007-08-01 Thread Anna Vester
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luc Sent: Tuesday, July 31, 2007 5:05 PM To: Css list Subject: [css-d] No brainer with margin/padding snip Error 403: has a class with a float: left. This of course does the trick but i was trying to get

Re: [css-d] No brainer with margin/padding

2007-08-01 Thread Luc
Good afternoon to myself, It was foretold that on 1/8/2007 @ 12:05:01 GMT-0300 (which was 12:05:01 where I live) I would write: snipped a bit in Opera, Moz, Fireworks and IE7, the text on the right in the h1 drops below the one on the left when resizing the viewport. An effect i'm used to see

Re: [css-d] No brainer with margin/padding

2007-08-01 Thread Luc
Good morning David, It was foretold that on 1/8/2007 @ 09:52:22 GMT-0400 (which was 10:52:22 where I live) David Laakso would write: snipped a bit You could use absolute positioning, but that always seems to cause more problems than it is worth (for me) . Yeah, initially i used that but