[css-d] Layout question

2007-07-23 Thread trevor bayliss
Hi all, I have cut out all unnecessary content and I´m trying to work out how to change the size of the content div (in grey) in the following page http://216.219.94.105/divs.htm This is all because I want to get rid of any space between the content div and the right hand div called c1 (lime

[css-d] Layout question

2007-07-23 Thread trevor bayliss
Hi all, I have cut out all unnecessary content and I´m trying to work out how to change the size of the content div (in grey) in the following page http://216.219.94.105/divs.htm This is all because I want to get rid of any space between the content div and the right hand div called c1

[css-d] Layout question

2007-06-27 Thread Shelly
Hey all - I'm hoping that all I need is a fresh set of eyes here. I'm trying to accomplish a layout that I'm having a *slight* issue with. I can *almost* get it exactly how I want it, but almost means no cigar. So, here's a small graphic of what it should look like:

Re: [css-d] Layout question

2007-06-27 Thread Elli Vizcaino
It would help if I could see the actual HTML/CSS. Do you have links you can point to? Elli --- Shelly [EMAIL PROTECTED] wrote: Hey all - I'm hoping that all I need is a fresh set of eyes here. I'm trying to accomplish a layout that I'm having a *slight* issue with. I can *almost*

Re: [css-d] Layout question

2007-06-27 Thread Shelly
It would help if I could see the actual HTML/CSS. Do you have links you can point to? That's the thing - this is a flat graphic mockup. I'm trying to figure out the best way to code it in CSS. I've tried several different ways (just initial attempts - no real meat), but I think I need another

[css-d] Layout question 2 column content with image

2006-02-21 Thread Sander van Surksum
Hi all, A time ago I've seen a toturial of how te make this in CSS but I've lost the page I hope someone can tell how to do this... I whanna make this http://www.johnsten.com/test/images/voorbeeld.jpg Regards. Sander __

Re: [css-d] Layout question 2 column content with image

2006-02-21 Thread Mark Howells
A time ago I've seen a toturial of how te make this in CSS but I've lost the page I hope someone can tell how to do this... I whanna make this http://www.johnsten.com/test/images/voorbeeld.jpg I'd use a ul with a fixed width (enough for both columns) and then float each li left.

Re: [css-d] Layout question 2 column content with image

2006-02-21 Thread Mark Howells
But how do you arange that you only have 2 li's per colomn ? The layout would be like this: 12 34 56 78 ... and so on: make the LIs (for example) 150px wide, and the containing UL 300px wide. Then they're forced to wrap. Make sure to set margin and padding appropriately for all elements!

[css-d] Layout question

2006-02-02 Thread Jonathan Carter
I was trying to do a simple test layout with: 1) A fixed height header 2) An absolutely position body that will fill all remaining content. It works perfectly in FF but the absolutely positioned body doesn't fill the area as desired. Could anyone tell me what I'm doing wrong or tell me a

Re: [css-d] Layout question

2006-02-02 Thread Gunlaug Sørtun
Jonathan Carter wrote: 1) A fixed height header 2) An absolutely position body that will fill all remaining content. Here is the test: http://www.epiphanize.com/test.htm Minimalistic approach, based on your test page: http://www.gunlaug.no/tos/alien/test_9840.html ...should follow your

[css-d] Layout question

2005-12-09 Thread Jonathan Carter
I have a test page at the following URL: http://www.epiphanize.com/TestLayout.htm As you can see I'm trying to use absolute positioning to design the layout of this test page. In FF this is achieved somewhat nicely, except that the left and right columns only scroll to the bottom of the

Re: [css-d] Layout question

2005-12-09 Thread Christian Montoya
On 12/9/05, Jonathan Carter [EMAIL PROTECTED] wrote: I have a test page at the following URL: http://www.epiphanize.com/TestLayout.htm As you can see I'm trying to use absolute positioning to design the layout of this test page. In FF this is achieved somewhat nicely, except that the left

[css-d] Layout question

2005-12-08 Thread Jonathan Carter
I'm trying to design a layout that splits the vertical space of the page into two sections: the header, and the body. I want to header to be a fixed height, and I want the body height to be 100% of the rest of the page/viewport. What would be the best way to implement this? Thanks for your

[css-d] Layout question: Flexible, fixed, flexible column layout

2005-11-25 Thread Mark Fredrickson
Hello CSS Gurus, I am probably asking questions that have been asked many times before, but I couldn't find an answer via google or the archives... I am setting up a static page for a concert that will be happening soon. I am only planning on having one page, so the design can be pretty tightly

Re: [css-d] Layout question: Flexible, fixed, flexible column layout

2005-11-25 Thread Christian Montoya
On 11/25/05, Mark Fredrickson [EMAIL PROTECTED] wrote: Hello CSS Gurus, I am probably asking questions that have been asked many times before, but I couldn't find an answer via google or the archives... I am setting up a static page for a concert that will be happening soon. I am only

Re: [css-d] Layout question: Flexible, fixed, flexible column layout

2005-11-25 Thread Mark Fredrickson
Christian, Thanks for the help. This is close but not exactly what I need. In the left column there needs to be an image that matches up against the left side of the main content. This image is not necessary, but should exist for users with larger screens. For the right column, it is the same

Re: [css-d] Layout question: Flexible, fixed, flexible column layout

2005-11-25 Thread Christian Montoya
On 11/25/05, Mark Fredrickson [EMAIL PROTECTED] wrote: Christian, Thanks for the help. This is close but not exactly what I need. In the left column there needs to be an image that matches up against the left side of the main content. This image is not necessary, but should exist for

Re: [css-d] Layout question: Flexible, fixed, flexible column layout

2005-11-25 Thread Christian Montoya
Mark, I see how the left and right columns aren't behaving. Not sure why margins are such a joke with absolutely positioned divs. I'm going to try something else with floats, but for now, here's what I have: http://space.rdpdesign.com/poster.html Definitely not solving your problem. Back to the

Re: [css-d] Layout question: Flexible, fixed, flexible column layout [SOLVED?]

2005-11-25 Thread Christian Montoya
I'm going to say it's solved. Check it out: http://space.rdpdesign.com/poster.html Requires hacking 49% on the right div for IE, of course. -- -- Christian Montoya christianmontoya.com ... rdpdesign.com ... cssliquid.com __