[css-d] Horizontal Alignment

2008-09-23 Thread grovesdavid
Hello, The link below will show a file, on which there are some lines of text and numbers inside a ul. My problem is that in order to create the spacing I've used many nbsp; is there any other tidier way of doing this? http://www.linkhomes2000.co.uk/main/mortgages/mortgages_types_3.php DG

Re: [css-d] Horizontal Alignment

2008-09-23 Thread David Laakso
[EMAIL PROTECTED] wrote: Hello, The link below will show a file, on which there are some lines of text and numbers inside a ul. My problem is that in order to create the spacing I've used many nbsp; is there any other tidier way of doing this?

Re: [css-d] Horizontal Alignment

2008-09-23 Thread Tony Lush
david Groves wrote: The link below will show a file, on which there are some lines of text and numbers inside a ul. My problem is that in order to create the spacing I've used many nbsp; is there any other tidier way of doing this?

Re: [css-d] Horizontal Alignment

2008-09-23 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: The link below will show a file, on which there are some lines of text and numbers inside a ul. My problem is that in order to create the spacing I've used many nbsp; is there any other tidier way of doing this?

Re: [css-d] Horizontal Alignment

2008-09-23 Thread grovesdavid
Hello, Thank you all whom replied to my some what foolish question. Trouble is, I've spent so much time saying no to tables, that when a genuine need for them arose, I was blinkered and still said no! What else needs to be said, accept once again thanks to all who replied.. Kind regards DG

[css-d] Pixel-perfect vertical alignment of horizontal ul

2008-09-23 Thread Dave Sherohman
I am in the process of converting http://kuno.sherohman.org/~esper/nomadnetinc.com/ from its original nested-table-hell formatting so something css-based and a bit cleaner. The navigation menu is, however, proving problematic. I have successfully managed to get the background to highlight with

Re: [css-d] Pixel-perfect vertical alignment of horizontal ul

2008-09-23 Thread Gunlaug Sørtun
Dave Sherohman wrote: http://kuno.sherohman.org/~esper/nomadnetinc.com/ The navigation menu is, however, proving problematic. Is it possible to get that to line up properly in all major browsers/ versions/operating systems and, if so, how? Actual background position is handled fairly

[css-d] background-color: transparent;

2008-09-23 Thread Andy Borka
What does the background-color: transparent; actually do? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

Re: [css-d] background-color: transparent;

2008-09-23 Thread Gunlaug Sørtun
Andy Borka wrote: What does the background-color: transparent; actually do? Turns off background color on an element to make the underlying colors shine through. http://www.w3.org/TR/CSS21/colors.html#background-properties regards Georg -- http://www.gunlaug.no

[css-d] Height issue.

2008-09-23 Thread Thane Sherrington
I can't understand this problem: On this site: http://www.stuffbythane.com/Ronald/ I set the banner to be 225px high, which in IE looks fine, but in Firefox is 10 px too long (and the top menu ends up overlapping.) Clearly I'm misunderstanding something, but shouldn't setting a height in PX

[css-d] Row of Images Position Problem IE6

2008-09-23 Thread Carol Huddleston
This page seems to work okay in FF, Safari, IE7 and Opera, but in IE6, the last row of images floats off to the right. http://www.prairiedreamstudio.com/testgallery.html http://www.prairiedreamstudio.com/css/layout.css http://www.prairiedreamstudio.com/css/allie.css I know I probably did the

Re: [css-d] Row of Images Position Problem IE6

2008-09-23 Thread David Jones
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carol Huddleston Sent: Tuesday, September 23, 2008 2:39 PM To: css-d@lists.css-discuss.org Subject: [css-d] Row of Images Position Problem IE6 This page seems to work okay in FF, Safari, IE7 and

Re: [css-d] Row of Images Position Problem IE6

2008-09-23 Thread Carol Huddleston
Carol Huddleston [EMAIL PROTECTED] On Sep 23, 2008, at 5:44 PM, David Jones wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carol Huddleston Sent: Tuesday, September 23, 2008 2:39 PM To: css-d@lists.css-discuss.org Subject: [css-d] Row

Re: [css-d] Height issue.

2008-09-23 Thread Peter Hyde-Smith
- Original Message - From: Thane Sherrington [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Tuesday, September 23, 2008 7:27 PM Subject: [css-d] Height issue. I can't understand this problem: On this site: http://www.stuffbythane.com/Ronald/ I set the banner to be 225px

Re: [css-d] Row of Images Position Problem IE6

2008-09-23 Thread Peter Hyde-Smith
On Sep 23, 2008, at 5:44 PM, David Jones wrote: -Original Message- Carol Huddleston Sent: Tuesday, September 23, 2008 2:39 PM Subject: [css-d] Row of Images Position Problem IE6 This page seems to work okay in FF, Safari, IE7 and Opera, but in IE6, the last row of images floats

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-23 Thread Chang Huang
No, the aim, I believe, is WORD -- word -- Word Yes, that is exactly what I'm after. As Jack said, the text come from an external source that I don't have control of it. They can come as TEXT, text, Text, TeXt so on, and I wanted to know if it can be converted to 'Text' (capitalized) using just

Re: [css-d] Height issue.

2008-09-23 Thread David Laakso
Thane Sherrington wrote: I can't understand this problem: On this site: http://www.stuffbythane.com/Ronald/ T It is an exercise in futility. Start with a clear head and a clean sheet. Use a valid doctype. Strip the word document garbage and related CSS for it from the body of the

Re: [css-d] Height issue.

2008-09-23 Thread Gunlaug Sørtun
Thane Sherrington wrote: On this site: http://www.stuffbythane.com/Ronald/ I set the banner to be 225px high, which in IE looks fine, but in Firefox is 10 px too long (and the top menu ends up overlapping.) Clearly I'm misunderstanding something, but shouldn't setting a height in PX work

[css-d] can divs aligned at bottom of the container div?

2008-09-23 Thread Xpol Wan
Hi all, I'm new here, and I'm a newbie to css. I have a question about how to control div vertical-aligned to bottom. html: div id=container div id=d1 some contents here /div div id=d2 some contents here /div div id=d3 some contents here /div /div css: #d1 {float:left;} #d2