[css-d] Can't figure out this positioning...

2007-04-04 Thread Robert Lane
The example is here: http://tinyurl.com/3a4h6c I have some simple divs - I just want the wrapper div to float centered horizontally in the browser window with some background color and either side and the top and bottom. I was looking for 20px for the top background and the same at the

Re: [css-d] Fixex/fluid column issues

2007-04-04 Thread Gate Wizard
Hello Daniel, On 4/3/07, Daniel Hammond [EMAIL PROTECTED] wrote: I have a page where the left column is the navigation with a fixed width in pixels, and the content to the right of it is fluid in its width. I tried following these guidelines:

Re: [css-d] IE overflow problems with horizontal scrolling gallery

2007-04-04 Thread Ingo Chao
charles wrote: ... http://www.spiritone.com/~charlesd/cecilia2/index.html ... IE 6 is painting the horizontal scrollbar in the correct place, but when used, the content within the scrolling area doesn't move (the marker moves, but the content does not). IE 7 does the same thing, but

Re: [css-d] Can't figure out this positioning...

2007-04-04 Thread bill scheider
Hi Robert The example is here: http://tinyurl.com/3a4h6c I have some simple divs - I just want the wrapper div to float centered horizontally in the browser window with some background color nd either side and the top and bottom. I was looking for 20px for the top background and the same at

[css-d] Form and fieldset problems

2007-04-04 Thread Richard Brown
Hi All The site is at: http://theriveryouth.info/ http://theriveryouth.info/wp-content/themes/riveryouth/style.css In the navcontainer the Go bit should be alongside the search box but I can't get it to go there. Any ideas please? Thanks. -- Rich http://www.cregy.co.uk Embracing what God does

Re: [css-d] Form and fieldset problems

2007-04-04 Thread James Leslie
The site is at: http://theriveryouth.info/ http://theriveryouth.info/wp-content/themes/riveryouth/style.css In the navcontainer the Go bit should be alongside the search box but I can't get it to go there. Because you are floating the form, if you float the fieldset and inputs

Re: [css-d] Form and fieldset problems

2007-04-04 Thread Richard Brown
Hi James On 04/04/07, James Leslie [EMAIL PROTECTED] wrote: The site is at: http://theriveryouth.info/ http://theriveryouth.info/wp-content/themes/riveryouth/style.css In the navcontainer the Go bit should be alongside the search box but I can't get it to go there.

Re: [css-d] print problem

2007-04-04 Thread ejg502
Is your text contained in a float? There's an article on Alistapart which discusses this problem. http://alistapart.com/articles/goingtoprint/ Hope that solves it. Emma Message: 5 Date: Tue, 03 Apr 2007 23:54:08 +0200 From: Josine Krant [EMAIL PROTECTED] Subject: [css-d] print problem To:

[css-d] floated img not right in IE

2007-04-04 Thread Laura Gattoni
Hi, I finally got a page to look the way I wanted in Firefox. Then opened it in IE Win and the floated images are all over the place. Here's the link: http://www.lauragattonihandwovens.com/csstest/scarves.html Also, if you can help, notice that my 3px double borders around the photos are

Re: [css-d] print problem

2007-04-04 Thread Josine Krant
Thanks, Replaced the floats by a position: relative. This solved the problem in IE7, but not in Firefox. Any more ideas? Josine - Original Message - From: [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Wednesday, April 04, 2007 12:52 PM Subject: Re: [css-d] print problem |

Re: [css-d] floated img not right in IE

2007-04-04 Thread Gunlaug Sørtun
Laura Gattoni wrote: I finally got a page to look the way I wanted in Firefox. Then opened it in IE Win and the floated images are all over the place. http://www.lauragattonihandwovens.com/csstest/scarves.html Try adding... #thumbnail {clear: left;} Also, if you can help, notice that my

Re: [css-d] Site check for formever.org (PNG Info for anyone interested)

2007-04-04 Thread Joe Schmitt
Hi Dave, Started working on this before I saw your Completed message. I used a few of your images to show how to display PNG files in IE 5-6. A filter needs to be loaded in the IE browser to allow the transparency to work. I created a page with an example and some links to further info.

Re: [css-d] IE7 Window Resize

2007-04-04 Thread Mark Gutberlet
Thanks, ~dL. Not sure what the errors were. Perhaps I was working on the file at the time you checked it. I ran Tidy as you suggested and got 22 warnings and 0 errors. I addressed all of the warnings. The div still does not move with the page in IE7 when I resize the browser window. As you

Re: [css-d] Pipe List

2007-04-04 Thread Jim Nannery
Morning David You Wrote Don - HtmlFixIt.com wrote: snipped a bit try it again if you would ... think I have it in ie6, 7 and ff http://htmlfixit.com/tutes/css/pipe_delimited_faux.html Forgot ie6 won't respect the first child ... but I think this might do it ... Nice job, Don. You are

Re: [css-d] Wrapping data in table cells without whitespace

2007-04-04 Thread David Hucklesby
On Wed, 4 Apr 2007 01:46:33 + (UTC), John Wells wrote: Guys, Is there a way to wrap data in table cells, even though there is no whitespace in that data to break? [...] On Tue, 3 Apr 2007, David Hucklesby replied: Hi John, I don't know if this works in

Re: [css-d] Pipe List

2007-04-04 Thread ~davidLaakso
Jim Nannery wrote: I am seeking a pipe menu, or a border menu that does /not/ require images and works in all versions of IE including mac/IE5.2. If I have a choice I would prefer /not/ to hack IE7.0. For example, something like this http://www.nytimes.com/pages/todayspaper/index.html (the

Re: [css-d] Pipe List

2007-04-04 Thread Don - HtmlFixIt.com
~davidLaakso wrote: Jim Nannery wrote: I am seeking a pipe menu, or a border menu that does /not/ require images and works in all versions of IE including mac/IE5.2. If I have a choice I would prefer /not/ to hack IE7.0. For example, something like this

Re: [css-d] A little layout advice please...

2007-04-04 Thread Les Mizzell
Perhaps Layout Gala has something you could adapt? http://blog.html.it/layoutgala/ Hmmm - but liquid layouts (the ones I've seen and worked with) are dependent on the browser window width, and that's not what needs to happen here. This needs to be *fixed* as far as the browser is

Re: [css-d] Pipe List

2007-04-04 Thread ~davidLaakso
Don - HtmlFixIt.com wrote: ~davidLaakso wrote: I am seeking a pipe menu, or a border menu that does /not/ require images and works in all versions of IE including mac/IE5.2. If I have a choice I would prefer /not/ to hack IE7.0. [trimmed] Okay David, Version 2 of my faux pipe delimited

Re: [css-d] Pipe List

2007-04-04 Thread Bruno Fassino
David Laakso wrote: I am seeking a pipe menu, or a border menu that does /not/ require images and works in all versions of IE including mac/IE5.2. If I have a choice I would prefer /not/ to hack IE7.0. David, I had some (now old) horizontal list tests not using inline elements but floats,

Re: [css-d] A little layout advice please...

2007-04-04 Thread Gunlaug Sørtun
Les Mizzell wrote: Hmmm - but liquid layouts (the ones I've seen and worked with) are dependent on the browser window width, and that's not what needs to happen here. This needs to be *fixed* as far as the browser is concerned, but be liquid from *inside* the layout itself, depending on

[css-d] stairstep listings in IE7 need a fix!

2007-04-04 Thread Melinda Odom
Hi, I am trying to do a new menu here using a definition list: http://www.usprayercenter.org/test_new_list.html It looks fine in Mozilla and Netscape but the main links are stairstepping in IE7. I don't know what it looks like in other browsers so if someone can give me some feedback on other

[css-d] horizontal scroll bar in Opera

2007-04-04 Thread Mauricio Samy Silva
Hi all, The document is valid XHTML and CSS and is hosted at: http://www.clickmaujor.com/tiradentes/index.html Everything goes fine in FireFox - IE 5.5 6 - (IE7 not tested yet, but would appreciate a report). All under Windows Things go wrong with Opera 9. I'm having an unnecessary horizontal

Re: [css-d] A little layout advice please...

2007-04-04 Thread Les Mizzell
Sounds like a whole bunch of contradictions It is, that's part of the problem! I'm tempted to say Can't be done exactly the way you wish... __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

[css-d] Bug with extra space from clears. New?

2007-04-04 Thread Brandon Oto
Hi all, I was helping a friend solve a problem just now and was able to isolate a bug that's caused by a clear:left or clear:both on an element; the first div in a series ends up with a bunch of extra whitespace (several lines) before the cleared element, but the rest of the divs are

[css-d] The footer

2007-04-04 Thread John M Shepard
The footer on my subpages stays at the top Go to: http://mypracticesite.com/aboutmontessori.htm Any help will be most appreciated. PS- placement of headers I am still working on. Thanks. John Shepard __ css-discuss [EMAIL

Re: [css-d] Pipe List

2007-04-04 Thread ~davidLaakso
Bruno Fassino wrote: David Laakso wrote: I am seeking a pipe menu, or a border menu that does /not/ require images and works in all versions of IE including mac/IE5.2. If I have a choice I would prefer /not/ to hack IE7.0. David, I had some (now old) horizontal list tests not

Re: [css-d] Bug with extra space from clears. New?

2007-04-04 Thread Holly Bergevin
From: Brandon Oto [EMAIL PROTECTED] I was helping a friend solve a problem just now and was able to isolate a bug that's caused by a clear:left or clear:both on an element; the first div in a series ends up with a bunch of extra whitespace (several lines) before the cleared element, but the

Re: [css-d] Selectors to cover wide range of IDs for Firefox

2007-04-04 Thread Devon Miller
On 4/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: This is a long shot...in the dark, but here goes: I have a td that has an ID on it, it is part of a Content Management System. Every time a new template is created in the CMS the td's ID changes to a different value. template one: td

Re: [css-d] Selectors to cover wide range of IDs for Firefox

2007-04-04 Thread Philippe Wittenbergh
On Apr 3, 2007, at 9:43 AM, [EMAIL PROTECTED] wrote: I have a td that has an ID on it, it is part of a Content Management System. Every time a new template is created in the CMS the td's ID changes to a different value. template one: td id=lc110text here/td template two: td id=lc111text

Re: [css-d] Pipe List

2007-04-04 Thread Philippe Wittenbergh
On Apr 5, 2007, at 7:54 AM, Bruno Fassino wrote: I had some (now old) horizontal list tests not using inline elements but floats, exactly to overcome the problems that you are seeing now in IE 5.01/Win (missing borders), and maybe other problems in IE5/Mac. Some have extra hacks to