Re: [css-d] yet another CSS menus howto

2007-04-17 Thread Alan Gresley
On April 17, 2007, Roger Keays wrote: Hi all, I've posted a new article on my site explaining CSS menus: http://www.sunburnt.com.au/publications/design/css_menus I guess this is pretty archaic stuff really, but I'd be interested if anybody has some feedback or can spot some bugs. It's been 4

Re: [css-d] Border on just the text, not the full width of the element

2007-04-17 Thread Gunlaug Sørtun
Lorin Rivers wrote: I'm experimenting, but I think display: inline; or some variation will do what I want. I want the border to be a different color... I think you'll have problems with IE's weak CSS support then... http://www.gunlaug.no/tos/alien/test_07_4540.html ...and workarounds are tied

Re: [css-d] IE 6 spacing, clear div

2007-04-17 Thread Gunlaug Sørtun
Joyce Evans wrote: I have 2 issues. First the spacing in my sidebar1 div under the menu (the Flash movies) is way off in IE6 but great in IE7 and Firefox. At what font-size/-resizing is what spacing way off or great? Nothing is very stable in sidebar1 or anywhere else - in any browser. The

Re: [css-d] yet another CSS menus howto

2007-04-17 Thread Roger Keays
Hi Alan, Thanks for the feedback. Hi all, I've posted a new article on my site explaining CSS menus: http://www.sunburnt.com.au/publications/design/css_menus I guess this is pretty archaic stuff really, but I'd be interested if anybody has some feedback or can spot some bugs. It's been 4

Re: [css-d] @import vs link for stylesheets

2007-04-17 Thread Erik Visser
David Hucklesby wrote: I didn't mean to be quite so dismissive. But you may like to consider this technique for viewing coding results in several real browsers every time you press save: http://tinyurl.com/y98bx7 How wel is this supported accross browser land? I think i remember that

Re: [css-d] lists in blocks

2007-04-17 Thread David Sharp
David Hucklesby wrote: On Mon, 16 Apr 2007 16:20:40 +0100, Ross Hulford wrote: I have an unordered list of 10 items [...] but I want to diaply it in block of 3 14710 258 369 Is this possible with css or any other method? Did you mean an

Re: [css-d] Border on just the text, not the full width of the element

2007-04-17 Thread Jukka K. Korpela
On Mon, 16 Apr 2007, Lorin Rivers wrote: I want to have a border-bottom on an h2 that's centered, but not have the border fill the whole width of the containing element. Assuming that you want a real border-bottom, so that underline won't do, then the practical way is to put addition inline

Re: [css-d] @import vs link for stylesheets

2007-04-17 Thread Chris Ovenden
On 4/17/07, David Hucklesby [EMAIL PROTECTED] wrote: you may like to consider this technique for viewing coding results in several real browsers every time you press save: http://tinyurl.com/y98bx7 Nice idea, David. I use the Edit CSS feature of Firefox's Web Developer toolbar

[css-d] yet another drop down menu

2007-04-17 Thread jeffrey morin
hi everyone, sorry in advance for the stupid questions but i am not grasping how to get the drop down menu to work in ie. here is my link: http://bioneutrix.com/about_bioneutrix.htm the javascript is in the head section and i got that from this article:

Re: [css-d] lists in blocks

2007-04-17 Thread Alan Gresley
On April 17, 2007, Robert Lane wrote: Gee looks like a table, walks like a table, quacks like a duck! :-) Actually I had a similar question but not for menus. I have a document that client wants added to web page. They laid it out in a 2 column bulleted list format. Of course it has an odd

[css-d] right-nav out on IE6

2007-04-17 Thread Brian Cummiskey
Hi All, I'm working off a 3-col template from the wiki, where content is first in the source. The example was given in 100% fluid. I've altered it some to suit my needs, but for the most part, its the same concept. My design i'm working with is fixed-width. I added an outer wrapper with

Re: [css-d] right-nav out on IE6

2007-04-17 Thread Gunlaug Sørtun
Brian Cummiskey wrote: ... How can I get IE6 to follow into the layout following the rule of the wrapper's width? http://tinyurl.com/2n94pd Kill that 'margin-doubling on floats' bug, by adding... #rsidebar {display: inline;} ...and IE6 will behave as intended. regards Georg --

Re: [css-d] lists in blocks

2007-04-17 Thread Paul Novitski
At 4/17/2007 02:54 AM, David Sharp wrote: David Hucklesby wrote: On Mon, 16 Apr 2007 16:20:40 +0100, Ross Hulford wrote: I have an unordered list of 10 items [...] but I want to diaply it in block of 3 14710 258 369 Is this possible with css or any

Re: [css-d] yet another drop down menu

2007-04-17 Thread Ian Young
To: CSS Subject: [css-d] yet another drop down menu hi everyone, sorry in advance for the stupid questions but i am not grasping how to get the drop down menu to work in ie. here is my link: http://bioneutrix.com/about_bioneutrix.htm the javascript is in the head section and i got

[css-d] CSS :hover effect causing the container element to disappear?

2007-04-17 Thread BigSmoke
A visitor of www.stichting-ecosafe.org told me that when he hovers over the menu of that website, the whole menu disappears. I'm assuming he's using some version of Internet Explorer to which I don't have access, because in all the browsers I tested on, I can't seem to reproduce the effect... I'm

Re: [css-d] yet another drop down menu

2007-04-17 Thread jeffrey morin
On 4/17/07, Ian Young [EMAIL PROTECTED] wrote: To: CSS Subject: [css-d] yet another drop down menu hi everyone, sorry in advance for the stupid questions but i am not grasping how to get the drop down menu to work in ie. here is my link:

Re: [css-d] Best method to have containers wrap around floats inALL browsers.

2007-04-17 Thread Teressa Terry
Very enlightening; I hadn't seen that before. Thanks! Teressa Graphic Web Designer Opactive *-Original Message- *From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On *Behalf Of David Hucklesby *Sent: Monday, April 16, 2007 6:02 PM *To: Christopher Blake; css-d *Subject: Re: [css-d] Best

Re: [css-d] right-nav out on IE6

2007-04-17 Thread Brian Cummiskey
Gunlaug Sørtun wrote: Kill that 'margin-doubling on floats' bug, by adding... #rsidebar {display: inline;} ...and IE6 will behave as intended. regards Georg Thanks Georg, I put the code in, but unfortunately i don't have ie6 at my disposal here at the office. Will have to

Re: [css-d] Best method to have containers wrap around floats inALL browsers.

2007-04-17 Thread Christopher Blake
I agree with Teressa. So far I have used the clear div that Teressa encouraged me to try again and it works. I read this article and thought that the technique might have the upper hand until I read the warning about wc3 validation towards the end. I'm sure it will be the best solution

[css-d] IE Bug (67): Absolutely positioned element takes up vertical space

2007-04-17 Thread Dave Simon
Long time reader, first time caller. Ha ha. Anyway, here's my issue: I have a menu that is essentially a group of nested lists: ul id=main-nav li id=about-12-trails-edge-lia href=#About 12 Trails Edge/ a/li li id=details-floorplans-lia href=#Details amp; Floor Plans/a

Re: [css-d] yet another drop down menu

2007-04-17 Thread Roger Keays
jeffrey morin wrote: hi everyone, sorry in advance for the stupid questions but i am not grasping how to get the drop down menu to work in ie. Did you see the article I posted to this list just yesterday? http://www.sunburnt.com.au/publications/design/css_menus Hope it helps. here is my

[css-d] Mouseover problem

2007-04-17 Thread Portman
Hi all, I have a client who will be appearing on TV tomorrow and the image mouseovers I put on her page are not visible on Mac (I think) and browsers other than IE. Can someone point me in the right direction to find more info about this? The site is www.littleracquets.com. Thanks, Riva

Re: [css-d] Mouseover problem

2007-04-17 Thread ella
You specified the Hoover image in the hack for IE but otherwise You didn't specified a Hoover image in the code for Hoover A:Hoover { background-image: URL('images/green_tenis_over.gif'} __ css-discuss [EMAIL PROTECTED]

[css-d] Image won't stay still when text scrolls...

2007-04-17 Thread Scott Mailing List
For some unknown reason to me, FF IE just don't like to play nice with www.CDROP.org. If I get it right in FF, IE breakright in IE, FF breaks Can someone please tell me what I'm doing wrong at www.CDROP.org? All I want to do is have the picture on the right (the curved images to the

Re: [css-d] Mouseover problem

2007-04-17 Thread Portman
Oh duh! Sorry. hit head I see what you are talking about now. Thanks. ella wrote: You specified the Hoover image in the hack for IE but otherwise You didn't specified a Hoover image in the code for Hoover A:Hoover { background-image: URL('images/green_tenis_over.gif'}

Re: [css-d] Image won't stay still when text scrolls...

2007-04-17 Thread Mauricio Samy Silva
Hi Scott, Let's do a little change in your CSS. Use the following rules for div#content div#content { height: 397px; overflow: auto; background: url('images/index_03.jpg') no-repeat top right; padding-right: 270px; } Mauricio Samy Silva - Original Message - From: Scott

[css-d] better CSS option to group image/content

2007-04-17 Thread Bob Meetin
I commonly do something like: .clear {margin: 0; padding: 0; border: 0; } fieldset class=clear legend class=clear/legend img src=whatever align=right pcontent content/p /fieldset fieldset class=clear legend class=clear/legend img src=whatever align=left pcontent

Re: [css-d] Image won't stay still when text scrolls...

2007-04-17 Thread Big John
Scott wrote: For some unknown reason to me, FF IE just don't like to play nice with www.CDROP.org. If I get it right in FF, IE breakright in IE, FF breaks Can someone please tell me what I'm doing wrong at www.CDROP.org? All I want to do is have the picture on the right (the

Re: [css-d] better CSS option to group image/content

2007-04-17 Thread Jukka K. Korpela
On Thu, 17 May 2007, Bob Meetin wrote: I commonly do something like: .clear {margin: 0; padding: 0; border: 0; } fieldset class=clear legend class=clear/legend img src=whatever align=right pcontent content/p /fieldset fieldset class=clear legend class=clear/legend

Re: [css-d] better CSS option to group image/content

2007-04-17 Thread Paul Novitski
At 5/17/2007 06:56 PM, Bob Meetin wrote: I commonly do something like: .clear {margin: 0; padding: 0; border: 0; } fieldset class=clear legend class=clear/legend img src=whatever align=right pcontent content/p /fieldset fieldset class=clear legend class=clear/legend

Re: [css-d] IE Bug (67): Absolutely positioned element takes up vertical space

2007-04-17 Thread Big John
Dave Simon wrote: I have a menu that is essentially a group of nested lists: - snip - Depending on the page you are on, the sub menus show or hide. ul#details-floorplans-nav is absolutely positioned and set to display:none unless the body class is details. When the body class is

Re: [css-d] CSS :hover effect causing the container element to disappear?

2007-04-17 Thread Big John
Rowan wrote: A visitor of www.stichting-ecosafe.org told me that when he hovers over the menu of that website, the whole menu disappears. I'm assuming he's using some version of Internet Explorer to which I don't have access, because in all the browsers I tested on, I can't seem to reproduce