[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] Equal height column problem

2005-05-08 Thread Dion Sole
Graham wrote: > 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:

Re: [css-d] alt and title on images (SEO etc.)

2005-05-08 Thread Christian Heilmann
> Though this is actually off-topic, I don't believe title is there for > accessibility at all (unless browsers for the disabled read them). > However, alt tags are displayed if the image can't be loaded. This may > be due to the person being disabled, or it may just be that the person > viewing y

[css-d] Site check,

2005-05-08 Thread David
Hi all, I recently started working for a really nice company here in the city. Mainly was hired for my css knowledge and visual design skills (which is half that of most people here). Anyways, I coded and designed this site: http://gsasmart payconference.com *(take the space out between smart

Re: [css-d] Site check,

2005-05-08 Thread David Dorward
On 5/8/05, 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 better/differently/more sema

[css-d] CSS positioning problems

2005-05-08 Thread Liviu
Hello all, After I spent several hours reading tutorials adn coding, I decided to ask for help here. Please check http://www.ral.ro/liviu/index1.htm . It looks fine in Opera and IE, but my div #footer appears strange in Firefix. Any idea ? Thanks Liviu _

Re: [css-d] newbie confusion

2005-05-08 Thread Kathy
but IE won't scale pixel-sized > fonts if you adjust the browser font size. So pixel size is NOT best, OK. > I wonder if the tutorial you saw relates to some of Dave Shea's > comments - check out this link for more detailed info: Thanks for the articles, that helps. The article I was referri

[css-d] Equal height column problem

2005-05-08 Thread Graham
Thanks for input, unfortunately did not solve problem. In the end found an excellent little .js from yellowpencil.com which works across all browsers. Graham -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dion Sole Sent: Sunday, 8 May 2005 6:07 PM To: c

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 bette

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"

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

2005-05-08 Thread Paul Novitski
At 12:28 PM 5/6/2005, Andrew Mason wrote: My site has a map of the world. When the user hovers over certain countries, the country highlights and an image of its name is displayed in the bottom right corner. you can see the effect with "Egypt" here: http://www.pandamouth.org/images/map.gif Stu N

[css-d] Newbie 3 col layout problems

2005-05-08 Thread viri bruk
Hi. I must admit I am total newbie at CSS. Let's go on. Can someone tell me what is the easiest way to make a 3 column layout with header and footer? I've tried out positive and absolute positioning (http://www.geocities.com/crazy4drac/) and floats (http://www.geocities.com/crazy4drac/bj/), but eac

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

2005-05-08 Thread Jeniffer C. Johnson
Thanks to everyone who helped check this site on the Mac platform. I've made some changes to the html as well as the css, trying for something a bit cleaner. (The original css was in part left over from previous layouts, and I think this is a little cleaner now.) http://www.kiu-art.dk/dev3/index1

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 co

Re: [css-d] Site check,

2005-05-08 Thread Kathy
> David's right. If accessible matters to you, then don't mess with > paragraph text size. Not only do you make it 64% (p {font: 80%/...} -> > (100%-sqrt(100%^2-80%^2)) > http://members.ij.net/mrmazda/auth/area80.html) for people who have > never adjusted their default size to their needs, you also

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

2005-05-08 Thread jack fredricks
I hope no one on the list minds if I simply say; please have a look at the wiki (http://css-discuss.incutio.com/). It has an excellent section explaining 3 col layouts. > Can someone tell me what is the easiest way to make a 3 column layout > with header and footer?

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. http://www.inknoise.com/experimental/layouto

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 yo

[css-d] Make it Stop!

2005-05-08 Thread Denise Hartmann
Hello, Okay, how do I make a 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] Make it Stop!

2005-05-08 Thread Christian Heilmann
> Hello, > > Okay, how do I make a 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??? You'd need a min-width, which is not supp

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 res

Re: [css-d] Resizing background images

2005-05-08 Thread Certain Chances
Thanks to Bob and Ted. I'm going to give the 'RoundedCorners' method a go... wish me luck. Cheers, Tracy On Tuesday, May 3, 2005, at 11:06 am, Bob Easton wrote: Tracy Shorrock wrote: > I have a vertical nav list on the site www.vandevelde.co.uk that has a > background image on hover/active > ...

[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 th

Re: [css-d] Repeating header in IE5

2005-05-08 Thread Lothar B. Baier
Hi! David Wang schrieb: (still on a test location): http://homebaked.itchyhands.com/alun/cinta/ CSS file: http://homebaked.itchyhands.com/alun/assets/css/styles.css Why does the header repeat in IE5? How difficult is it to fix and should I bother fixing it at all? Can't see the problem here. Looks

[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: 1770 Heritage Development Assessment 1770 Heritage Group CSS: table#projects { width: 600px; margin: 10px; } #projects td.projectName { width: 175px; padding-ri

[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 evolt.org

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. T

Re: [css-d] Is it kosher...

2005-05-08 Thread Chris Ovenden
On 5/6/05, Peter O. <[EMAIL PROTECTED]> wrote: > > ... to add a