Re: [css-d] Oops - IE Footer Float Problem - Here's the correct URL

2005-05-08 Thread Ingo Chao
[EMAIL PROTECTED] schrieb: IE won't clear my footer float nor will it read any of the definitions within my double-float layout. It's acting as though it doesn't even see the darned footer div. The page is here: (http://www.portlandmethodist.org/ssd/index.html) ... Also, can anybody fathom

Re: [css-d] Help! My page is going crazy in IE6

2005-05-08 Thread Ingo Chao
Weyert de Boer schrieb: in Internet Explorer 6, when you open the page, you are missing parts of the content-DIV. But when you hover over a menuitem at top it shows! But when I now hover over on the homepage-link (the image on the left) it disappears again!

[css-d] Equal height column problem

2005-05-08 Thread Graham
I know this has been covered many times before, but none seem to cover my problem, here it is. I am managing a corporate-wide template where the main content is divided into six 66px panels with a 10px spacing between each panel. This permits the following layouts: 1 panel - 5 panel 2 panel

Re: [css-d] Site check,

2005-05-08 Thread David Laakso
On Sun, 08 May 2005 06:12:32 -0400, David [EMAIL PROTECTED] wrote: ... http://gsasmart payconference.com *(take the space out between smart and conference; dont want this message to be searchable.)* I guess what I'm asking here is for any info regarding how I could of coded the site

Re: [css-d] Site check,

2005-05-08 Thread David Laakso
On Sun, 08 May 2005 11:48:43 -0400, David Laakso [EMAIL PROTECTED] wrote: On Sun, 08 May 2005 06:12:32 -0400, David [EMAIL PROTECTED] wrote: Correction-- This: filter: @media screen and (min-width: 0px){#stuff { text-align: left!important; } } Should read: @media screen and (min-width: 0px){

Re: [css-d] Best way to make this rollover image map?

2005-05-08 Thread Andrew Mason
Thanks for the feedback! My rollover is a little more complicated because of the image of the country name which changes in the bottom right corner (Egypt in this example) http://www.pandamouth.org/images/map.gif Maybe the best way is to have a second image with all the country names that

Re: [css-d] Best way to make this rollover image map?

2005-05-08 Thread Kelly Miller
Id's must be unique, but you can assign multiple classes to a tag by using this syntax: class=class1 class2 class3 Andrew Mason wrote: Thanks for the feedback! My rollover is a little more complicated because of the image of the country name which changes in the bottom right corner (Egypt in

Re: [css-d] Site check,

2005-05-08 Thread Felix Miata
David Laakso wrote: On Sun, 08 May 2005 06:12:32 -0400, David [EMAIL PROTECTED] wrote: http://gsasmart payconference.com *(take the space out between smart and conference; dont want this message to be searchable.)* I guess what I'm asking here is for any info regarding how I could of

Re: [css-d] Newbie 3 col layout problems

2005-05-08 Thread Shane Birley
Sorry, I thought I sent this out earlier, but turns out I only sent it to one person. A great learning tool are auto generators. I use them sometimes for the start of a layout. Then code them by hand after that and make any requirement changes.

Re: [css-d] Site check,

2005-05-08 Thread Christian Heilmann
Sooo, are you saying use 100% ??? This has been discussed here ad nauseam and the wonderful wiki has most results: Sizing Text - tips for font sizing http://css-discuss.incutio.com/ Still have 49 gmail invites to give away :) email me privately at [EMAIL PROTECTED] haven't we all :-) --

Re: [css-d] setting a background image with firefox.

2005-05-08 Thread L. David Baron
On Friday 2005-05-06 18:00 -, victor NOAGBODJI wrote: http://membres.lycos.fr/pixelstorage/template.html This page works well in IE (the background image repeats) but not in Firefox. On Friday 2005-05-06 18:23 -, victor NOAGBODJI wrote: I have modified the original file so that you

[css-d] Make it Stop!

2005-05-08 Thread Denise Hartmann
Hello, Okay, how do I make a div id=anything/div stop??? I have 4 floated images inside the div, I have given it a white-space:nowrap; and the images still drop down when the window is compressed in IE (they overlap each other in firefox). Is there a trick??? Thanks, Denise

Re: [css-d] site check -- kiuart.dk -- round two

2005-05-08 Thread David Laakso
On Sun, 08 May 2005 14:45:41 -0400, Jeniffer C. Johnson [EMAIL PROTECTED] wrote: http://www.kiu-art.dk/dev3/index11.asp ... recreate the effect in Mozilla on WinXP, when I tried applying the bg to both html as well as body (trying to get it to display in Opera). So right now the background

Re: [css-d] em-based layout query

2005-05-08 Thread Certain Chances
Thanks to Ted, Bob, Tonico, Christy, Jean, and John for your solutions. I'm off to start experimenting... Cheers, Tracy On Tuesday, May 3, 2005, at 12:49 pm, tedd wrote: Thanks to all that answered. I'll check out the links, and see how I go. What I think I want is: #container in ems (so it

[css-d] Repeating header in IE5

2005-05-08 Thread David Wang
Hi guys, This is my first time mailing in a query to the list. Please bear with me. I'm working on a freelance web design project for a client. In my agreement I've stated that the site will be compatible with IE6+ and better. However, they're not very tech-savvy are not sure how to download

[css-d] tricks for applying padding to tables?

2005-05-08 Thread Virginia Murdoch
Hi everyone, I'm SURE I've put padding in table-cells before, but I don't seem to able to do it today! HTML: table id=projects tr class=row td class=projectNamea href=show_projects.php?id=11770 Heritage Development Assessment/a/td td class=contact1770 Heritage Group/td /tr /table CSS:

[css-d] RETRACT tricks for applying padding to tables?

2005-05-08 Thread Virginia Murdoch
I made the most idiotic mistake. I can't even bring myself to speak of it. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by

Re: [css-d] Repeating header in IE5

2005-05-08 Thread David Wang
Hi Lothar, Thanks for looking at my site. You can see a screenshot of the site in IE5 at http://homebaked.itchyhands.com/alun/alun-wrong.jpg The bug is intermittent. Sometimes it only appears when you scroll down and then scroll back up. It's really weird and I'm at a lost at why it happens.