Re: [css-d] Keeping headers visible

2005-07-01 Thread Paul Novitski
At 04:42 PM 6/30/2005, Ian Skinner wrote: I have this fairly large table that, unless one has their monitor set to above average resolutions (such as mine at 1280x1024), one can not see the entire table at once. And since it is long both horizontally and vertically one gets the dreaded double

Re: [css-d] (IE problem) vertical-align of div in td doesn't work when div has relative height

2005-07-01 Thread Guillaume
Take a look at this http://www.jakpsatweb.cz/css/priklady/vertical-align-valid-solution-en.html It gives you a valid method to center content, or change it's values to any vertical-align options ( in your case bottom ). There are two parts in the css: for all browsers / for Ie. By the way it is

[css-d] force an image to display on the next line

2005-07-01 Thread stu
Does anyone know how to force an image to display on the next line? So instead of this: text here br/ img src=blah.gif I could just have: text hereimg src=blah.gif And it does the same as the first example. Anyone have any ideas? I tried to change the image to display: block, but it

[css-d] Re: force an image to display on the next line

2005-07-01 Thread David Dorward
On 7/1/05, stu [EMAIL PROTECTED] wrote: Does anyone know how to force an image to display on the next line? So instead of this: text here br/ img src=blah.gif Well that line break is using non-HTML compatable XHTML syntax, while the image is using HTML 3.2 syntax (the alt attribute is

[css-d] Problem in IE with Height of Page and Hovering Links

2005-07-01 Thread tochiromifune
Hello, I noticed something weird in IE6 with my page. When I hover a link (the link color changes and its background color as well), the page height is reduced and part of the text is no more visible. I applied a min-height to the container div in the form: /* for understanding browsers */

RE: [css-d] Re: force an image to display on the next line

2005-07-01 Thread stu
David Wrote: Well that line break is using non-HTML compatable XHTML syntax, while the image is using HTML 3.2 syntax (the alt attribute is missing, it became required in HTML 4.x). I know this :). The example that I knocked up was just an illustration to show what U was trying to do. I also

Re: [css-d] Re: force an image to display on the next line

2005-07-01 Thread Jon Trelfa
On 7/1/05, stu [EMAIL PROTECTED] wrote: David Wrote: Thanks for your other pointers though, ive found a different solution as your right about what happens when CSS is not available. Stu. If you found a solution, do you mind posting it? That way, if someone else was having the same

Re: offlist Re: [css-d] Who is wrong? I would say: Firefox!? - - Extended - -

2005-07-01 Thread Daniel Doesburg
Ingo Chao schreef: Daniel, If it is not too much trouble, could you please move your code to your site and provide just an URL? Yes of course, I am willing to do all what's necessary to solve it. It's now on http://test.doesburg.biz/test1.html The problem is that IE looks (I did not said

[css-d] Float my boat...

2005-07-01 Thread Vincent Hide
Hi All, I am struggling a bit with this page: http://www.storesprite.org/lamp/ In ie 6 the content is pushed down below where the left content ends (although the alignment is correct). Also the first li in the left column is missing it's red bullet (again only in ie). I tried all sorts of

[css-d] Data Definition list query

2005-07-01 Thread stu
Hi All, sorry this is the 2nd quastion of the day (i try to keep to one a day). I am wondering if it is possible ti get a data definition list to laytout like a 3 column table. for example: col 1 (dt) col 2 (dd) col 3 (dd) I would post up an example but im so many millions of

[css-d] insert a poems ..

2005-07-01 Thread Steve
Whats the best way to insert Ballards and Poems useing css ? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --

Re: [css-d] Vertical Text

2005-07-01 Thread Adam Kuehn
Ian Skinner wrote: I'm pretty sure the answer is no, but I would like to confirm it. There is currently no well supported way to orient text vertically with CSS, correct? There is currently no way, well-supported or otherwise, to do this with CSS. I thought it was being added to CSS3, but,

[css-d] can css help?

2005-07-01 Thread jeremy
Looking for a better way to handle this with CSS and Xhtml. http://tct2005.com/faculty.htm I have to replace all of the names on these 3 pages with new ones from a word document. The site was originally done in Dreamweaver... and as I am working on a complete redesign of the site, the site

[css-d] persistent IE issue (with a side of Firefox)

2005-07-01 Thread Andy Mosmiller
http://www.kipke.com/events.html has over the past couple of updates given me problems with the content area moving downward in IE, but others have tested this with aol and IE and not seen this error. I have also experienced issues with the single image under the June 21st entry centering on both

Re: [css-d] Safari 2.0, inline !important

2005-07-01 Thread Adam Kuehn
Tim Brown wrote: h4 style=background-image: url(something.jpg) !important; background-image: none;.../h4 ... browsers that don't understand !important (NN4) still show a transparent area, which they should, and browsers that do understand !important still show a background image on the h4,

Re: [css-d] insert a poems ..

2005-07-01 Thread David Laakso
Steve wrote: Whats the best way to insert Ballards and Poems useing css ? Good question, Steve(and one I've often wondered myself). You might look at Macro-Typography a Style Guide http://www.piggin.net/. And I'll be watching the list along with you to see how others answer your question.

Re: [css-d] Vertical Text

2005-07-01 Thread Philippe Wittenbergh
On 2 Jul 2005, at 12:02 am, Adam Kuehn wrote: Ian Skinner wrote: I'm pretty sure the answer is no, but I would like to confirm it. There is currently no well supported way to orient text vertically with CSS, correct? There is currently no way, well-supported or otherwise, to do this with

Re: [css-d] (IE problem) vertical-align of div in td doesn't work whendiv has relative height

2005-07-01 Thread Holly Bergevin
From: sascha sengespeick [EMAIL PROTECTED] please take a look at this: http://www.info01.de/sascha/buggy_in_ie.html it drives me crazy! if you change the height to a pixel value, it works fine in IE ... Is there some reason that you need the XHTML1.1 doctype? Using a different doctype that

Re: [css-d] Vertical Text [CSS3 writing-mode]

2005-07-01 Thread Uwe Kaiser
Adam Kuehn schrieb: Ian Skinner wrote: I'm pretty sure the answer is no, but I would like to confirm it. There is currently no well supported way to orient text vertically with CSS, correct? There is currently no way, well-supported or otherwise, to do this with CSS. I thought it was

[css-d] Nested Div Positioning Help

2005-07-01 Thread Wayne
I have been working on an Ajax Widget for my company's intranet to display the current system status in a little box in the header of each page. Functionally, it seems to be working fine. Graphically, however, the box is unpredictable when being inserted into the inline unordered list, which

Re: [css-d] insert a poems ..

2005-07-01 Thread Christian Heilmann
Whats the best way to insert Ballards and Poems useing css ? What is wrong with PRE? Even the specs use a poem as the example: http://www.w3.org/TR/REC-html40/struct/text.html#edef-PRE -- Chris Heilmann Blog: http://www.wait-till-i.com Writing: http://icant.co.uk/ Binaries:

Re: [css-d] Safari 2.0, inline !important

2005-07-01 Thread Adam Kuehn
Tim Brown wrote: Which spec are you talking about? I want to start reading specs. Sorry, it has been cited here so often, I forgot to consider that a new poster may not know. I was referring to the most current CSS specification, CSS 2.1, available at http://www.w3.org/TR/CSS21/. The

Re: [css-d] Who is wrong? I would say: Firefox!?

2005-07-01 Thread Zoe M. Gillenwater
Daniel Doesburg wrote: Brian Cummiskey schreef: you're in quirks mode. try a full w3 spec DTD and see what happens. Thanks Brian. But if I want to stay in the quirks mode for other reasons, is there also an other solution for this problem? Do you just want IE in quirks mode, or all

Re: [css-d] insert a poems ..

2005-07-01 Thread David Laakso
Christian Heilmann wrote: Whats the best way to insert Ballards and Poems useing css ? What is wrong with PRE? Nothing. Interesting how Eric Meyer sets a caesura: http://www.piggin.net/poetryex/tintern.htm Even the specs use a poem as the example:

Re: [css-d] insert a poems ..

2005-07-01 Thread David Laakso
Steve wrote: Thanks .. This is what I got [site] [ http://home.earthlink.net/~draobyek/ ] Now I cant finger out why in IE [ MAC ] you can scroll right . and of coarse a position problem in IE6 [ PC ] . I really do appreciate all the help ! In that particular situation, I'd suggest

RE: [css-d] One Header And Footer for Site Using CSS?

2005-07-01 Thread Peach Lynda L Contr 96 CG/SCTOA
My question is this, is there a way to accomplish the original goal of maintaining the site with one header and footer file using CSS? Debbie -- you asked this question earlier this week. The answer isn't going to change. What you are wanting to do is CONTROL content not DISPLAY of content. CSS

[css-d] intersection of a col and tbody

2005-07-01 Thread Ian Skinner
Is there anyway in CSS to easily select TD cells that are the intersection a specific col and tbody row grouping? -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA C code. C code run. Run code run. Please! - Cynthia Dunning Confidentiality Notice:

[css-d] Re: css-d Digest, Vol 32, Issue 2

2005-07-01 Thread Stevem
Hi, Happy Fourth! Our offices are closed Monday, July 4th and will reopen Tuesday the 5th at 9:00am. I will respond Tuesday morning when I come in. Thanks, Stephen __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Page Layout Check

2005-07-01 Thread Charles Stuart
It all looks fine in Safari 2.0. Nice work. On Jul 1, 2005, at 1:17 PM, David Boddie wrote: Hello, I've been working on building a nested list menu for my new design for my work site for over a week, and I've finally opted on a Suckerfish menu. Could someone take a look at these pages

Re: [css-d] an absolutely positioned a to 100% of parent

2005-07-01 Thread Charles Stuart
Does anyone else have any ideas on this? I'm at a loss. Sorry for double-posting this. I assume it has something to do with setting the height to 100%, but I can't seem to figure out how to do this w/o messing the layout. I'd like to use percents so it works with photos of any dimensions.

Re: [css-d] an absolutely positioned a to 100% of parent

2005-07-01 Thread Kelly Miller
Actually, I was just discussing this on this list. top: 0; bottom: 0 works for Firefox and Opera (and I assume Safari/Konqueror too), but you'll have to use an expression to make IE do it right. -- http://www.mozilla.org/products/firefox/ - Get Firefox!

Re: [css-d] Data Definition list query

2005-07-01 Thread Charles Stuart
On Jul 1, 2005, at 7:00 AM, stu wrote: Hi All, sorry this is the 2nd quastion of the day (i try to keep to one a day). I am wondering if it is possible ti get a data definition list to laytout like a 3 column table. for example: col 1 (dt) col 2 (dd) col 3 (dd) I would post

Re: [css-d] Page Layout Check

2005-07-01 Thread Callum Mcleod
Looks great in Firefox 1.0.4 WinXP too. Well done. Callum On 7/2/05, Charles Stuart [EMAIL PROTECTED] wrote: It all looks fine in Safari 2.0. Nice work. On Jul 1, 2005, at 1:17 PM, David Boddie wrote: Hello, I've been working on building a nested list menu for my new design for

RE: [css-d] [Printing problems with DL/DT/DD for numbered paragr aphs] rides again..

2005-07-01 Thread Mirgy-CSS-discuss
Friends, I'm beginning to believe that there may be a number of problems hidden in our pages with regard to printing, and that people (us) are not testing for these problems. Consider, for example, Suckerfish Shoals (http://www.htmldog.com/articles/suckerfish/shoal/)-- recommended on this

Re: [css-d] Three-column layout

2005-07-01 Thread Gary Turner
Jonathan Berry wrote: I just wanted to be pointed to any tutorials on doing a three (or other number for that matter) column layout without absolute positioning or floats. Any directions? Thanks in advance. I don't know that there is a way to have multiple columns using your restrictions, due

Re: [css-d] Keeping headings visible

2005-07-01 Thread Gary Turner
Ian Skinner wrote: I have this fairly large table that, unless one has their monitor set to above average resolutions (such as mine at 1280x1024), one can not see the entire table at once. And since it is long both horizontally and vertically one gets the dreaded double scroll bars at lower