Re: [css-d] column wont move to left

2005-07-03 Thread Erland Flaten


Den 28. jun. 2005 kl. 17.02 skrev Gary Turner:



Erland Flaten wrote:


I want the first column - the one at left with the navigation   
buttons - to start at det very beginning of the left side of the   
browser. Cant manage that to happen. The CSS is from one of  
Douglas  Livingstones fine ones. I dont understand this column  
model very  well but still I use them and try to learn some. I  
hav a feeling  that this is good model :)

thanks for any help.







http://www.kariutgaard.no/
and the stylesheet
http://www.kariutgaard.no/3sp_likhoyde.css


#navlist is abutting the left edge.  It's the ul itself that has  
left margin.


#navlist ul {
padding: 0;
list-style-type: none;
font-size: 0.9em;
margin: 0em 1em; ---
}



You probably missunderstood me. I am not that good in english...

It is the column which contains the navigation that I dont understand  
how to sit on the browsers left edge. If I put  0em as margin on the  
navlist ul the navlist vil sit on the leftside of the containing  
element.


.wrapper {
width: 950px;
position: relative;
left:-7px;

later one evening I found out that the .wrapper must be minus 7  
pixels to put the  sharply on the the browser edge. Why the  
left:-7px; I thougt 0 was the right number. Strange.



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] column wont move to left

2005-06-28 Thread Erland Flaten



I want the first column - the one at left with the navigation  
buttons - to start at det very beginning of the left side of the  
browser. Cant manage that to happen. The CSS is from one of Douglas  
Livingstones fine ones. I dont understand this column model very  
well but still I use them and try to learn some. I hav a feeling  
that this is good model :)

thanks for any help.




and I forgot URL. I am sorry and thanks to Dwan Alford who mailed me  
about that.


http://www.kariutgaard.no/
and the stylesheet
http://www.kariutgaard.no/3sp_likhoyde.css


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] column wont move to left

2005-06-28 Thread Gary Turner

Erland Flaten wrote:



I want the first column - the one at left with the navigation  buttons 
- to start at det very beginning of the left side of the  browser. 
Cant manage that to happen. The CSS is from one of Douglas  
Livingstones fine ones. I dont understand this column model very  well 
but still I use them and try to learn some. I hav a feeling  that this 
is good model :)

thanks for any help.




http://www.kariutgaard.no/
and the stylesheet
http://www.kariutgaard.no/3sp_likhoyde.css


#navlist is abutting the left edge.  It's the ul itself that has left margin.

#navlist ul {
padding: 0;
list-style-type: none;
font-size: 0.9em;
margin: 0em 1em; ---
}

cheers,

gary
--
Anyone can build a usable web site.  It takes a graphics designer to
make it slow, confusing, and painful to use.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] column wont move to left

2005-06-27 Thread Erland Flaten
I want the first column - the one at left with the navigation buttons  
- to start at det very beginning of the left side of the browser.  
Cant manage that to happen. The CSS is from one of Douglas  
Livingstones fine ones. I dont understand this column model very well  
but still I use them and try to learn some. I hav a feeling that this  
is good model :)

thanks for any help.

erland

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/