Re: [css-d] Two columns equal length

2006-05-21 Thread Gunlaug Sørtun
Dave Buchholz wrote: snip * html div.half_block_center { overflow: visible; width: 100%; } If I were to put this code in a conditional comment should I choose the catch all !--[if IE] or a more specific version type ? Depends on your support-strategy... I'd use a 'catch all', since

Re: [css-d] Positioning a list bullet image

2006-05-21 Thread Rahul Gonsalves
Ian Piper wrote: On 19 May 2006, at 6:37 pm, David McFarland wrote: Add 3 pixels of empty space to the top of the graphic. I prefer to use background-image and background-position because they allow control over the placement of the bullets. --dave mcfarland Thanks all. I have gone for

[css-d] How to add img:hover in IE?

2006-05-21 Thread Erik Gyepes
Hi all! I'm just playing with border around image on hover. I know that IE doesn't support :hover pseudo-selector on any other element than a, so I do something like this: .galeria { float: left; } .galeria p { margin: 5px; } .galeria a img { border: 5px solid #fff; }

Re: [css-d] Positioning a list bullet image

2006-05-21 Thread Marc Funaro
Thanks all. I have gone for background-image. I wish I could have used list-style-image though - it feels like it should be the right way to do it. Related question... Still working on my design at http://nyslittreedata.advantex.net/new/default/default.htm. The list

[css-d] Further to earlier message on fieldset

2006-05-21 Thread Ian Piper
It looks like the basic problem I reported on fieldset has gone now that I have cleared things up a bit. At least, Firefox and Safari now present a common front. However, I now seem to have a problem with IE. I have racked my brains about why IE positions the input boxes differently

Re: [css-d] Opera 8 and position:fixed

2006-05-21 Thread Design Groups
Andrew Gregory wrote: Using Opera 8(.54), it's not literally centered - resize the window to see. It has an amusing repaint glitch too. Well, at least it's amusing ;) My Firefox (1.5.0.3) did not need that margin. Removing that margin changed nothing in the display of my Firefox, Opera or

[css-d] table to flow layout conversion

2006-05-21 Thread skye estes
hi all. i'm working on converting this site: http://www.pacifictao.com :from a table layout to css. it's going pretty well, but i'm having trouble duplicating some of the pages. right now, i'm working on the dvd page: http://www.pacifictao.com/index.php:and i have this so far:

Re: [css-d] vanishing imgs color in IE/PC and Firefox/PC - jkcocc

2006-05-21 Thread Felix Miata
On 06/05/19 17:16 (GMT-0400) Jay Kinney apparently typed: I recently overhauled my domain web-site and brought it up to date with XHTML and CSS. I'm self-taught, but that hasn't stopped me from trying to have a pretty good-looking (if quirky) site. But I'm stumped and hope that my problem

Re: [css-d] Started over - new questions

2006-05-21 Thread Gunlaug Sørtun
Marc Funaro wrote: http://nyslittreedata.advantex.net/new/default/default.htm 1. ... Opera seems to ignore my list-style:none on sublist items for some reason. It made my CSS a little more complex with regards to spelling out the appearance of each level in the navigation, but it's

[css-d] List test

2006-05-21 Thread Marc Funaro
Send some messages today and haven't seen them... Testing list. = Marc Funaro, President Macromedia Certified Advanced ColdFusion Developer A D V A N T E XL L C Technical Consulting Services P.O. Box 428 Norwich, NY 13815

[css-d] dithered.com domain expired?

2006-05-21 Thread Donna Casey
Does anyone know where the CSS filters page at dithered.com went to? I get a this domain expired notice going to my bookmark for it. thanks Donna __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Started over - new questions

2006-05-21 Thread Marc Funaro
Add this nonsense styles... #leftNav {display: inline;} #mainContent {display: inline;} This worked great, thanks. I notice that my left nav in opera is not condensed the way it is in firefox or ie... Not a big deal - I don't mind the look too much, but just curious

Re: [css-d] Started over - new questions

2006-05-21 Thread Marc Funaro
Disregard my horizontal list question - it was a stupid typo. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ --

Re: [css-d] Anidated divs IE problem

2006-05-21 Thread Niklas Kanthak
In the IE, the output shows the First element with all the properties except the border, Second element (and all after that) looks totally fine... in Firefox all the elements shows the border... Plus, if I put anything before h1First element/h1, even a simply letter, the element displays his

[css-d] Almost done!

2006-05-21 Thread Marc Funaro
http://nyslittreedata.advantex.net/new/default/default.htm http://nyslittreedata.advantex.net/new/default/default.css I am almost done with this layout, in 100% css, and it is all very exciting... Members of this list have been VERY helpful -- thank you all! I have the following remaining

Re: [css-d] Started over - new questions

2006-05-21 Thread Gunlaug Sørtun
Marc Funaro wrote: I notice that my left nav in opera is not condensed the way it is in firefox or ie... Not a big deal - I don't mind the look too much, but just curious as to why the instructions I put in my CSS, which seem logical and valid, are not being adhered to with Opera. You're

[css-d] Fonts

2006-05-21 Thread Nicholas Morgan
Alright. Issue: No way for use to use more than non-standard fonts. Solutions: Image replacement, auto generate them with scripting, flash.. ewww... None of these are solutions. They are all work-arounds for the problem. I have read through css 2 standard and the font parts of css 3 and

[css-d] Best picture gallery?

2006-05-21 Thread Igor
Hi everybody, what kind of picture gallery would be the best to present the real-estate offer, and do you have any suggestion or example, or advise? Thanks alot in advance, sincerely, Igor __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Two columns equal length

2006-05-21 Thread Bob Easton
Dave Buchholz wrote: snip * html div.half_block_center { overflow: visible; width: 100%; } ...which is according to specs[1] for the good browsers, and according to Microsoft[2] for IE/win. Looking good in my browsers. /snip If I were to put this code in a conditional comment should

Re: [css-d] Anidated divs IE problem

2006-05-21 Thread Bob Easton
Joel Alfonso wrote: I don't know why when I put a div immediately inside of another div, the first element in the anidated div, IE doesn't displays the correct format defined in the CSS file ... [snipped] In the IE, the output shows the First element with all the properties except the

Re: [css-d] Style Families

2006-05-21 Thread Bob Easton
Bill Brown/Jessica Weinberg wrote: [lots snipped] I thought it might be a good idea if those designers had included a snap to full-width button which would switch the blog to the full width of the viewport. Now it occurred to me (and probably to you) that I could kill their styles altogether

Re: [css-d] using css for hover like effects

2006-05-21 Thread Dave Goodchild
I've currently have a semi css, semi table layout. i want to convert everything to css, so there are some tables to be cleaned out. one of them starts like: table width=110 height=148 border=0 cellpadding=0 cellspacing=0 class=featuredmags onmouseover=this.style.backgroundColor='#6699ff';

Re: [css-d] using css for hover like effects

2006-05-21 Thread Sebastian Dammark
You can only use the pseudo-class hover on an a-tag like this .featuredmags a:hover { background: #aaa; color: #fff } // Sebastian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of nooluyo? Sent: 20. maj 2006 17:34 To:

Re: [css-d] Pseudo class links

2006-05-21 Thread Kenoli Oleari
Date: Fri, 19 May 2006 20:50:33 -0400 From: Al Sparber [EMAIL PROTECTED] Subject: Re: [css-d] Pseudo class links To: css-d@lists.css-discuss.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; format=flowed; charset=iso-8859-1; reply-type=original From: Doug Niven [EMAIL

Re: [css-d] How to add img:hover in IE?

2006-05-21 Thread Jan Brasna
Zdravicko Eriku ;) A added the img after a:hover but it doesn't work either for me. Add this: .galeria a { text-decoration: underline; } .galeria a:hover { text-decoration: none; } to make IE *re-render the hover* status, otherwise it gets stuck as you noticed. -- Jan Brasna ::

Re: [css-d] using css for hover like effects

2006-05-21 Thread Dave Goodchild
On 21/05/06, Sebastian Dammark [EMAIL PROTECTED] wrote: You can only use the pseudo-class hover on an a-tag like this .featuredmags a:hover { background: #aaa; color: #fff } not true, you can use it on any element, it's just that IE only recognises it when used with the

Re: [css-d] Opera 8 and position:fixed

2006-05-21 Thread Gunlaug Sørtun
Design Groups wrote: Anyway, if anyone has further input on this, I'd appreciate it - but it *is* just something I'm toying with, so it's of no real importance. Just messing around to see if it can be done. I'm beginning to think that it can't! Don't know about that :-) If this somewhat

Re: [css-d] Opera 8 and position:fixed

2006-05-21 Thread Gunlaug Sørtun
Gunlaug Sørtun wrote: http://www.gunlaug.no/tos/moa_8e.html CSS in page-head. Correction: CSS found here... http://www.gunlaug.no/tos/styles/ag3c-050123.css http://www.gunlaug.no/tos/styles/ag3c-050123-ie.css ...and updated to avoid endless scrolling in IE/win. Georg --

Re: [css-d] dithered.com domain expired?

2006-05-21 Thread liorean
On 20/05/06, Donna Casey [EMAIL PROTECTED] wrote: Does anyone know where the CSS filters page at dithered.com went to? I get a this domain expired notice going to my bookmark for it. From talking with James Edwards (a.k.a. Brothercake) I've understood that Chris Nott has proven hard to reach

[css-d] position: absolute and Flash

2006-05-21 Thread Bill Moseley
I have a banner div with an enclosed image and a menu. The banner is position: relative and the image and menu are position: absolute with z-index set so the menu will be on top of the image. The problem is when the image is replace (via javascript) with flash content it no longer is below the

Re: [css-d] Positioning a list bullet image

2006-05-21 Thread Ian Piper
On 20 May 2006, at 5:21 pm, Marc Funaro wrote: Related question... Still working on my design at http://nyslittreedata.advantex.net/new/default/default.htm. The list headings in the left navigation bar have a leaf next to them. I would like to more accurately position this leaf, and it

Re: [css-d] Positioning a list bullet image

2006-05-21 Thread Kenny Graham
I would like to more accurately position this leaf, and it sounds like making it a background image is the way to do that. However, the entire list is right-justified, so setting the position of the leaf to the left of the text looks like it may not be possible, as one would have to know

Re: [css-d] Fonts

2006-05-21 Thread David Laakso
Nicholas Morgan wrote: Alright. Issue: No way for use to use more than non-standard fonts. The current state of CSS, and standard fonts, is such that there few people in the entire world who have even scratched the surface of what is possible with what is available. Some typographers

Re: [css-d] position: absolute and Flash

2006-05-21 Thread Evert | Collab
In most browsers flash is always on top of everything, and this isnt changable.. Evert Bill Moseley wrote: I have a banner div with an enclosed image and a menu. The banner is position: relative and the image and menu are position: absolute with z-index set so the menu will be on top of the

Re: [css-d] position: absolute and Flash

2006-05-21 Thread mon!ca
Bill Moseley escribió: I have a banner div with an enclosed image and a menu. The banner is position: relative and the image and menu are position: absolute with z-index set so the menu will be on top of the image. [...] I have z-index on the flash and menu divs, so on small windows the

Re: [css-d] Fonts

2006-05-21 Thread Nicholas Morgan
David, That's great and all but you didn't answer my question. To me this is the same problem that we had without CSS. We used tables and other means to get the designs that we wanted. This is how I interpret what you just told me. We have carefully thought and put together 12

Re: [css-d] Further to earlier message on fieldset

2006-05-21 Thread Stuart Homfray
Ian Piper wrote: I have racked my brains about why IE positions the input boxes differently (though presumably it is due to floating) http://www.tellura.co.uk/soundsteps/franchise_contact.htm Hi Ian, You're right - it's a float issue! You can fix it (I've only checked in FF, IE6 and

Re: [css-d] Opera 8 and position:fixed

2006-05-21 Thread David Laakso
Gunlaug Sørtun wrote: Gunlaug Sørtun wrote: http://www.gunlaug.no/tos/moa_8e.html CSS in page-head. Correction: CSS found here... http://www.gunlaug.no/tos/styles/ag3c-050123.css http://www.gunlaug.no/tos/styles/ag3c-050123-ie.css ...and updated to avoid endless

Re: [css-d] How to add img:hover in IE?

2006-05-21 Thread Erik Gyepes
Ahoj zdravmi ta :) Now it is okay, and do you know why is there the empty space in the gallery? (in both browsers) Erik Jan Brasna wrote: Zdravicko Eriku ;) A added the img after a:hover but it doesn't work either for me. Add this: .galeria a { text-decoration: underline;

[css-d] IE 6 Spacing Issues Negative Margins

2006-05-21 Thread David Merwin
I have two issues. All in IE 6. CSS for all of these issues is at: http://www.madeblue.com/wp-content/ themes/pbv2/style.css Issue one: Negative Margin to set sidebar. I am using a float right and negative margin to place a sidebar in a container. Works great in Firefox.. of course. Page:

Re: [css-d] Fonts

2006-05-21 Thread Philippe Wittenbergh
On May 21, 2006, at 3:31 PM, Nicholas Morgan wrote: I have read through css 2 standard and the font parts of css 3 and this common problem is not addressed. Did I miss it? @font-face isn't what you're looking for ? http://www.w3.org/TR/REC-CSS2/fonts.html#font-descriptions

[css-d] site check / images in header question

2006-05-21 Thread Dale Lists
Hello all, I hope this is not too foolish of a question. I am working on a site for a friend (I didn't select the colors g). The site is located at: http://www.conditioncritical.net/ and the css is at http://www.conditioncritical.net/css/style.css What I would like to do on this site can be

Re: [css-d] dithered.com domain expired?

2006-05-21 Thread Philippe Wittenbergh
On May 22, 2006, at 2:40 AM, liorean wrote: Does anyone know where the CSS filters page at dithered.com went to? I get a this domain expired notice going to my bookmark for it. From talking with James Edwards (a.k.a. Brothercake) I've understood that Chris Nott has proven hard to reach

[css-d] Pure CSS popup

2006-05-21 Thread Christine Ce
Hello all, I have this page that needs to look exactly like that: http://www.wuongean.com/ The CSS for this is here: http://www.wuongean.com/wg_layout.css and http://www.wuongean.com/wg_typo.css I want the span in div#kanji to be displayed when hovering over the image kanji_small.jpg, and I am

Re: [css-d] Pure CSS popup

2006-05-21 Thread Christine Ce
Sorry wrong links it seems! So, what I want is here: http://www.wuongean.com and the css is here: http://www.wuongean.com/wr_typo.css and http://www.wuongean.com/wr_layout.css http://www.wuongean.com/wr_typo.css What I've managed to do so far is here: http://www.wuongean.com/popup/index2.htm and

Re: [css-d] Fonts

2006-05-21 Thread Felix Miata
On 06/05/21 15:34 (GMT-0400) Nicholas Morgan apparently typed: There are thousands of ways to make arial look different but in the end it is still arial. Or is it? http://www.ms-studio.com/articles.html -- All have sinned fall short of the glory of God. Romans 3:23 NIV Team OS/2 ** Reg.