Re: [css-d] Fwd: rounding image corners , png images and IE6

2007-12-03 Thread David Hucklesby
On Mon, 3 Dec 2007 12:07:59 -0800, corey deep wrote: [...] > > I have a test file which utilizes png w/ transparencies ( because the gif > alternative > displays with jagged edges ). However, as IE6 doesn't recognize transparency > I am > forced to use gifs with IE6, and PNG's everywhere else. >

Re: [css-d] A menu of list items using images.

2007-12-03 Thread Gunlaug Sørtun
Sacha Ligthert wrote: > http://ligthert.net/CSS/ > PS: I read on the Internet (DUTCH: > http://netters.nl/forum/vertical-align-in-css) that 'display: inline' > doesn't allow setting of width nor height. Could this be the fatal > flaw in my setup? Yes, it is. Only older IE/win will apply height

Re: [css-d] ADMIN: First post

2007-12-03 Thread Eric A. Meyer
At 7:53 AM +1300 12/4/07, Michael Adams wrote: >Does anyone mind if i have the "reply-to:" feild explicitly set? The >rules for the list are not the same as most lists i am on, where "Please >reply to the list, not to me direct" is the norm. You'll be altering the expected list behavior for t

Re: [css-d] Content Not Floating in IE

2007-12-03 Thread Lisa Goettel
So ridiculous... I thought this was the issue and fixed it yesterday... for the wrong CSS selector. I love pulling my hair out for lack of seeing the obvious. Thanks Tim. Lisa On Dec 3, 2007, at 11:04 AM, Tim Kadlec wrote: > Lisa, > > The problem is caused by the 98% width you have defined

[css-d] A menu of list items using images.

2007-12-03 Thread Sacha Ligthert
Hi CSS-D and fellow webdesigners, This is my first post to this list I hope (after reading the rules/guidelines) my post is sufficient. I wish to create a horizontal list consisting out of an image and by HTML supplied link and text. The image in question is a button/tab that should be clickab

Re: [css-d] Problem with floats and Safari 3

2007-12-03 Thread Scott Thigpen
Phillip when I was working on my site and implementing putting java lightbox I had a similar issue. Everything was looking fine and then Safari 3 broke it. The way I fixed it is that I stripped down every part of my site and tested each bit of code separately until I figured out what was going on

Re: [css-d] Problem with floats and Safari 3

2007-12-03 Thread Philippe Wittenbergh
On Dec 4, 2007, at 5:18 AM, Ellen wrote: > I used sliding-door tabs in a layout for our new portal site, and got > them working beautifully in Firefox for mac and PC, IE6, IE7 and > Safari. > > Then Safari 3 came out and completely broke them, and I have not > yet been able to resolve this is

Re: [css-d] Change of font-size in div affects div height

2007-12-03 Thread Gunlaug Sørtun
Ian Young wrote: > Odd thing happened here. Added font-size to a div and it changed the > height of the cell (and other surrounding). If I change from ems to > px for the div height it is ok in that div but others with height in > div are affected. > > I have not come across this before. That th

[css-d] selecting a list from one of its items

2007-12-03 Thread dan smith
using the suckerfish menus as a starting point, i'm trying to work out a navigation structure where nested lists stay expanded if they contain active list items. see http://dansmithdev.com/test/ this is working pretty much as i'd like -- the menu is 'open' and shows the 'route' through the men

Re: [css-d] First post

2007-12-03 Thread Rick Faircloth
No problem here! I would greatly appreciate it if you could share with me how to set that up on Outlook 2007! I hate the way this list sends responses to the sender *and* to the list, or I either have to take the time to strip out the personal email address... Rick > -Original Message-

[css-d] Change of font-size in div affects div height

2007-12-03 Thread Ian Young
Hi guys, Odd thing happened here. Added font-size to a div and it changed the height of the cell (and other surrounding). If I change from ems to px for the div height it is ok in that div but others with height in div are affected. I have not come across this before. simple mocks at http://iyes

[css-d] Problem with floats and Safari 3

2007-12-03 Thread Ellen
Hi all. I used sliding-door tabs in a layout for our new portal site, and got them working beautifully in Firefox for mac and PC, IE6, IE7 and Safari. Then Safari 3 came out and completely broke them, and I have not yet been able to resolve this issue. Here is a sample page. The actual si

[css-d] Fwd: rounding image corners , png images and IE6

2007-12-03 Thread corey deep
Hello All, I am trying to round the corners of thumbnail images. prefer to use css, as opposed to imageMagick. I have a test file which utilizes png w/ transparencies ( because the gif alternative displays with jagged edges ). However, as IE6 doesn't recognize transparency I am forced to use gifs

Re: [css-d] 3 Columns with percentual width

2007-12-03 Thread Michael Adams
On Mon, 03 Dec 2007 14:20:31 -0300 Mauro Lages wrote: > Hello; > > I'm looking for a css tech to construct a 3 columns interface, with a > variable width central column. > > Someone can send me some references/urls? > This list has a great Wiki where i found this... http://css-discuss.incutio.

[css-d] First post

2007-12-03 Thread Michael Adams
Just an introductory post folks. Does anyone mind if i have the "reply-to:" feild explicitly set? The rules for the list are not the same as most lists i am on, where "Please reply to the list, not to me direct" is the norm. -- Michael All shall be well, and all shall be well, and all manner of

[css-d] nested fieldset/legend/list/label/input css woes in IE6/7

2007-12-03 Thread Lord Armitage
Hi to the List, I'm working on an advanced form Layout for a complicated questionnaire application. I've setteled on a nested fieldset/legend/list/label/input markup wich is semantically correct imho. And now i'm running (expectedly) into some Problems in IE6/7. I've uploaded a testcase for the ma

Re: [css-d] Site check please‏

2007-12-03 Thread daniela froehlich
Hi All Thanks for your input and help. The problem was with the "width: auto;" I had for #menu ul I did it with width auto to make sure the menu is aligned nicely. The buttons do not have the same length, but have the same distance. Anybody an idea how this can be achieved without giving class t

Re: [css-d] How will firefox 3 affect web developers?

2007-12-03 Thread Ann Randall
>>> On 12/2/2007 at 3:48 PM, "Rick Faircloth" <[EMAIL PROTECTED]> wrote: Therefore, right now at least, IE truly is the only *major* browser. Even FF is simply a more serious contender. Notice a wrote *more* serious contender. Not even a serious contender, yet. It's simply enough in use that I

Re: [css-d] How to centre text in a div

2007-12-03 Thread Eric A. Meyer
At 11:44 AM -0700 12/3/07, Ann Randall wrote: >While CSS does not have a property for aligning horizontally... Actually, it does, at least in this context: 'text-align', which will center the contents of each line of text within its line box. Therefore, assuming the line boxes to be as wide

Re: [css-d] Content Not Floating in IE

2007-12-03 Thread Tim Kadlec
Lisa, The problem is caused by the 98% width you have defined to the .text-sub paragraphs. As soon as you assign a width there, IE tries to make sure it fills that. Since you also have that side bar there, there is simply not enough room for a 98% width paragraph, so IE shoves it below. If y

Re: [css-d] How will Firefox 3 affect web developers?

2007-12-03 Thread David Laakso
Rick Faircloth wrote: It is wearing thin. Do you have an answer to a css question someone has posted, or a css question you would like to post? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d L

Re: [css-d] ADMIN: How will Firefox 3 affect web developers?

2007-12-03 Thread Eric A. Meyer
At 8:53 AM -0800 12/3/07, Jon Hughes wrote: >Sorry for my absence in this discussion, list! My HD had a meltdown. Unfortunately, so did the thread, so I have to end it now. And it started out doing so well. Discussing practical ways of using CSS is this list's mission. That of course

Re: [css-d] How to centre text in a div

2007-12-03 Thread Ann Randall
>>> On 12/2/2007 at 4:28 PM, "Clare" <[EMAIL PROTECTED]> wrote: Hello! I have a general question about vertically aligning text within a div, I would just like to check which is the correct way to get this to happen. When I have a div say for example 50px high and I have a line of text within the

Re: [css-d] How will Firefox 3 affect web developers?

2007-12-03 Thread Rick Faircloth
Hi, Jon... Thanks for your comments. I don't think I share quite the same passion for making my sites accessible to whatever browser they like as you do. I expect them to meet me partway. But, I think you're misunderstanding my comments in a couple of ways. One, as far as being "cutting-edge",

Re: [css-d] 3 Columns with percentual width

2007-12-03 Thread Thierry Koblentz
> On Behalf Of Mauro Lages > I'm looking for a css tech to construct a 3 columns interface, with a variable width central column. > Someone can send me some references/urls? http://tjkdesign.com/articles/3cols.asp -- Regards, Thierry | http://www.TJKDesign.com __

Re: [css-d] 3 Columns with percentual width

2007-12-03 Thread David Laakso
Mauro Lages wrote: > Hello; > > I'm looking for a css tech to construct a 3 columns interface, with a > variable width central column. > > Someone can send me some references/urls? > > Best Regards > Mauro Lages > > Works extremely well cross-browser providing you mind well what you put in

Re: [css-d] How will Firefox 3 affect web developers?

2007-12-03 Thread Jon Hughes
Sorry for my absence in this discussion, list! My HD had a meltdown. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of Rick Faircloth > Sent: Monday, December 03, 2007 5:55 AM> > I think what we're seeing is a division between those who

[css-d] 3 Columns with percentual width

2007-12-03 Thread Mauro Lages
Hello; I'm looking for a css tech to construct a 3 columns interface, with a variable width central column. Someone can send me some references/urls? Best Regards Mauro Lages __ css-discuss [EMAIL PROTECTED] http://www.css-dis

Re: [css-d] Site check please‏

2007-12-03 Thread David Laakso
daniela froehlich wrote: > Thanks all for your help. > Could you please re-check the site and let me know if it is working now? > Thanks, Daniela > > > your uri is: No, your drop-down menu is not functional/usable in IE6.0. Best, ~d PS Ple

Re: [css-d] Site check please‏

2007-12-03 Thread daniela froehlich
Thanks all for your help. Could you please re-check the site and let me know if it is working now? Thanks, Daniela - Original Message From: DAVOUD TOHIDY <[EMAIL PROTECTED]> To: css-d@lists.css-discuss.org Sent: Monday, December 3, 2007 4:48:30 AM Subject: Re: [css-d] Site check please‏

[css-d] Error in my mail Problems with a div

2007-12-03 Thread Joaquim Font
http://www.cgibuenosairesbpba.org/index.php Sorry the problem is: The problem is with EE5 The div problem is “derecha” and the code CSS is: body { margin: 0; padding: 0; font-family: Georgia, serif; font-size: 62.5%; } #encabezado { width: 100%; } #navba

[css-d] F

2007-12-03 Thread John
Hi Kay, I'm John. HTML Lorem ipsum this is some more text so i have enough to wrap around the image and then here's some more so I get two lines to see where it goes CSS [class] .floatright { float: right; margin: 0 0 10px 10px; border: 1px solid #666;\ padding: 2px; } I'm no expert. But l

Re: [css-d] How will firefox 3 affect web developers?

2007-12-03 Thread Rick Faircloth
I think what we're seeing is a division between those who are driven to explore the boundaries of development and those whose top priority is simply making money with their work. And don't get me wrong, I used to be one of the "cutting-edge" explorers. Not in the world of web development, but in

[css-d] Recommendations Please

2007-12-03 Thread grovesdavid
Hello, My Question is more relevant to possibly a MySQL & PHP forum. I already belong to win32Myslq-lists, but wondered if anyone could recommend a good php list. The problem is quite difficult, (querying up to eight tables/ joins). I've already googled, but it's difficult to tell from those

Re: [css-d] Site check please‏

2007-12-03 Thread DAVOUD TOHIDY
on Date: Sun, 2 Dec 2007 19:05:15 -0800 daniela froehlich Wrote: Dear AllOn my site I am using Tanfa's CSS menu... Take out your css for ie from the header and put it in a seperate file in your css folder. Then try this, exactly as it appears(providing that you have named the css for ie6 as

Re: [css-d] STILL PROBLEMS

2007-12-03 Thread Jan Christian Anker
Georg wrote: >Check settings (options) and font-availability for Firefox at your end. >Your page/site is presented with "Comic Sans MS" in Fx 2.0.0.11 and >3.0b1 at my end - same as in other browsers. Jan Christian: Changing the settings in Fx did it! David L checked the pages in many browsers:

Re: [css-d] How will firefox 3 affect web developers?

2007-12-03 Thread Ingo Chao
Rick Faircloth wrote: > ... > > Some developers are idealists who want to live in the world *they* develop as > far > as what browsers deserve attention and development time. The rest of us live > in > the real world. > I challenge any developer to ... You can't expect them to explore IE only.