Re: [css-d] How to make one DIV appear at the bottom of another?

2008-05-02 Thread Gunlaug Sørtun
Erik Harris wrote: http://www.vantagehoa.org/wordpress/regional-info/ 1 - How do I get the footer DIV to the bottom of the body DIV? 2 - How do I vertically center the content in the footer DIV? This is probably the simplest way to solve both problems...

Re: [css-d] new design, horizontal menu issues

2008-05-02 Thread Ray Leventhal
Al Sparber wrote: From: Ray Leventhal [EMAIL PROTECTED] Hi folks, I'm using a nice drop-down menu from Project7 on a new project. snip Any pointers would be greatly appreciated. Hi Ray, You need a min-width on the body element and/or to apply the menuwrapper background to

[css-d] Site Check // Acoustic Traditional.in

2008-05-02 Thread Rahul Gonsalves
Ref: http://acoustictraditional.in/ If anybody has a little free time, I would appreciate a quick check of the site (well, it's really just one page) above. Non-CSS comments are welcome; off-list. Best, - Rahul. __

Re: [css-d] list nav not working as needed

2008-05-02 Thread Cory Shubert
http://www.pixelagogo.com/codetest/ Ok, here is the code link. As I mentioned before, what I am trying to do is: 1. Have the selected or page the tabs are about white and not the background color 2. Have the two background images align on the bottom with the bottom of the tabs. Right now

Re: [css-d] Site Check // Acoustic Traditional.in

2008-05-02 Thread David Laakso
Rahul Gonsalves wrote: If anybody has a little free time, I would appreciate a quick check of the site (well, it's really just one page) above. - Rahul. ___ It looked and worked fine for me in IE/6 and IE/7-- same for Mac browsers. I'd ditch the widow (world), and

[css-d] Inline elements

2008-05-02 Thread Alan K Baker
Hi all. I've included a short piece of code which does not do what I want. Obviously removing the display:inline will display the boxes, but then they're not on a horizontal plane any more. I'm trying to create a horizontal bar with four equally space (horizontally) boxes within it, but each

[css-d] Unordered list (ul) or definition list (dl) for a left-hand vertical navigation menu?

2008-05-02 Thread Eriol Hiragizawa
Hello, I am trying to determine the best way to represent a left-hand vertical navigation menu with XHTML/CSS. It seems the most popular form is an unordered list, but there are some advocates of a definition list. I'm trying to find information about the advantages and disadvantages of either

Re: [css-d] Inline elements

2008-05-02 Thread David Laakso
Alan K Baker wrote: I've included a short piece of code which does not do what I want. Does anyone have an elegant solution to this? So far I've only made it work with absolutes. Elegant it ain't. Whether it is the solution you seek may be the question...

Re: [css-d] new design, horizontal menu issues

2008-05-02 Thread Ray Leventhal
Al Sparber wrote: From: Ray Leventhal [EMAIL PROTECTED] To: css-d css-d@lists.css-discuss.org Sent: Thursday, May 01, 2008 5:00 PM Subject: [css-d] new design, horizontal menu issues Hi folks, I'm using a nice drop-down menu from Project7 on a new project. snip Site:

Re: [css-d] table width problem in Firefox, or in every browser except FF.

2008-05-02 Thread Sandy
Philippe Wittenbergh wrote: On May 2, 2008, at 8:31 AM, Sandy wrote: So this works in all the other browsers (thats ie 6+7 and Safari) but not in any firefoxes. http://sandygonzales.com/test/calendar.htm I am trying to get the fancy curve lines at the bottom but in order to do that

Re: [css-d] Unordered list (ul) or definition list (dl) for a left-hand vertical navigation menu?

2008-05-02 Thread David Laakso
Eriol Hiragizawa wrote: I am trying to determine the best way to represent a left-hand vertical navigation menu with XHTML/CSS. It seems the most popular form is an unordered list, but there are some advocates of a definition list. --Stephen I think for a navigation menu a vertical

Re: [css-d] Unordered list (ul) or definition list (dl) for a left-hand vertical navigation menu?

2008-05-02 Thread Stephen .
Hi David, Thanks for the link. It was one of the sites I looked at in my evaluation. I just wanted to be sure I was not missing something about definition lists. It looks like the majority of information I have found on the internet and in books advocates using unordered lists, so I will go

[css-d] Help with Interior page - help!

2008-05-02 Thread Scott Thigpen
Hi guys, I've been doing css for a webdesign, the index page went through okay but my interior has all sorts of problems with it. I feel like I've done everything right but my wrapper is not scaling with the text and it makes it look all out of order. Could someone take a look at this and tell

Re: [css-d] Help with Interior page - help!

2008-05-02 Thread David Laakso
Scott Thigpen wrote: my css http://www.sthig.com/jlh/css/jlh.css and the page that's messing up http://www.sthig.com/jlh/interior.html Not a fix-- just a suggestion toward getting there... Validate. #wrap { border:1px solid fuchsia; overflow:hidden; } Didn't look: you may or may

Re: [css-d] Help with Interior page - help!

2008-05-02 Thread David Laakso
David Laakso wrote: Scott Thigpen wrote: my css http://www.sthig.com/jlh/css/jlh.css and the page that's messing up http://www.sthig.com/jlh/interior.html Not a fix-- just a suggestion toward getting there... Validate. #wrap { border:1px solid fuchsia; overflow:hidden; }

[css-d] okay fixed but 2 other problems

2008-05-02 Thread Scott Thigpen
Hey, okay I'm almost there but I'm having a bit of trouble. okay how the site looks http://www.sthig.com/jlh/ here's my css http://www.sthig.com/jlh/css/jlh.css here's the problem page: http://www.sthig.com/jlh/interiora.html 2 things. First if you'll look at the contact us tab, just below

Re: [css-d] okay fixed but 2 other problems

2008-05-02 Thread Christian Kirchhoff privat
Hello, regarding the second problem (the content shadow): in index.html the appropriate html code snippet is: - /div /div /div /div div id=contentShadow/div div id=footer - The div#contentShadow is a direct child of div#wrap. But in