Re: [css-d] Site check please

2006-08-05 Thread it
Robert O'Rourke on August 03, 2006 9:28 PM asked to Site check http://ipg.sanchothefat.com What I like: --- 1. The site looks to be using a very common CMS which are notorious for using table based templates. You have done a nice job using a CSS based template which passes valid

Re: [css-d] Site check please

2006-08-05 Thread Felix Miata
On 06/08/05 01:01 (GMT-0500) [EMAIL PROTECTED] apparently typed: Robert O'Rourke on August 03, 2006 9:28 PM asked to Site check http://ipg.sanchothefat.com What I recommend to Improve: 4. for a 780px width, you should go for a smaller font size, consider : body { font : 80%/1.25em

Re: [css-d] Site check please

2006-08-05 Thread Micky Hulse
Felix Miata wrote: ... though it also specifies line-height: 1.25em, which should be changed to simply 1.25. Here's why: http://mrmazda.no-ip.com/auth/line-height-inherit.html http://mrmazda.no-ip.com/auth/bigdefaults.html Hi, Why does Yahoo specify line-height in EM's then? /** * Default

Re: [css-d] Site check please

2006-08-05 Thread Gunlaug Sørtun
Micky Hulse wrote: Felix Miata wrote: ... though it also specifies line-height: 1.25em, which should be changed to simply 1.25. Why does Yahoo specify line-height in EM's then? http://developer.yahoo.com/yui/fonts/ A bit confusing... I assume Yahoo CSS gurus know what they are doing.

Re: [css-d] Site check please

2006-08-05 Thread Micky Hulse
Wow! Thanks for the great feedback Georg! I really appreciate the clarification. I think for most of the layouts I create, a unit-less line-height will be just what the doctor ordered. Thanks again for your top-notch input. :) Cheers, Micky

[css-d] Help w/ Div Width Issue FF IE

2006-08-05 Thread Thomas Hall
I have a site at this address - www.atramember.com/services.aspIf you look at the page in FF as you scroll down you will see there is about a 20px gap on the right side that is not there in IE. I have played around with the widths and paddings and margins of the div elements in question but

[css-d] css-only popups in-place

2006-08-05 Thread martin f krafft
Hi all, Looking at http://meyerweb.com/eric/css/edge/popups/demo.html I once again bow to Mr. Meyer. I got it working immediately (http://martin-krafft.net/phd). Now i'd like to do that same thing but have the popup appear relative to the :hover element, but in such a way that it does not take

Re: [css-d] css-only popups in-place

2006-08-05 Thread Gunlaug Sørtun
martin f krafft wrote: (http://martin-krafft.net/phd). Now i'd like to do that same thing but have the popup appear relative to the :hover element, but in such a way that it does not take up space but rather appears above the content... The addition of / correction to... span.term:hover

Re: [css-d] Site check please

2006-08-05 Thread Robert O'Rourke
Thanks everyone, I wasn't aware I could specify line-height without units till now. Nice one. I've used a darker colour for the emphasised paragraph and left the font-size on the body and content well alone. I think the reason I shrank it down was that trebuchet didn't look so good so I've

Re: [css-d] css-only popups in-place

2006-08-05 Thread martin f krafft
also sprach martin f krafft [EMAIL PROTECTED] [2006.08.05.1515 +0100]: Looking at http://meyerweb.com/eric/css/edge/popups/demo.html I once again bow to Mr. Meyer. I got it working immediately (http://martin-krafft.net/phd). Now i'd like to do that same thing but have the popup appear

[css-d] Automatic Reply

2006-08-05 Thread ruben
Hi, I will be out of the office from Saturday August 5th and will not have access to my e-mails. I will be back in the office on Monday August 14th and will be glad to return your mails at that time. For any urgent matters, you can always contact: Dominique Vermeersch - [EMAIL PROTECTED]

Re: [css-d] Menu works in nearly everything except IE6

2006-08-05 Thread David Hucklesby
On Wed, 2 Aug 2006 13:26:31 -0700, Tom Keenan wrote:  I have a menu which works in Safari, Firefox(Mac and PC), IE7(beta  3) but not in IE6. [...]  The test site is:  http://keenancomm.com/test/ppcg Did you fix the .htc problem, Tom? The hover seems to work now. However, there is a problem

Re: [css-d] Help w/ Div Width Issue FF IE

2006-08-05 Thread Gunlaug Sørtun
Thomas Hall wrote: www.atramember.com/services.asp If you look at the page in FF as you scroll down you will see there is about a 20px gap on the right side that is not there in IE. Cause: IE doesn't respect given dimensions, so it is pushing #main_col_left wider since the #circles is too

[css-d] DIV background image swap on mouseover?

2006-08-05 Thread Magenta Placenta
http://designs.inherent.com/dynapsis/7_27_06/admin_home.cfm This is the effect I'm after, you can see the illustrated mouseover on the top left rounded corner box - gray to orange. http://designs.inherent.com/dynapsis/build/admin_home.cfm http://designs.inherent.com/dynapsis/build/stylesheet.css

[css-d] background image positioning problem

2006-08-05 Thread chris
Hi, I'm trying to position a background image vertically - I want it to start tiling on the y-axis at 520px from the top. After hours of searching, I haven't come across anyone having an issue doing this, so I wonder if anyone here might be able to illuminate why this doesn't work? I have a

[css-d] Inheritance Rules

2006-08-05 Thread Joseph Lorenzini
Hello all, I have written previously on finding a way to style external links with CSS. I decided on using a span class which led to the following problem. My content area is within a DIV called #Content my span class is called external. I have (#Content a) for internal links. The span class was

[css-d] image commented out ?

2006-08-05 Thread Randal Sean Harrison
I am losing my mind. Most xhtml/css issues I *at least* know where to look for help. No idea on this one. This is the site--- http://www.hu.mtu.edu/~rsharris/kennedy_canine_center/ This is the problem--- I have a div for the banner which I'd set a background image for. It showed up on my

[css-d] left column text shifted below main text

2006-08-05 Thread martin f krafft
Hi, Please take a look at http://martin-krafft.net/phd/ http://martin-krafft.net/phd/css/screen.css http://martin-krafft.net/phd/css/base.css (imported by screen.css) My problem is with the left column, which I produce by floating the main content to the right of the left column, which

Re: [css-d] Menu works in nearly everything except IE6

2006-08-05 Thread Tom Keenan
David, Thanks for checking. Yes I found a few problems. One was that I wasn't accessing csshover.htc correctly. Fixing that made a major difference. Additionally I needed to add z-index appropriately so that the menus didn't suddenly disappear. I really appreciate your mentioning the menu

Re: [css-d] image commented out ?

2006-08-05 Thread david
Randal Sean Harrison wrote: I am losing my mind. Most xhtml/css issues I *at least* know where to look for help. No idea on this one. This is the site--- http://www.hu.mtu.edu/~rsharris/kennedy_canine_center/ Here's the thing: When I view source from within Notepad or Dreamweaver

[css-d] Big gap between the center and footer divs

2006-08-05 Thread Bob Boisvert
Hi All, I'm building a full CSS layout consisting of a header, left, right, and center columns and footer. Inside the center column I have 4 divs looking like below, excuse the art work. --- - - - - -

Re: [css-d] image commented out ?

2006-08-05 Thread David Dorward
On 06/08/06, Randal Sean Harrison [EMAIL PROTECTED] wrote: div id=banner img src=images/banner.jpg alt=Banner Image for Kennedy Canine Center width=775 height=150 / /div That is ... interesting alt text. You should probably install a copy of Lynx and test it with that. But when I view

Re: [css-d] Inheritance Rules

2006-08-05 Thread David Dorward
On 05/08/06, Joseph Lorenzini [EMAIL PROTECTED] wrote: I have written previously on finding a way to style external links with CSS. I decided on using a span class which led to the following problem. My content area is within a DIV called #Content my span class is called external. I have

Re: [css-d] left column text shifted below main text

2006-08-05 Thread Gunlaug Sørtun
martin f krafft wrote: http://martin-krafft.net/phd/ My problem is with the left column, which I produce by floating the main content to the right of the left column, which follows the content in the XHTML source. Unfortunately, the text flow of the left column is interrupted at the

[css-d] FOLLOW UP: div background image swap

2006-08-05 Thread Magenta Placenta
Do you slackers take weekends off? :) I've literally spent all day trying various things to get my layout how I envisioned. I've finally got it working fairly well. The mockup: http://designs.inherent.com/dynapsis/7_27_06/admin_home.cfm The initial build-out:

Re: [css-d] background-color and color / IE solution

2006-08-05 Thread David Hucklesby
On Fri, 4 Aug 2006 11:07:18 -0500, Rayne Bair wrote:  hi, I'm Rayne and I've just joined the list. [...] Welcome, Rayne. Re: http://testing.wifetalks.com/ You said:  I'm getting warning that no color is specified on  elements where I've defined a background-color. It's just a  warning, but

Re: [css-d] multiple-level dropdown menu - exquisitimplementationusing purely CSS

2006-08-05 Thread Al Sparber - PVII
Tell Steve he needs to set the third-level menus with a serious overlap on their parents because in its current state those leves are impossible to keep open unless one has his mouse on rails :-) I'm not sure what you mean, Al. Are you wanting the menu to remain open even when the mouse