Re: [css-d] New to group

2007-12-07 Thread David Laakso
Hi gang, I just wanted to say hi. My name is Lisa, and I've been using CSS for about 3 yrs now. I'm looking forward to being a part of the discussion. I'm having issues with IE6 vs IE7 and how horribly they both render websites. I have a web site that I did for a client that looked

Re: [css-d] problems with CSS and floats

2007-12-07 Thread Rick Faircloth
Hi, Rayburn... Let me tell you what finally enabled me to start making totally css-layout sites, using only tables for tabular data. I went to http://www.templateworld.com/free_templates.html and downloaded several free sites, including all images and other assets that you need for a complete

Re: [css-d] creating navigation in css

2007-12-07 Thread Gary Badger
I really like the CSS navigation Stu Nicholls has developed. Even includes a wizard so it's hard to get wrong. http://www.cssplay.co.uk/ http://www.cssplay.co.uk/menus/ http://www.cssplay.co.uk/menus/menu_builder_flyout Cheers, Gary http://www.garybadger.com/ - Original Message -

[css-d] IE - more checking please

2007-12-07 Thread daniela froehlich
Hi All part of my IE problem is solved now, but my customer tells me he is experiencing some really weird problem. To do that test, you would have to make three steps: 1. go to website: http://www.artworksbyrene.com/gnd-info/hotels.shtml 2. click the reserve button 3. then click the back

[css-d] Spry drop down

2007-12-07 Thread Anahita Shafa
Hello, I am trying to create a website for a client and I am having issues with the drop-down navigation. I used the Spry menu bar, to create drop down menus in Dremweaver CS3. However, I think there are issues with the css and in IE (both IE6 and IE7), since the menu looks very strange in IE.

Re: [css-d] problems with CSS and floats

2007-12-07 Thread Rick Faircloth
Sorry, David, meant to send my reply to the list... but this goofy setup always causes me problems with the Reply button... Here was my response that went directly to you: Just remember, not to forget, there is not one layout on the above referenced page, that is not broken with user

Re: [css-d] Sorry - Issue Solved - IE - more checking please

2007-12-07 Thread daniela froehlich
Hi All Sorry to bother you all, the issue is already solved... thanks, Daniela - Original Message From: daniela froehlich [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Friday, December 7, 2007 10:04:58 AM Subject: [css-d] IE - more checking please Hi All part of my IE

Re: [css-d] problems with CSS and floats

2007-12-07 Thread Gunlaug Sørtun
Rick Faircloth wrote: However, it's good to remember that for those of us that are just beginning to work with CSS layouts, that getting *anything* to work on any level is a big challenge. Once we become more knowledgeable and experienced we can begin to work with broader concerns, like

Re: [css-d] Resize centered layout

2007-12-07 Thread Greg Maruszeczka
On Fri, 7 Dec 2007 11:34:36 -0500 Brian Jones [EMAIL PROTECTED] wrote: Hi, I have a centered layout with a width of 740px http://www.bleusolutions.com/public_html/ My question is how can I make this layout flexible so that regardless of the screen size it expands out to take up the

Re: [css-d] Resize centered layout

2007-12-07 Thread [EMAIL PROTECTED]
Instead of setting the wrapper div at 760px, set it at 100%. Then set your body margin:0 20px. That should do it. ~Shelly __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] How to achieve this effect

2007-12-07 Thread Jim Davis
They are using JavaScript to manipulate the DOM (Document Object Model). In this case they are changing class of a div from display: none; to display: inline. Off topic for this list. Jim On Dec 7, 2007 11:26 AM, Brian Jones [EMAIL PROTECTED] wrote: Can someone please tell how i can achieve

[css-d] How to achieve this effect

2007-12-07 Thread Brian Jones
Can someone please tell how i can achieve this effect? http://www.concept64.com/portfolio/ The ids for each client have display:none. But when you click on the next and prev buttons it moves through the ids and display the content in the divs. How are they doing this? Thank you -- -Bdot

Re: [css-d] problems with CSS and floats

2007-12-07 Thread David Laakso
Rick Faircloth wrote: Hi, Rayburn... Let me tell you what finally enabled me to start making totally css-layout sites, using only tables for tabular data. I went to http://www.templateworld.com/free_templates.html and downloaded several free sites, including all images and other assets that