Re: [css-d] Fun and interesting border issue > no issue more for modern browsers!

2006-05-05 Thread francky
Design Groups wrote: > >>Interesting! But difficult to say ( for me, though) if there is no >concrete code: lack of data. Does it need to be horizontally liquid?<< > >Right now, I'm going to say "no". I'm planning to code this out with a >fixed-width site that gets centered - that's *typically*

Re: [css-d] A Question about cell spacing

2006-05-05 Thread Philippe Wittenbergh
On May 6, 2006, at 4:54 AM, Bill Brown wrote: > One could also set margins on the individuals cells which function > in the > same manner as border-spacing, even over-writing the border-collapse > setting. margins do **not** apply to elements with display:table-cell.

Re: [css-d] display:none or visibility:collapse to hide table columns?

2006-05-05 Thread Philippe Wittenbergh
On May 6, 2006, at 5:42 AM, Lori Hylan-Cho wrote: > I was going through the bug reports on the Wiki, and I noticed this > one > [http://css-discuss.incutio.com/?page=FirefoxBugs] about Firefox not > respecting display:none on table columns. The bug indicates that IE6 > gets it right by hiding t

[css-d] IE is freaking out!

2006-05-05 Thread Andy Mosmiller
Ok, enough melodrama. :) I've been tweaking an old design of mine, and recently changed a "transparent" gif file to a png in order to create a better look. I added the appropriate Internet Explorer filter to allow for it as I have in the past, but something is wrong here. First try the page in

Re: [css-d] (no subject)

2006-05-05 Thread Dave Goodchild
Feel free, and start designing layouts regardless. Sometimes the best way to learn is to break something and then fix it! On 05/05/06, Click This IT Solutions <[EMAIL PROTECTED]> wrote: > > Hi > > > > My name is Rudi and I'm just starting to use CSS. > > I have been using it for a while now but on

Re: [css-d] Div jumps in IE (two examples)

2006-05-05 Thread francky
Glenn E. Lanier, II wrote: >[...] >If you're still reading and not confused, let me try to sum it up: >http://www.CarpentersForChrist.com/LayerTest/reg.html >contains valid HTML > > ... Oho! I was still reading but also confused, while I did check the html-validator in the meantime. If this is

[css-d] A couple of page checks?

2006-05-05 Thread Dave Pierce
Hi folks, newbie here. Let me preface this with the fact that the pages have been built in GoLive CS2, and I had no idea when I upgraded to this that I'd have to learn CSS. And I believe that GL really creates some ugly code. I'm trying really hard to learn this so I can get this site up prope

[css-d] How to get inline to fill 100% width.

2006-05-05 Thread Bill Moseley
I'm trying to use inline elements for a menu bar, but I'm not having luck understanding how to make them span 100% of the page width. Here's what I'm trying to implement: http://2006.infopeople.org/ My question is about that menu bar below the banner: "Training | Resources | Search To

[css-d] (no subject)

2006-05-05 Thread Click This IT Solutions
Hi My name is Rudi and I'm just starting to use CSS. I have been using it for a while now but only for the formatting on my pages. I'd like to learn how to use CSS to design nice layouts like you pro designers. So in the meantime I'll just watch and learn. Bye for now. Rudi h

[css-d] display:none or visibility:collapse to hide table columns?

2006-05-05 Thread Lori Hylan-Cho
hi all I was going through the bug reports on the Wiki, and I noticed this one [http://css-discuss.incutio.com/?page=FirefoxBugs] about Firefox not respecting display:none on table columns. The bug indicates that IE6 gets it right by hiding the column in question. However, the CSS2.1 spec [http://

[css-d] Div jumps in IE (two examples)

2006-05-05 Thread Glenn E. Lanier, II
My current project requires that I remove a portion of the page once a submit button is selected and replace it with a "we're processing" message. That part was easy, using a little Javascript (I know, off topic here, but I'm not asking about the JavaScript). After the page is submitted, it is ba

Re: [css-d] A Question about cell spacing

2006-05-05 Thread Bill Brown
> The CSS equivalent of cellspacing is to first set > border-collapse to "separate," then set the border-spacing > property to whatever value you like (both on the table > element). But this is not supported by WinIE, MacIE, or NN4.x. > > Zoe Angus: One could also set margins on the individua

Re: [css-d] text alignment in footer div

2006-05-05 Thread francky
Helen wrote: >Hi group, [...] > >At the following location: http://www.picturethis4u.com/k-test.htm , I want to >position the text "New Clients Welcome" to the left, and the text link: >"Enquire Here >by E-mail" to the right in this footer div. > Hi Helen, I saw Zoe was giving you already a good

Re: [css-d] A Question about cell spacing

2006-05-05 Thread Zoe M. Gillenwater
Visually Insane Genetically Modified Organism wrote: > Excuse me. I am having one of those getting older momenents. I am putting > together a CSS file and I remember cell padding is "Padding: 1em;", however, > what is cell spacing? > Angus, The CSS equivalent of cellspacing is to first set bor

Re: [css-d] text alignment in footer div

2006-05-05 Thread Zoe M. Gillenwater
Helen wrote: > At the following location: http://www.picturethis4u.com/k-test.htm , I want to > position the text "New Clients Welcome" to the left, and the text link: > "Enquire Here > by E-mail" to the right in this footer div. > Hi Helen, This article discusses a couple ways to accomplish

Re: [css-d] div covering up scroll bar? Z-index?

2006-05-05 Thread Brian Funk
Quoting Matthew Bernhardt <[EMAIL PROTECTED]>: > http://benedikt.knowlton.ohio-state.edu/faculty/ > >...in IE/Windows, the top header div is appearing > over the scroll bar. one thing that needs fixing is the label element referencing a id that isn't there. The validator reports the following:

Re: [css-d] A Question about cell spacing

2006-05-05 Thread Glenn E. Lanier, II
> From: Angus MacKinnon > Sent: Friday, May 05, 2006 12:40 PM > Excuse me. I am having one of those getting older momenents. > I am putting > together a CSS file and I remember cell padding is "Padding: > 1em;", however, > what is cell spacing? > Angus, I generally include cellpadding and ce

[css-d] A Question about cell spacing

2006-05-05 Thread Visually Insane Genetically Modified Organism
Excuse me. I am having one of those getting older momenents. I am putting together a CSS file and I remember cell padding is "Padding: 1em;", however, what is cell spacing? Angus MacKinnon MacKinnon Crest Saying Latin - Audentes Fortuna Juvat English - Fortune Assists The Daring Web page htt

[css-d] text alignment in footer div

2006-05-05 Thread Helen
Hi group, After a day and a half trying to figure this out nothing seems to work, so I think it's time to ask the experts! At the following location: http://www.picturethis4u.com/k-test.htm , I want to position the text "New Clients Welcome" to the left, and the text link: "Enquire Here by E-m

[css-d] Fluid right margin in auto-centering: site access (doh!)

2006-05-05 Thread Marcus Duke
Sorry about that, folks: ID: wracbeta Pwd: B0r3d Marcus Duke Webmaster/Info Specialist UW Aquatic & Fishery Sciences __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://

Re: [css-d] Fun and interesting border issue

2006-05-05 Thread Design Groups
>>Interesting! But difficult to say ( for me, though) if there is no concrete code: lack of data. Does it need to be horizontally liquid?<< Right now, I'm going to say "no". I'm planning to code this out with a fixed-width site that gets centered - that's *typically* what my boss wants. But

[css-d] Transition from Box Model Hack to Conditional Comments

2006-05-05 Thread Dagmar Noll
Good morning. My goal is to get rid of all the IE hacks on a web site and feed MS conditional comments instead. My trouble is getting rid of the Box Model Hack used in ALA's "Exploring Footers" [1]. When viewed in IE5win, the current page that uses the box model hack locks the footer right to

Re: [css-d] Fun and interesting border issue

2006-05-05 Thread francky
Design Groups wrote: >Hey all - [...] My issue is this: > >http://www.foolishvisions.com/test/test.gif > >This is the basic main content section of the layout design they sent me >(I took out some unnecessary images and stuff). Now, initially, it >looks to be no problem whatsoever for me - but

Re: [css-d] Expandable Banner in IE

2006-05-05 Thread Danilo Laurindo
No one? =/ __ 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 -- http://css-discuss.incutio.com/ Supported by evolt.org --

[css-d] Fluid right margin in an auto-centering

2006-05-05 Thread Marcus Duke
The example for the question is: http://fish.washington.edu/wrac/beta/2ndary1.html An auto-centered div, fixed width, with bulk of content, including background image, navigation menu, and a nested text div are giving me problems with IE Win/Mac (latest versions) and Opera for getting the text

Re: [css-d] Centering, but with max left margin

2006-05-05 Thread Gunlaug Sørtun
Eystein Alnaes wrote: > I want to center my content, but when the browser window is above a > certain width I want the left hand margin to stop at say 200px (or > x%), while the right hand margin continues to grow. How do I do this? > No max-property for margins, I'm afraid :-) You'll have to us

[css-d] Fun and interesting border issue

2006-05-05 Thread Design Groups
Hey all - I'm hoping you can help me out with this. I just got a brand spankin' new site to work on today - again this is someone else designing, and I code the layout from the image they send me. I haven't started yet, so I'm clean as a whistle and prepared to take on any suggestions or idea

[css-d] Centering, but with max left margin

2006-05-05 Thread Eystein Alnaes
I want to center my content, but when the browser window is above a certain width I want the left hand margin to stop at say 200px (or x%), while the right hand margin continues to grow. How do I do this? __ css-discuss [EMAIL PROT

Re: [css-d] Konqueror and display:table

2006-05-05 Thread Philippe Wittenbergh
On May 5, 2006, at 6:31 PM, Susanne Jäger wrote: > Hi Philippe, > > Philippe Wittenbergh schrieb, am 05.05.2006 07:09: > >> I see some pretty wrong display of elements with display:table >> adjacent to floated blocks. >> > > That's an odd on

Re: [css-d] Comment numbers get clipped in IE

2006-05-05 Thread Stian Grytøyr
On 5/5/06, Ingo Chao <[EMAIL PROTECTED]> wrote: > I think you will have to declare a line-height of 1em and adjust the > positioning again. Right, that seems to work quite well. Thanks a lot! -- Best regards, Stian Grytøyr __ cs

[css-d] css top menu

2006-05-05 Thread Rick van Dalen
I will explain shortly what kind of problems I encounter. Hopefully somebody can help me further or give a recommendation how I can solve this. Im developing á site for the International school The Hague (ISH). In top of the page there's a menu with 8 items which are divided in two rows (the na

[css-d] problems top menu

2006-05-05 Thread Rick van Dalen
I will explain shortly what kind of problems I encounter. Hopefully somebody can help me further or give a recommendation how I can solve this. Im developing á site for the International school The Hague (ISH). In top of the page there's a menu with 8 items which are divided in two rows (the na

Re: [css-d] Comment numbers get clipped in IE

2006-05-05 Thread Ingo Chao
Stian Grytøyr wrote: > I just noticed that IE appears to clip the comment numbers on a > new site of mine. Here is an example: > > http://projectank.com/2006/5/1/transparent-png-generator#comments If I remember correctly, I had similar problems here http://www.satzansatz.de/cssd/acidicfloat.html

Re: [css-d] Konqueror and display:table

2006-05-05 Thread Susanne Jäger
Hi Philippe, Philippe Wittenbergh schrieb, am 05.05.2006 07:09: > I see some pretty wrong display of elements with display:table > adjacent to floated blocks. > That's an odd one. In a local copy of your page and Konqueror 3.3.2 the bug i

[css-d] Comment numbers get clipped in IE

2006-05-05 Thread Stian Grytøyr
Hi, I just noticed that IE appears to clip the comment numbers on a new site of mine. Here is an example: http://projectank.com/2006/5/1/transparent-png-generator#comments Is there a quick fix for this? I'm inclined to not care a whole lot that IE users see a few quirks, but if it's easy to fix

Re: [css-d] Konqueror and display:table

2006-05-05 Thread Susanne Jäger
Philippe Wittenbergh schrieb, am 05.05.2006 07:09: > Anyone has access to Konqueror 3.5.x ? > I see some pretty wrong display of elements with display:table > adjacent to floated blocks. > > > The offending elements slide *under* the left h

[css-d] automated response

2006-05-05 Thread tvuong
I will be out of the office, May 5, 2006. If this is an emergency, please call the main office at 703-898-9777 and someone will be able to assist you. Thank you. Tuvinh Vuong Matrix Group International, Inc. 1033 N. Fairfax St., 2nd Floor Alexandria, VA 22314 Phone: (703) 838-9777 Fax: (703) 838-9

Re: [css-d] page check :: ~dL

2006-05-05 Thread David Laakso
francky wrote: > David Laakso wrote: >> I'd appreciate your comments an suggestions on this >> page . >> ~davidLaakso > Hi David, .] > Now the suggestion. > There are people who like to ... shrink the font size] > A solution can be: to remove th