Re: [css-d] Horizontal alignment Mac and Opera

2007-05-30 Thread Ian Young
Subject: Re: [css-d] Horizontal alignment Mac and Opera On May 30, 2007, at 8:23 AM, Ian Young wrote: Tried that suggestion and now at least FF, IE6/7 and Opera look better. Anyone care to check on the Mac? http://www.iyesolutions.co.uk/templates/css/dba/services.php Screenshot on

[css-d] Problems IE6 pc

2007-05-30 Thread grovesdavid
Hi, Having problems in IE6 pc, the second form from left will not slide in to place. I know the styling is not finished and it has failed the html validation. (which I'm not sure that some of the things I can do a lot about (external links?). But the alignment is fine in FF and Opera, not

[css-d] Divs moving up page with all browsers except IE

2007-05-30 Thread trevor bayliss
In all these browsers: Mozilla, Firefox, Konqueror, Opera, Netscape except Internet Explorer the tab divs in my page move up the page. I don´t understand why this happens and I would be greatful if someone could tell me why this is happening and how to stop it. Thanks everybody Here is

Re: [css-d] Problems IE6 pc

2007-05-30 Thread Ian Young
To: css-d@lists.css-discuss.org Subject: [css-d] Problems IE6 pc Hi, Having problems in IE6 pc, the second form from left will not slide in to place. I know the styling is not finished and it has failed the html validation. (which I'm not sure that some of the things I can do a lot

[css-d] Divs moving up page with all browsers except IE

2007-05-30 Thread trevor bayliss
In all these browsers: Mozilla, Firefox, Konqueror, Opera, Netscape except Internet Explorer the tab divs in my page move up the page. I don´t understand why this happens and I would be greatful if someone could tell me why this is happening and how to stop it. Thanks everybody Here is

Re: [css-d] Positioning div without padding

2007-05-30 Thread ross
You need to make a container DIV for this whole bock of stuff and set text-align:center. div id=right style=width:200px; height:400px; border:1px red solid; text-align:center img src=images/white_circ.gif border=0 alt=Image Swap Sample name=swap id=im style=padding: 12px; margin-bottom:

[css-d] A better way to show photos with a bio?

2007-05-30 Thread Linda Quinn
I have a page that lists instructors with their bios, and the bios are of varying lengths. I recently added photos for some of the instructors, and in the case of people with short bios, the spacing doesn't look very good. www.lifeonwheels.com/pages/instructors.htm The html for each bio is

Re: [css-d] A better way to show photos with a bio?

2007-05-30 Thread Bob Meetin
To the p you can probably add 'clear' to make the content drop below the previous bio, something like: p style=clear: both;img src=Dippel-JJ.jpgspanJJ DIPPEL/span#8230;is a retired federal auditor, has been RVing for three years and fulltimed for the last ten months.nbsp; She as a personal

Re: [css-d] Adding bg images to list items

2007-05-30 Thread Jon Hughes
That doesn't seem to work. #affils li { padding-top:50px; background:#339966; } When I do this, the background color is only behind the text, and not above it. (and when I use a bg image, it is only behind the text as well) I checked firebug, and no element was setting a height or anything else

[css-d] Site check, please -- two small problems

2007-05-30 Thread Tom McNeer
Hi folks, I would appreciate it if anyone interested would quickly scan through http://ids.mediumcool.com. I think most cross-browser issues are solved -- except for two. First, on any page below the home page, there is a bread crumb trail. In IE6 and 7, the first link in the trail -- Home --

Re: [css-d] A better way to show photos with a bio?

2007-05-30 Thread Mauricio Samy Silva
From: Linda Quinn [EMAIL PROTECTED] I have a page that lists instructors with their bios, and the bios are of varying lengths. I recently added photos for some of the instructors, and in the case of people with short bios, the spacing doesn't look very good.

Re: [css-d] Site check, please -- two small problems

2007-05-30 Thread Don - HtmlFixIt.com
See this Tom, http://htmlfixit.com/?p=1013 The advice there should fix your son of suckerfish issue I suspect. Don Second, I am using the son of Suckerfish menus. In Safari, when you move over a choice to reveal the submenu, things appear okay -- until you move onto one of the submenu's

Re: [css-d] Problems IE6 pc

2007-05-30 Thread PBC Web Design
At 07:56 AM 5/30/2007, you wrote: Hi, But the alignment is fine in FF and Opera, not even close in IE6, even the forms don't look the same in IE6. TIA David G) --- http://www.linkhomes2000.co.uk/trials/tryagain-index-2.php Hi David - actually when I view IE6 FF at 1280x1024 they

Re: [css-d] A better way to show photos with a bio?

2007-05-30 Thread PBC Web Design
At 09:34 AM 5/30/2007, you wrote: I have a page that lists instructors with their bios, and the bios are of varying lengths. I recently added photos for some of the instructors, and in the case of people with short bios, the spacing doesn't look very good.

Re: [css-d] Site check, please -- two small problems

2007-05-30 Thread PBC Web Design
At 10:15 AM 5/30/2007, you wrote: I would appreciate it if anyone interested would quickly scan through http://ids.mediumcool.com. Hi Tom, I'm sorry but I'm not going to be able to help you with your problem but I did want to mention that the one red guy in the background ... very clever idea!

Re: [css-d] Site check, please -- two small problems

2007-05-30 Thread Lori Lay
Tom McNeer wrote: Hi folks, I would appreciate it if anyone interested would quickly scan through http://ids.mediumcool.com. I think most cross-browser issues are solved -- except for two. First, on any page below the home page, there is a bread crumb trail. In IE6 and 7, the first link

Re: [css-d] Adding bg images to list items

2007-05-30 Thread Roger Roelofs
Jon, On May 30, 2007, at 10:59 AM, Jon Hughes wrote: That doesn't seem to work. #affils li { padding-top:50px; background:#339966; } When I do this, the background color is only behind the text, and not above it. (and when I use a bg image, it is only behind the text as well) I'm

[css-d] IE6 fails with suckerfish nav with active state

2007-05-30 Thread Brian Crescimanno
Combining several techniques, I've created the top level navigation for this page here: http://demo.kelleninteractive.net/phii/www/test.html The images that are used for the navigation are structured as follows: http://demo.kelleninteractive.net/phii/www/images/nav_subjects.gif top: normal

Re: [css-d] Adding bg images to list items

2007-05-30 Thread Jon Hughes
Roger, I'm sorry! You were right. I was looking at the wrong element in firebug. What happened was I had a selector: #affils ul, #affils ul li { Display: inline; List-style-type: none; Margin: 0; Padding: 0; /* This was overriding the padding for the li */ } Thanks for your help! - Jon

[css-d] IE6 mouseover does not appear in the first li in the list

2007-05-30 Thread Sandy
help! I have a page http://balancetoronto.org/test9/test904.html http://balancetoronto.org/test9/js_css/904default.css where the sub menu on the left has a mouse over effect which does not appear in the first li in the list, or after the /ul of a nested list! What on earth is going on?!! HOW

Re: [css-d] IE6 mouseover does not appear in the first li in the list

2007-05-30 Thread Sandy
What on earth is going on?!! HOW DO I FIX THIS?!!! ok, forget it. I've got it working. Sorry! Sandy __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

[css-d] Please help find the bug

2007-05-30 Thread Chinyere Nzeduru
Here http://chicledia.com/mynew_comp1.html is a composite I am working on. It works perfectly on my computer (IE/7.0.6) but scatters when viewed on other computers. On Opera 9.01 it was not so beautiful but not as bad as when viewed on IE/6. I have checked everything I know but could not

Re: [css-d] Site check, please -- two small problems

2007-05-30 Thread Lori Lay
Tom McNeer wrote: Deb, Thanks for the compliment. As far as validation goes, are you referring to HTML or CSS validation? The W3C CSS validator simply throws a servlet error, and has been doing so for a long time; so I haven't been able to validate the CSS, although it's not different

[css-d] Validator is whack

2007-05-30 Thread trevor bayliss
I don´t get this validator. Anyway I am trying to validate my document and I can´t get it to work. I have three stuborn errors which I can´t work out. http://validator.w3.org/check?uri=http%3A%2F%2F216.219.94.105%2Findex1.cfmcharset=%28detect+automatically%29doctype=Inline Error

Re: [css-d] Validator is whack

2007-05-30 Thread ianm
Why is everything in CAPS? I don´t get this validator. Anyway I am trying to validate my document and I can´t get it to work. I have three stuborn errors which I can´t work out.

Re: [css-d] Validator is whack

2007-05-30 Thread Chris Gandolfo
It's probably because you have your META http-equiv=Content-Type content=text/html; charset=utf-8 above your html tag. -- Chris Gandolfo Design and Marketing Specialist [EMAIL PROTECTED] On May 30, 2007, at 2:33 PM, trevor bayliss wrote: I don´t get this validator. Anyway I am trying to

Re: [css-d] Validator is whack

2007-05-30 Thread Duckworth, Nigel
I don´t get this validator. Anyway I am trying to validate my document and I can´t get it to work. I have three stuborn errors which I can´t work out. http://validator.w3.org/check?uri=http%3A%2F%2F216.219.94.105%2Findex1.cfmcharset=%28detect+automatically%29doctype=Inline You have

Re: [css-d] Validator is whack

2007-05-30 Thread Sandy
hey Trevor, I don´t get this validator. Anyway I am trying to validate my document and I can´t get it to work. I have three stuborn errors which I can´t work out. http://validator.w3.org/check?uri=http%3A%2F%2F216.219.94.105%2Findex1.cfmcharset=%28detect+automatically%29doctype=Inline

Re: [css-d] Validator is whack

2007-05-30 Thread David Laakso
trevor bayliss wrote: I don´t get this validator. Anyway I am trying to validate my document and I can´t get it to work. I have three stuborn errors which I can´t work out.

Re: [css-d] Divs moving up page with all browsers except IE

2007-05-30 Thread Richard Grevers
On 5/31/07, trevor bayliss [EMAIL PROTECTED] wrote: In all these browsers: Mozilla, Firefox, Konqueror, Opera, Netscape except Internet Explorer the tab divs in my page move up the page. I don´t understand why this happens and I would be greatful if someone could tell me why this is

Re: [css-d] IE 6 not displaying image

2007-05-30 Thread Lori Lay
Sandy wrote: Hey all, Any idea of what may be going on here? IE6 does not display the image in the top left side of the banner. http://www.uoguelph.ca/~dmangroo/index.html styles are here: http://www.uoguelph.ca/~dmangroo/mangroo.css thanks! Sandy Sandy, I guess you fixed the

Re: [css-d] A better way to show photos with a bio?

2007-05-30 Thread Linda Quinn
Maruricio - Yes! Thank-you so much. I replaced the existing #infotext p code with your suggestion and it gave me just the spacing I wanted. Now I need to go through your code carefully to see that I really understand it. Best regards, Linda Quinn On May 30, 2007, at 11:22 AM, Mauricio Samy

[css-d] Something weird is happening with my h2

2007-05-30 Thread Christopher Blake
Hi, I was under the impression that h2 could be used repeatedly on a page. It works fine on all my other pages, but now it is in the same div it seems to be behaving irrationally (well to me anyway =). Have a look --- http://www.3pointdesign.com/home/links.html The problem is in the last

[css-d] How to minfy the CSS Files

2007-05-30 Thread Satheesh
Our web pages make multiple request to more than one CSS file for a single page which makes the page downloading relatively slower.. I knew there is on JSMinifier which clears unwanted whitespaces and comments before buiding it.. Do we have any tool like this to clean up all the CSS files. Any

[css-d] css-d Digest, Vol 54, Issue 37 :: Subject: Site Check

2007-05-30 Thread Jennifer Strickland
Not a css issue, but perhaps a Safari-noticeable event, in the alt text for your choice of languages, the word change is misspelled chage. (viewed in Safari) * Message: 2 Date: Sun, 27 May 2007 20:49:20 +0200 From: S?bastien FICHOT [EMAIL PROTECTED] Subject: [css-d] Site Check To:

[css-d] Spacing differences between IE 6 and FF 2

2007-05-30 Thread Michael S. Kirkpatrick
I'm a newbie and new to the list so sorry for the dumb question. I have a layout I'm working on and am struggling with minor spacing differences from IE 6 to FF 2. http://www.webjerks.com ...in particular I'm struggling with getting consistency in the navigation on the right. The padding is set

[css-d] IE 6, 7 Float problem, works in Firefox

2007-05-30 Thread Sam Carter
Maybe I don't get float. Maybe this is a known bug... I've made a bare-bones sample page to show my misunderstanding... or the bug... mhtml:{0CCD3315-325B-41A0-8F7A-971ACF2C88CC}mid://0014/!x-usc:http://tr ainthetrainers.net/home2.php http://trainthetrainers.net/home2.php There's a float

[css-d] Firefox outline-

2007-05-30 Thread Sam Carter
Another minor problem... http://trainthetrainers.net/home2.php Using Firefox, click the radio button at the bottom of the text. There's an outline. I've tried to remove the outline using input, input:focus {outline-width: 0 !important; outline-style:none !important; } Can the outline

Re: [css-d] A better way to show photos with a bio?

2007-05-30 Thread Sam Carter
Each paragraph is bumping into the previous floating image which is extending below and outside the previous paragraph. You can see this phenomenon by adding a border to the paragraph... P { border: 1px solid red;} To fix the problem, add clear : both and margin-top to the paragraph P {

[css-d] how to dynamically constrain amount of Text/Content in a DIV area that can vary in size??

2007-05-30 Thread Greg Hauptmann
Hi, Can anyone recommend how best to how to dynamically constrain amount of Text/Content in a DIV area that can vary in size?? That is, say you have: (a) a content (DIV) area on your view that can expand/contract depending upon browser size ( i.e. when someone is re-sizing the browser window)

[css-d] list-style-image positioning question

2007-05-30 Thread Leslie
I'm trying to get a navigation bar to display images, but I can't get the little half circles to position correctly, or distance themselves from the links. Here's the flat file: http://www.kodiak-web-design.com/development/blot/fandf.jpg Here's the development site:

Re: [css-d] How to minfy the CSS Files

2007-05-30 Thread Christian Heilmann
Our web pages make multiple request to more than one CSS file for a single page which makes the page downloading relatively slower.. I knew there is on JSMinifier which clears unwanted whitespaces and comments before buiding it.. Do we have any tool like this to clean up all the CSS

[css-d] Problem with web site: column not expanding (FF)

2007-05-30 Thread wilsoncpu
Here's the problem URL: http://marathoncharitypartners.org/coaches.php All pages include a left-hand navigation column, and a right-hand content column, followed by a footer. On the problem page, the left-hand column is much longer than the right, and the footer overlaps the left column - in

Re: [css-d] A better way to show photos with a bio?

2007-05-30 Thread Mauricio Samy Silva
From: Linda Quinn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Mauricio Samy Silva [EMAIL PROTECTED] Mauricio - The page looks fine without it - the spacing problem appears to be good. However, I am confused. You said that the code was clearing the paragraph that encloses the image text,