Re: [css-d] Min-height, height, and viewport size

2007-06-07 Thread Dave M G
Audra, Thank you for replying. It should be... #whole { min-height: 100%; } You described it correctly at first so did you mis-type perhaps? Yes, that was a typo. Thank you for catching it. Just to be double sure, I rechecked my CSS code and uploaded it again. The html and body tags are set

Re: [css-d] IE7 Forms

2007-06-07 Thread Janos Hardi
hi, you should target ie6 only instead; the height: 1% applies correctly on ie7 and that causes your problem; if you wanna keep the hasLayout=true, try display: inline-block regards, janos On 6/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, The following works quite well in:

[css-d] css gradients

2007-06-07 Thread Ross
Are there any plans for gradient bg colours in CSS3? R. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ --

[css-d] Help with display:table-cell in IE6 IE7

2007-06-07 Thread Aaron Roberson
Dear patrons, In Firefox my design looks as expected, however, it is lost in IE7 (Surprised? Didn't think so). I created what looks like tabs by applying background images, margin and padding to a div (.boxtab) and an h3 (.boxtab h3). I suspect the problem is with the display property of .boxtab

[css-d] Safari Help!

2007-06-07 Thread Andy Hey
Hi List! Hopefully you can shed some light on a problem I am having. I've inherited a site that in the main works in IE6, IE7 and FF ok but in Safari the footer seems to sit at the base of the right nav no matter what I do. Now the code is a bit of a mess (Ok that might be an

[css-d] Bottom border of h2 not displaying in IE6

2007-06-07 Thread Jennifer Siegfried
Hi all... I have a really simple page, located herehttp://www.jsiegfried.com/sites/goff/template.html Stylesheet is located herehttp://www.jsiegfried.com/sites/goff/styles/screen.css I have an h2 for each of the sub-sections, with bottom padding, bottom border, and bottom margin. The ps below

[css-d] suckerfish not accessable with safari

2007-06-07 Thread Jörn Kretzschmar
I am the author of the Wordpess Theme dkret2. I implemented a suckerfish menu wich works very well in MOST browsers. I just can’t find a way to change my CSS so it display without errors in Safari (mac). The top navigation is ok but if a menu drops down OVER content you just can’t click an the

[css-d] IE6 TH Background image not displayed

2007-06-07 Thread kiran mova
Hi, I am trying to display a sort image on a table header by setting the background-image for TH. The sort image is displayed in Firefox but not in IE6. Is this related to the peekaboo bug? Any work around? How can I get the background image on TH to be visible on IE? I tried setting the html

[css-d] overflow: hidden for only one column of a table?

2007-06-07 Thread Michael B Allen
Hello List, I have a lot of tables of data. One of the columns can be highly variable in length and so I would like it to truncate rather than wrap. I have come close to achieving this using two methods but neither is quite right. The first method is to wrap the table cells content in div

[css-d] Make an input element take available space

2007-06-07 Thread Fabien Meghazi
Hi, How can I make this input type text take all the place available of the div (knowing that the div could have any width) ? http://www.amigrave.com/upload/posts/css/autosize.htm -- Fabien Meghazi Website: http://www.amigrave.com Email: [EMAIL PROTECTED] IM: [EMAIL PROTECTED]

[css-d] Background Image/Color Not Working

2007-06-07 Thread christopher . goebel
Hi, http://www.ornamentalironfencesupply.com/test.html For some reason, the background attached to the wrapper does not flow throughout the entire document, it stops once the header div is closed. Any help would be greatly appreciated! Thanks, Chris Goebel

Re: [css-d] Background Colour Different in IE6

2007-06-07 Thread Ben Wrighton
Hey Steph, I just had a look at your page in ffox and ie6 on a pc and can't see a difference in the background colour. Mac's screens have a different gamma range to pc screens. So if your looking at your site on a mac screen and a pc screen side by side the colours will be different but

Re: [css-d] css gradients

2007-06-07 Thread Eystein Alnaes
Are there any plans for gradient bg colours in CSS3? Have a look at http://www.css3.info/preview/. Not sure if you'll find what you want there, but probably something new anyways. I remember, or imagine I remember, seeing somewhere someone setting a from-to #hex colorvalue. Maybe it was a

Re: [css-d] Safari Help!

2007-06-07 Thread Ingo Chao
Andy Hey wrote: Hi List! Hopefully you can shed some light on a problem I am having. I've inherited a site that in the main works in IE6, IE7 and FF ok but in Safari the footer seems to sit at the base of the right nav no matter what I do. Now the code is a bit of a mess (Ok that

Re: [css-d] Help with display:table-cell in IE6 IE7

2007-06-07 Thread Philippe Wittenbergh
On Jun 7, 2007, at 7:12 AM, Aaron Roberson wrote: In Firefox my design looks as expected, however, it is lost in IE7 (Surprised? Didn't think so). I created what looks like tabs by applying background images, margin and padding to a div (.boxtab) and an h3 (.boxtab h3). I suspect the

Re: [css-d] Safari Help!

2007-06-07 Thread Andy Hey
On 7 Jun 2007, at 12:39|7 Jun 2007, Ingo Chao wrote: Andy Hey wrote: Hi List! Hopefully you can shed some light on a problem I am having. I've inherited a site that in the main works in IE6, IE7 and FF ok but in Safari the footer seems to sit at the base of the right nav no matter

Re: [css-d] firefox2 and h1

2007-06-07 Thread Zoe M. Gillenwater
jaklitsch maya wrote: I just redesigned http://www.ccpoma.org and it looks the way I want and have also validated both the css and the xhtml. I just checked it in my updated firefox browser and I have a PROBLEM! Maya, You appear to have fixed the problems. Site appears basically the

Re: [css-d] suckerfish not accessable with safari

2007-06-07 Thread Ingo Chao
Jörn Kretzschmar wrote: ... I just can’t find a way to change my CSS so it display without errors in Safari (mac). The top navigation is ok but if a menu drops down OVER content you just can’t click an the link. With Internet Explorer and Firefox the content is in the back and all links are

Re: [css-d] IE7 Forms

2007-06-07 Thread grovesdavid
Hello to all who replied to this mail. Thank you all, and thank you for pointing out my total miss-use of the id. That was causing me all sorts of problems I couldn't understand any of them, (that's why I didn't post them). Never done that before, and don't understand why I did it now, (just

Re: [css-d] Min-height, height, and viewport size

2007-06-07 Thread Zoe M. Gillenwater
Dave M G wrote: Audra wrote: It should be... #whole { min-height: 100%; } You described it correctly at first so did you mis-type perhaps? Yes, that was a typo. Thank you for catching it. Just to be double sure, I rechecked my CSS code and uploaded it again. The html and body

[css-d] Firefox problem with menu's

2007-06-07 Thread Nic Pulford
Hi, I'm just updating a site and having problems with the way it is handling my navigation links. There are two pages concerned. http://lasadev.com/NewLasa/articles.htm now try and click on the menu link for home. On my version of firefox 2.0.0.4 you only get the hand cursor when the

Re: [css-d] Min-height, height, and viewport size

2007-06-07 Thread Audra Coldiron
Dave M G wrote: Audra, Thank you for replying. It should be... #whole { min-height: 100%; } You described it correctly at first so did you mis-type perhaps? Yes, that was a typo. Thank you for catching it. Just to be double sure, I rechecked my CSS code and uploaded it again. The

Re: [css-d] Weak layout

2007-06-07 Thread Sarah Atkinson
Probably what would be optimal with CSS is to have different designs and different style sheets for various common visual impairments. What would be great is if it were standardized and so people with certain disabilities would automatically be served up their style sheet based on their browser

[css-d] interuppted div in IE6

2007-06-07 Thread Sandy
I have these pages http://briansmale.net/test/gallery1/gallery110.html http://briansmale.net/test/gallery1/gallery111.html http://briansmale.net/test/gallery1/gallery112.html http://briansmale.net/test/js_css/bs01.css http://briansmale.net/test/js_css/ie6-hacks.css on 110 and 111 the thumbnail

Re: [css-d] Weak layout

2007-06-07 Thread Nic Pulford
On my site I have only one pixel setting and that is the font size in the body style everything else is in % or em's. On my new site I dynamically change the size of everything according to screen size. Also if the client has installed a client side stylesheet changing the font-size in body my

Re: [css-d] Weak layout

2007-06-07 Thread Don Miller
Wouldn't it be easier and better if all browsers did a magnify instead of a font size only change. That way the web page would not break for those people that need or want larger or magnified font sizes? Opera does this and I think IE7 has this feature but most people may not be aware of it so

[css-d] Vertical Navigation Problem - Clarification

2007-06-07 Thread Taryn Regish
Hi Everyone- From a response that I received off-list I figured that I better clarify what my problem is with my site. I am having a problem with my vertical navigation and its flyouts. When the main section of the site have not been selected the class is VertMenuOFF and I can hover over the

Re: [css-d] Weak layout

2007-06-07 Thread Barney Carroll
Don Miller wrote: Wouldn't it be easier and better if all browsers did a magnify instead of a font size only change. That way the web page would not break for those people that need or want larger or magnified font sizes? Opera does this and I think IE7 has this feature but most people may

Re: [css-d] Hover Problems

2007-06-07 Thread Bruno Fassino
On 6/6/07, daniela froehlich wrote: I am using Tanfa's CSS drop-down menu which works fine. Now I also want to use a hover-over picture. Unfortunately IE now displays the submenu behind the hover-over pic. See a sample here: http://www.artworksbyrene.com/test.html It seems a stacking

Re: [css-d] Weak layout

2007-06-07 Thread ron zisman
On Jun 7, 2007, at 1:26 AM, Paul Novitski wrote: I've never understood the sense of that criterion, e.g. the page should survive two [or three] font size enlargements. Doesn't that depend entirely on what size the smallest font on the page is? Indeed, it does. We need the real font to be of

[css-d] [ADMIN - THIS THREAD HAS SLID WAY OFF TOPIC] Re: Weak layout

2007-06-07 Thread Alex Robinson
OK folks, enough is enough. Opinions about how browsers should handle zooming and text-resizing are not what this list exists for. Nor does the list exist for opinions about whether to use scalable or fixed sizes. Questions and help about how to achieve scalable or fixed solutions on the

[css-d] Word HTML Cleanup tools?

2007-06-07 Thread Matt Pusateri
For years now, I've had no luck finding a good, reliable tool or method for cleanly converting Word documents to nice, clean HTML. I often work with documents from clients that have embedded hyperlinks and basic formatting (bold, italics, paragraph breaks, etc.)... I'd like to keep all this,

Re: [css-d] interuppted div in IE6

2007-06-07 Thread Bruno Fassino
On 6/7/07, Sandy wrote: I have these pages http://briansmale.net/test/gallery1/gallery110.html http://briansmale.net/test/gallery1/gallery111.html http://briansmale.net/test/gallery1/gallery112.html [...] on 110 and 111 the thumbnail images in the div class=thumbs stop when they reach the

Re: [css-d] Vertical Navigation Problem - Clarification

2007-06-07 Thread Ingo Chao
Taryn Regish wrote: ... I am having a problem with my vertical navigation and its flyouts. When the main section of the site have not been selected the class is VertMenuOFF and I can hover over the sections and my flyouts appear. But when I navigate to a section like About ISM, the section

[css-d] [ADMIN - OFF TOPIC] Re: Word HTML Cleanup tools?

2007-06-07 Thread Alex Robinson
Anyone have a better solution? Yes. Posting to a general web development list rather than one which is specifically concerned with the practical application of CSS. You can find numerous useful lists here: http://css-discuss.incutio.com/?page=OffTopic And of course, there's always

Re: [css-d] 3 column layout without absolute positioning

2007-06-07 Thread Melissa Carraway
Hello all! I think I've found the correct thread for this issue I've been having... I've pieced together a three column liquid layout for a client with two static columns. (please forgive the one table that's there - it's just for the time being). My problem is that this site is going to be

Re: [css-d] interuppted div in IE6

2007-06-07 Thread Sandy
Bruno http://briansmale.net/test/gallery1/gallery110.html http://briansmale.net/test/gallery1/gallery111.html http://briansmale.net/test/gallery1/gallery112.html on 110 and 111 the thumbnail images in the div class=thumbs stop when they reach the div class=horizon and start up again

Re: [css-d] Vertical Navigation Problem - Clarification

2007-06-07 Thread Taryn Regish
Thanks for the fix, it is finally working. I have noticed another strange thing in IE6 on the flyout for the About ISM Section. When you hover over the About ISM and get the first level flyout, everything is fine. Then when you hover over the first item on that list Overview of ISM the second

Re: [css-d] Vertical Navigation Problem - Clarification

2007-06-07 Thread Ingo Chao
Taryn Regish wrote: ... I have noticed another strange thing in IE6 on the flyout for the About ISM Section. When you hover over the About ISM and get the first level flyout, everything is fine. Then when you hover over the first item on that list Overview of ISM the second level flyout

Re: [css-d] interuppted div in IE6

2007-06-07 Thread Bruno Fassino
On 6/7/07, Sandy wrote: Alternatively, you can try giving more room to the thumbnails, with .thumbs { width: 168px; } I just tried this, and now 110 is working and the other 2 aren't! whoa! What could this be? I see all of them working now! I didn't check the details, anyway here are some

[css-d] pleeeeease help.....png problems

2007-06-07 Thread jeffrey morin
i have looked at the following site forever now and still cannot get this to work. http://www.twinhelix.com/css/iepngfix/ can someone please tell me what i am doing wrong. i have been at this forever! my site is www.bioneutrix.com here is the htc file: http://bioneutrix.com/css/iepngfix.htc

Re: [css-d] QUESTION: WYSIWYGs and CSS?

2007-06-07 Thread Audra Coldiron
has anyone tried this? Is there another option for my client - other than contribute? Has anyone found a good workaround? Hi Melissa. Another option for your client is to design his site around a CMS. He wouldn't have to worry about FTP and learning Contribute (if he isn't already

Re: [css-d] QUESTION: WYSIWYGs and CSS?

2007-06-07 Thread Brian Crescimanno
On 6/7/07, Melissa Carraway [EMAIL PROTECTED] wrote: My problem is that this site is going to be edited by the client in Contribute. The site looks fine in Mozilla and in IE, but for some reason when I open it in Contribute, it doesn't work at all! The reason is that Contribute's HTML

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Dejan Kozina
Your web server is sending out iepngfix.htc with a MIME type of text/plain. IE since v. 6 SP1 wants it to be sent as text/x-component. Put a .htaccess file in your css folder with this line in it: AddType text/x-component .htc djn jeffrey morin wrote: i have looked at the following site

Re: [css-d] interuppted div in IE6

2007-06-07 Thread Sandy
Bruno I see all of them working now! ME TOO!!! I use a Mac, so I check the pages with browsercam. I just deleted all the captures and instead of recaptures I did all new ones, and now it all works. I didn't check the details, anyway here are some more suggestions: you know, these are all

Re: [css-d] Weak layout

2007-06-07 Thread trevor bayliss
Thank you everyone for your kind replies really appreciated which I will implement. So I now know what a weak layout is! What a complete nightmare these different browsers are. I don´t think that Sarah´s idea about all the browser people getting together and agreeing on someting will ever

Re: [css-d] Weak layout

2007-06-07 Thread David Laakso
trevor bayliss wrote: My main issue at the moment is that non-IE browsers get rid of the borders on my top nav. What can I do to change this? Thanks: #topnav A { BORDER-RIGHT: #d8e1e9 1px solid; DISPLAY: block; BACKGROUND: no-repeat left top; FONT: 11px/20px tahoma,

Re: [css-d] Background Colour Different in IE6

2007-06-07 Thread Richard Grevers
On 6/7/07, Steph [EMAIL PROTECTED] wrote: Hi Audra Richard, Many thanks for ideas below. There is a background non-repeating file which is a gif. There's also a graphic which is a gif. the graphic colour works as created in another application, but everything else on the page is not ok.

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Joaquim Font
I have the same problem i think. I understand the solution. (sorry my english, i am from argentina) I test de .htc file in this adress: http://www.izquierdanacional.org/index3.html Salut! El 07/06/2007, a las 15:58, Dejan Kozina escribió: Your web server is sending out iepngfix.htc with a

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread jeffrey morin
On 6/7/07, Dejan Kozina [EMAIL PROTECTED] wrote: Your web server is sending out iepngfix.htc with a MIME type of text/plain. IE since v. 6 SP1 wants it to be sent as text/x-component. Put a .htaccess file in your css folder with this line in it: AddType text/x-component .htc djn jeffrey

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread jeffrey morin
png transparency has now stopped working. i didn't even do anything to it __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ

[css-d] unwanted padding-top padding-bottom

2007-06-07 Thread Joanne
http://server.npserver1.com/~netper/whoswho/ #content { position: relative; padding-left: 20px; padding-right: 20px; background-color: #00; color: #ff; background-image: url(images/contentpaper.gif); background-repeat: repeat-y;} This css has a white gap above below the #content div. It

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Lori Lay
jeffrey morin wrote: i have looked at the following site forever now and still cannot get this to work. http://www.twinhelix.com/css/iepngfix/ Well look closer because you haven't followed the instructions. Pardon the terse tone, but we're not here to write your code for you... Anyway,

Re: [css-d] unwanted padding-top padding-bottom

2007-06-07 Thread Joanne
In your stylesheet.css try setting the margin to 0. p { font-family:Verdana,Helvetica,Arial,sans-serif; font-size:100%; margin:0; padding: 0; } This fixes the problem but causes another. The paragraphs still need to have their normal padding margins. I just need to get rid of the gaps above

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread jeffrey morin
On 6/7/07, Lori Lay [EMAIL PROTECTED] wrote: jeffrey morin wrote: i have looked at the following site forever now and still cannot get this to work. http://www.twinhelix.com/css/iepngfix/ Well look closer because you haven't followed the instructions. Pardon the terse tone, but

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread jeffrey morin
The comment wasn't meant to be witty. You still haven't followed the instructions. Look at the demo page! Line one in the CSS!! It starts with USAGE in capital letters. I've seen your posts over the last few months and I was noting a trend. Lori at the top of my global.css it says

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Dejan Kozina
Here is the research. Mordor itself says so: http://support.microsoft.com/kb/306231 The plain word translation is that IE (on WinXP with SP2, to be precise) won't load a .htc file unless it's served with the correct MIME type of text/x-component . The Apache web server doesn't come with this

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread jeffrey morin
On 6/7/07, Dejan Kozina [EMAIL PROTECTED] wrote: Here is the research. Mordor itself says so: http://support.microsoft.com/kb/306231 The plain word translation is that IE (on WinXP with SP2, to be precise) won't load a .htc file unless it's served with the correct MIME type of

[css-d] Td text-alignment and table margin in IE7

2007-06-07 Thread Erik Olivier Lancelot
Hi all, My pages look right in FF, O, NN and IE6, but not IE7. On the page postage-div.php two tables are moved too far to the right, and on the page verification-div.php a td does not right-align as it should. You can go straight to http://www.jester-records.com/postage-div.php to view the

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Lori Lay
jeffrey morin wrote: On 6/7/07, Lori Lay [EMAIL PROTECTED] wrote: jeffrey morin wrote: i have looked at the following site forever now and still cannot get this to work. http://www.twinhelix.com/css/iepngfix/ Well look closer because you haven't followed

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Joaquim Font
I follow the instruction and don't work http://www.izquierdanacional.org/index3.html CSS code: http://www.izquierdanacional.org/css2/tapa4.css Saludos El 07/06/2007, a las 23:00, Lori Lay escribió: jeffrey morin wrote: On 6/7/07, Lori Lay [EMAIL PROTECTED] wrote: jeffrey morin wrote:

[css-d] I DIDN'T MEAN TO POST THAT TO THE LIST - HONEST!!! embarassed =(

2007-06-07 Thread Christopher Blake
don't read it! - I'll get in trouble. Chris Blake: Visit my Website at 3 Point contact | [EMAIL PROTECTED] - 07816163420 | aim - blakeybounce | msn - [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED]

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Lori Lay
jeffrey morin wrote: The comment wasn't meant to be witty. You still haven't followed the instructions. Look at the demo page! Line one in the CSS!! It starts with USAGE in capital letters. I've seen your posts over the last few months and I was noting a trend.

Re: [css-d] unwanted padding-top padding-bottom

2007-06-07 Thread David Laakso
Joanne wrote: http://server.npserver1.com/~netper/whoswho/ This css has a white gap above below the #content div. It does even if I put in padding-top: 0; padding-bottom: 0; padding: 20px; removes the white space, but I don't want top bottom padding. What am I doing wrong? Joanne

Re: [css-d] Vertical Navigation Problem - Clarification

2007-06-07 Thread david
Ingo Chao wrote: I'm mid-posting here since I am not sure if we agree in top- or bottom-posting in this thread. I believe the list standard is bottom-posting ... -- David [EMAIL PROTECTED] authenticity, honesty, community