Re: [css-d] Alternative Menu suggestions to the Suckerfish

2007-09-26 Thread Richard Brown
Hi On 22/09/2007, Alan Gresley [EMAIL PROTECTED] wrote: On 21/09/2007, David Laakso wrote: Could you please check the following menu in IE6 and 7? I am told the menu is not behaving correctly. http://theriverchurch.info/ Before you rush off delving into more CSS menus, the

[css-d] Use or not to use Css to layout form components

2007-09-26 Thread Marcos
Hi all, I'm primarily a web component developer and now I'm performing two roles (developer/designer) and one doubt always remain in my mind Should I use tables to layout form components such as combos, textboxes and so on ? I think the Css approach for forms very difficult to implement

Re: [css-d] Use or not to use Css to layout form components

2007-09-26 Thread Jukka K. Korpela
Marcos wrote: Should I use tables to layout form components such as combos, textboxes and so on ? Please check the list archives. This has been discussed several times. Basically, you can use tables if you like (and you can then do all the styling of a table in CSS, except for the basic

[css-d] centering a horizontally styled ul

2007-09-26 Thread Ray Leventhal
Hi all, I'm putting together a little backend control site for a company's manipulation of their customer email list. http://www.cprtools.net/adminemail/test.php un: test pw: test css: http://www.cprtools.net/adminemail/adminstyles.css Layout wise, I'm struggling to get the bottom nav centered,

Re: [css-d] centering a horizontally styled ul [SOLVED]

2007-09-26 Thread Ray Leventhal
On 26/9/07 14:54, Ray Leventhal [EMAIL PROTECTED] wrote: Hi all, I'm putting together a little backend control site for a company's manipulation of their customer email list. http://www.cprtools.net/adminemail/test.php un: test pw: test css:

Re: [css-d] centering a horizontally styled ul

2007-09-26 Thread Ray Leventhal
Karen Healey wrote: I'm putting together a little backend control site for a company's manipulation of their customer email list. http://www.cprtools.net/adminemail/test.php un: test pw: test css: http://www.cprtools.net/adminemail/adminstyles.css Layout wise, I'm struggling to get the

[css-d] Float Problem in IE6

2007-09-26 Thread Lyn Williams
I'm having problem with a some floats on IE6. Could someone checkout the following page and let me know exactly what is wrong. http://www.ragonline.co.uk/main/ __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Float Problem in IE6

2007-09-26 Thread Gunlaug Sørtun
Lyn Williams wrote: I'm having problem with a some floats on IE6. Could someone checkout the following page and let me know exactly what is wrong. http://www.ragonline.co.uk/main/ Some content, or residue from IE's white-space bug, is pushing mainrightcol from the inside, and IE6 by default

Re: [css-d] Use or not to use Css to layout form components

2007-09-26 Thread Jason Das
I think the Css approach for forms very difficult to implement for complex forms :-( Sometimes difficult things are worth doing anyway. Once you do a few, it gets easier! Complex sets of nested tables are pretty hard, too, as I recall. I highly recommend writing out forms in very clear and

Re: [css-d] Use or not to use Css to layout form components

2007-09-26 Thread Zoe M. Gillenwater
Marcos wrote: I'm primarily a web component developer and now I'm performing two roles (developer/designer) and one doubt always remain in my mind Should I use tables to layout form components such as combos, textboxes and so on ? I think the Css approach for forms very difficult to

Re: [css-d] Displaying Applicable Styles on Element Mouse Over

2007-09-26 Thread Zoe M. Gillenwater
Sasha H wrote: I would like to know if there is a means of writing JavaScript that will dynamically display the styles which are currently applied to any DOM element on a web page (i.e., those applied by ID, those applied by class, etc.) as the user moves their mouse over them. Sasha, I

Re: [css-d] Displaying Applicable Styles on Element Mouse Over

2007-09-26 Thread oa berg
26 sep 2007 kl. 06.00 skrev Sasha H: I would like to know if there is a means of writing JavaScript that will dynamically display the styles which are currently applied to any DOM element on a web page (i.e., those applied by ID, those applied by class, etc.) as the user moves their

[css-d] liquid equal height columns without tables [WAS Re: Use or not to use Css to layout form components]

2007-09-26 Thread Zoe M. Gillenwater
Jason Das wrote: FWIW, As far as I'm aware, the only thing tables can do for layout that you can't do with css is liquid equal hight columns. For the record, CSS can do this perfectly well using display: table-cell. It's just IE that can't do it. Zoe -- Zoe M. Gillenwater Design

Re: [css-d] menu test - follow up +more

2007-09-26 Thread JGardner
Thank you to everyone who took the time to test my menu! Per the problems below I made some changes, which I think solved the +1 break, but something caused some extra padding/margin, something in IE6. So now the page has all of this extra which space on the right side. You can see it here -

Re: [css-d] liquid equal height columns without tables [WAS Re: Use or not to use Css to layout form components]

2007-09-26 Thread [EMAIL PROTECTED]
Jason Das wrote: FWIW, As far as I'm aware, the only thing tables can do for layout that you can't do with css is liquid equal hight columns. Zoe wrote: For the record, CSS can do this perfectly well using display: table-cell. It's just IE that can't do it. Actually, I've done this before

[css-d] IE6 Non-Existant Class Bug

2007-09-26 Thread Seth Green
As you will see if you load the page below... In IE6 the div remains red, even though it is explicitly set to green in the last rule. It seems that the middle rule, which targets a non-existant class is causing the problem. Remove that, and the div is green, even in IE6. Note: If instead of

[css-d] using a header inline in a paragraph

2007-09-26 Thread erin
Hello all, I'd like to enclose the first sentence of my paragraph in a h2 tag and have it display inline. But I know I can't have a h2 tag inside a paragraph, but I want it to look like I can. :) For example, this is what I WANT to do: _ pimg

Re: [css-d] using a header inline in a paragraph

2007-09-26 Thread Ray Leventhal
[EMAIL PROTECTED] wrote: Hello all, I'd like to enclose the first sentence of my paragraph in a h2 tag and have it display inline. But I know I can't have a h2 tag inside a paragraph, but I want it to look like I can. :) For example, this is what I WANT to do:

Re: [css-d] using a header inline in a paragraph

2007-09-26 Thread Seth Green
[EMAIL PROTECTED] wrote: Hello all, I'd like to enclose the first sentence of my paragraph in a h2 tag and have it display inline. But I know I can't have a h2 tag inside a paragraph, but I want it to look like I can. :) Can you tell us why you need to have an H2, specifically, within the

Re: [css-d] using a header inline in a paragraph

2007-09-26 Thread Hakan K
URL...? I think H2 usage is for SEO purposes ? Thanks http://dominor.com On 9/26/07, Seth Green [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hello all, I'd like to enclose the first sentence of my paragraph in a h2 tag and have it display inline. But I know I can't have a h2

[css-d] Setting a border-bottom on html/body

2007-09-26 Thread Office @ GraphicsPlus
Hello list, I'm trying to set a border-bottom on my document. I've tried setting it on both html and body, but I still get a gap between the border and the browser, and then only on some pages. --- Works OK here: http://graphics-plus.co.uk/clients/poeticlicence/demo/diary-index.php Problem

Re: [css-d] using a header inline in a paragraph

2007-09-26 Thread erin
Yes, that is correct. It's not the text styling (larger, bolder font, etc.) that I'm looking for, it's the SEO purpose of having a proper outline from the heading tags. I'm trying to design for the spiders and the humans. :) No URL yet, although I can pop up a temporary one if necessary. Thanks,

Re: [css-d] using a header inline in a paragraph

2007-09-26 Thread Ray Leventhal
__ [EMAIL PROTECTED] wrote: Yes, that is correct. It's not the text styling (larger, bolder font, etc.) that I'm looking for, it's the SEO purpose of having a proper outline from the heading tags. I'm trying to design for

Re: [css-d] using a header inline in a paragraph

2007-09-26 Thread Jens Brueckmann
Hi Erin, I tried using display:inline in my css for my header, but that didn't do it for me. Any suggestions on how to get what I'm attempting??? Use inline-display both for the header and the following paragraph, like this: Markup: pimg class=floatleft src=images/frenchie.jpg width=190

[css-d] Form styling problems in IE6

2007-09-26 Thread phidlerwerf
Well, I've taken the care to create an interoperable Web page at http://northminpres.org/stewardship.html but of course IDWIMSIE (at least, IE6). Can anyone clue me in to how to address the two biggest problems: 1) The paragraph in the middle of the form, which begins The following

Re: [css-d] Setting a border-bottom on html/body

2007-09-26 Thread Office @ GraphicsPlus
No, didn't fix it here (FF Mac) On 26/09/2007, Walter Kosicki [EMAIL PROTECTED] wrote: Add a minimum height attribute to the body tag of 100%, worked in FF For me -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Office @ GraphicsPlus Sent:

Re: [css-d] using a header inline in a paragraph

2007-09-26 Thread Chris Ladd
Hey All, How about something like this: html head style type=text/css h2 { display: inline; } p.image { float: left; padding: 4px; margin: 4px; border: 1px solid #66; } p.first { display: inline;

[css-d] Overspill images outside of content area

2007-09-26 Thread trystano
Hi all, I have the following website where I want to be able to have the rose flowers to spill outside of the content area. An example of what I want to finally achieve is in the image, which I have also provided the link for below. I have, in the content area, a couple of DIVs holding in the

Re: [css-d] css and frames

2007-09-26 Thread Richard Grevers
On 9/24/07, Andrew Doades [EMAIL PROTECTED] wrote: Hello, I have been working a a website the needs a menu, I have managed to get my menu and working with css, but the main page is using frames, and the menu is listed down the left frame (on the left side) but some text is long in the buttons,

[css-d] Cross-browser Display Issue / Problem With NOSCRIPT Validation

2007-09-26 Thread J Hodge
Good evening to everyone. Testbed: http://www.lostinxlation.net/sandbox3/portfolio/cybernomics1.html Testbed CSS: http://www.lostinxlation.net/sandbox3/css/primary.css I'm trying to get this site ready for the final cosmetic touches, and so far it is displaying correctly in the majority of

[css-d] problem vertically aligning within a div

2007-09-26 Thread Steve Marshall
Hi, I've having problems vertically aligning 2 paragraphs and an image on the bottom of a div. I can't get them to come off the top of the div. Here's my HTML: div id=contentHome pLorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis eu dui ac lectus accumsan semper. Cras in felis.

Re: [css-d] Overspill images outside of content area

2007-09-26 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: http://www.trystandsamthewedding.com/home2.htm image of what I want to achieve... http://www.trystandsamthewedding.com/WesiteLayout.gif Background images can't spill out of their own container, so you'll have to offset the entire container(s) if you want a stable

Re: [css-d] Cross-browser Display Issue / Problem With NOSCRIPT Validation

2007-09-26 Thread David Laakso
J Hodge wrote: Good evening to everyone. Testbed: http://www.lostinxlation.net/sandbox3/portfolio/cybernomics1.html Testbed CSS: http://www.lostinxlation.net/sandbox3/css/primary.css I'm trying to get this site ready for the final cosmetic touches I regret that any font-scaling

Re: [css-d] Cross-browser Display Issue / Problem With NOSCRIPT Validation

2007-09-26 Thread J Hodge
Thank you, David. I am aware that scaling is problematic, and was thinking the best approach would be to write the CSS so that the content areas become scrollable once the text size is increased. However, upon further consideration, it occurs to me that that it might also be beneficial to scale

Re: [css-d] problem vertically aligning within a div

2007-09-26 Thread Mauricio Samy Silva
- Original Message - From: Steve Marshall [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Wednesday, September 26, 2007 11:57 PM Subject: [css-d] problem vertically aligning within a div I've having problems vertically aligning 2 paragraphs and an image on the bottom of a div.

[css-d] configure full height iframe

2007-09-26 Thread Bob Meetin - www.dottedi.biz
is there any way to configure the height of an iframe to expand/contract dynamically with the amount of input? i have tried general things like: height: 100%, height: auto; some various things with divs. -- Bob Meetin dotted i - Internet Strategies Solutions www.dottedi.biz 303-926-0167

Re: [css-d] menu test - follow up +more

2007-09-26 Thread Gunlaug Sørtun
JGardner wrote: http://www.jgardnerdesigns.com/web-design-services.htm Per the problems below I made some changes, which I think solved the +1 break, but something caused some extra padding/margin, something in IE6. So now the page has all of this extra which space on the right side.

[css-d] negative margins and Ie6

2007-09-26 Thread Brian Cummiskey
Hi guys, Working on a simple column which has a round right corner on the div (via background image.) the rest of the right had side has a single px border going up it. In order to get the border not to display, i applied a -1px margin right to the element that has the rounded element. this

Re: [css-d] Use or not to use Css to layout form components

2007-09-26 Thread Keith DiSarno
OFFTOPIC: Zoe, Wow! I am in the middle of something similar and was doing a little poking around on this web of ours looking for some stuff, and you have hit the nail right on the head. That link was exactly what I needed to see. Thanks!!! Keith On 9/26/07, Zoe M. Gillenwater [EMAIL