[css-d] absolutely positioned background?

2007-11-30 Thread Anthony Ettinger
http://chovy.dyndns.org/test/img/tab.html I'm trying to accomplish Good, but am only able to get Bad as shown in the link above. I'm looking for a bullet proof method, that will not insert a gap when font-size is adjused by the user. -- Anthony Ettinger 408-656-2473

[css-d] Problem with div collapsing

2007-11-30 Thread Clare AM Green
Hello! I'm having problems with fixing a div collapse. I've uploaded a sample of the issue here http://www.cam-web.co.uk/newcam/quote.html the CSS is available at http://www.cam-web.co.uk/newcam/styles.css As you can see the divs around the form sections (div class=formBox) collapse

[css-d] Problem with values in form fields

2007-11-30 Thread Marje Cannon
For some reason, the values within the form fields are too high in FF, but not IE... does anyone have a clue why this is happening. http://www.webdesignsarasota.com/contact.php The stylesheet is located here http://www.webdesignsarasota.com/styles-webdesignsarasota.css Thanks!

Re: [css-d] Problem with div collapsing

2007-11-30 Thread Clare AM Green
Thank you to you all for your fast replies. All of the various options have worked correctly! Best Wishes. Clare Green. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] How will firefox 3 affect web developers?

2007-11-30 Thread Rafael
Gunlaug Sørtun wrote: Erik Harris wrote: I think Davoud's response shows us why the answer to the question posed in the subject is virtually nothing. There are too many people using other browsers, and unless we're going to be creating websites to work specifically in Firefox, we're

[css-d] site-check please, major ie6 issues

2007-11-30 Thread Peter Hyde-Smith
http://www.bildas.fatpawdesign.com/index.html Hello All: I'd appreciate a site check of above page. Seems well behaved except in IE6, which is losing the floated green box in the left column, and evidently the whole content of the right column. Something somewhere probably needs 'has-layout'

Re: [css-d] site-check please, major ie6 issues

2007-11-30 Thread Ernie Finlay
I checked IE6, it looks OK to me,same with opera. Ernie :)) From: [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Date: Fri, 30 Nov 2007 22:27:46 -0600 Subject: [css-d] site-check please, major ie6 issues http://www.bildas.fatpawdesign.com/index.html Hello All: I'd appreciate a

Re: [css-d] absolutely positioned background?

2007-11-30 Thread Gunlaug Sørtun
Anthony Ettinger wrote: http://chovy.dyndns.org/test/img/tab.html I'm trying to accomplish Good, but am only able to get Bad as shown in the link above. I'm looking for a bullet proof method, that will not insert a gap when font-size is adjused by the user. You have to provide a space

Re: [css-d] Print Style Help

2007-11-30 Thread Gunlaug Sørtun
Todd Richards wrote: www.ldstrategies.com When I do a print preview in either Firefox or IE 6, the content gets chopped off. In IE 7, it shrinks it down to fit. Start by making sure no printed containers are floated or absolute positioned, as that may upset the mentioned browsers/versions.

Re: [css-d] How to center a table using CSS

2007-11-30 Thread Dan Dorman
On Nov 30, 2007 1:46 PM, michelle m [EMAIL PROTECTED] wrote: I am trying to center a data table on a page using valid CSS and XHTML. I had great cross-browser success (FF, IE7, Op, Sa; all Windows) when I applied margin: auto to the table itself. :Dan Dorman

Re: [css-d] absolutely positioned background?

2007-11-30 Thread Mauro Lages
Hello Anthony; Did you tried to increase - or set - the height of the menu? Att Mauro Lages - Original Message - From: Anthony Ettinger [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Friday, November 30, 2007 2:25 PM Subject: [css-d] absolutely positioned background?

Re: [css-d] Problem with div collapsing

2007-11-30 Thread Dan Dorman
On Nov 30, 2007 12:29 PM, Clare AM Green [EMAIL PROTECTED] wrote: As you can see the divs around the form sections (div class=formBox) collapse because they are containing floated elements. Normally I fix issues like this by putting in a br tag at the bottom of the div and applying a class

Re: [css-d] Problem with div collapsing

2007-11-30 Thread Gunlaug Sørtun
Clare AM Green wrote: http://www.cam-web.co.uk/newcam/quote.html As you can see the divs around the form sections (div class=formBox) collapse because they are containing floated elements. That's correct behavior, same in all decent browsers. You can add... .formBox {overflow: hidden;}

Re: [css-d] How will firefox 3 affect web developers?

2007-11-30 Thread Jon Hughes
At 03:42 PM 11/29/2007, DAVOUD TOHIDY wrote: However your layout is not stable. For the definition of layout stability please see my portfolio at : I think Davoud's response shows us why the answer to the question posed in the subject is virtually nothing. There are too many people using

Re: [css-d] float disables links in IE7

2007-11-30 Thread Travis Killen
Bruno Fassino wrote: Travis Killen wrote: Hello, having a bizarre problem with IE7. While building my template I noticed my links were not working in IE. I have isolated the problem down to the float in the div#left of my stylesheet. Is this a known problem? Any suggestions?

Re: [css-d] How will firefox 3 affect web developers?

2007-11-30 Thread Erik Harris
At 03:42 PM 11/29/2007, DAVOUD TOHIDY wrote: However your layout is not stable. For the definition of layout stability please see my portfolio at : I think Davoud's response shows us why the answer to the question posed in the subject is virtually nothing. There are too many people using other

Re: [css-d] site-check please, major ie6 issues

2007-11-30 Thread Gunlaug Sørtun
Peter Hyde-Smith wrote: http://www.bildas.fatpawdesign.com/index.html I'd appreciate a site check of above page. Seems well behaved except in IE6, which is losing the floated green box in the left column, and evidently the whole content of the right column. Something somewhere probably

Re: [css-d] float disables links in IE7

2007-11-30 Thread Bruno Fassino
Travis Killen wrote: Hello, having a bizarre problem with IE7. While building my template I noticed my links were not working in IE. I have isolated the problem down to the float in the div#left of my stylesheet. Is this a known problem? Any suggestions? http://144.96.161.3/forestry

Re: [css-d] Missing Background Image in Firefox

2007-11-30 Thread David Laakso
Jim Davis wrote: To #Wrapper add the rule display: table; -- this will cause the wrapper to expand vertically to the height of the content of the div. Jim http://www.forsythcomputertraining.org/default.aspx Adding a doctype and not setting the fonts in points will also be a

[css-d] Missing Background Image in Firefox

2007-11-30 Thread Snipes, Jason L
One of my developers just asked me for help with why a background image is not appearing in Firefox. I'm not sure how we missed it before (just poor checking on my part primarily) but for some reason today my brain is broken and I cannot seem to figure it out.

Re: [css-d] css hover question

2007-11-30 Thread Loek Hilgersom
Christian Kirchhoff wrote: Hello, you can do that with the pseudo class hover: http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes But be aware that not every browser supports that class for every element. Older browsers might not support it at all, or only for links.

Re: [css-d] floated image is offset in Firefox only; why?

2007-11-30 Thread Philippe Wittenbergh
On Nov 30, 2007, at 12:03 PM, Matt Jalbert wrote: On this page: http://www.sparklejet.com/clients/cale/livingroom/ the logo, which is in a float-left div, renders in Firefox (both Mac and Windows) exactly 17 pixels below where it should be. That is, the float seems to be in the right place

Re: [css-d] css hover question

2007-11-30 Thread Christian Kirchhoff
Hello, you can do that with the pseudo class hover: http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes But be aware that not every browser supports that class for every element. Older browsers might not support it at all, or only for links. Regards, Christian Directmedia

[css-d] css hover question

2007-11-30 Thread Scott Thigpen
Hi, I don't have a site to show you but I have a question. I'd like to be able to rollover a div and when I hover over it, it changes color. Is this possible to do in CSS? It would not be a hyperlink (to go anywhere), I'd just like for a when a client rolls their mouse over an area, it

Re: [css-d] hover bg question

2007-11-30 Thread Rees, Mark
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Julian Tulip's Licorice Sent: 30 November 2007 03:25 To: css-d@lists.css-discuss.org Subject: [css-d] hover bg question Hello all, Do any of you wizards know why I can't seem to fill in the last 3 or 4 'hover

Re: [css-d] float disables links in IE7

2007-11-30 Thread David Hucklesby
On Fri, 30 Nov 2007 11:57:27 -0600, Travis Killen wrote: Hello, having a bizarre problem with IE7. While building my template I noticed my links were not working in IE. I have isolated the problem down to the float in the div#left of my stylesheet. Is this a known problem? Any

Re: [css-d] Dropdown menu not working in IE + Site test

2007-11-30 Thread Keno Multimedia
Hi list, Thank you to all that offered their help ... I have managed to get the menu to now function in IE .. Could I please have a site test and cross browser check ... Thanks, Ken. - Ingo Chao wrote: Keno Multimedia wrote: ... Could I please have a cross

Re: [css-d] Holy Grail Alternatives

2007-11-30 Thread Drew Trusz
On Nov 28, 2007 6:32 PM, Ann Randall [EMAIL PROTECTED] wrote: All right, I've redone my site prototype using an alternative to the ALA Holy Grail. I think this is kind of an amalgamation of these two: http://www.alistapart.com/articles/negativemargins/

Re: [css-d] How will firefox 3 affect web developers?

2007-11-30 Thread Jon Hughes
However your layout is not stable. Yea, that's been something I've been wanting to fix but haven't had the time. My hard drive just crashed yesterday (thankfully I was able to restore most of the data) so as soon as it's back up, I'm going to strengthen my layout so it is scalable. Thanks

Re: [css-d] Dropdown menu not working in IE + Site test

2007-11-30 Thread David Laakso
Keno Multimedia wrote: I have managed to get the menu to now function in IE .. Could I please have a site test and cross browser check ... Ken RE: http://www.sun-safe.com.au/ Ken, -- Slow load on an extremely fast modem and timing out on http://www.websiteoptimization.com. -- Bottom

Re: [css-d] Missing Background Image in Firefox

2007-11-30 Thread Jim Davis
To #Wrapper add the rule display: table; -- this will cause the wrapper to expand vertically to the height of the content of the div. Jim On Nov 30, 2007 7:27 AM, Snipes, Jason L [EMAIL PROTECTED] wrote: One of my developers just asked me for help with why a background image is not

[css-d] float disables links in IE7

2007-11-30 Thread Travis Killen
Hello, having a bizarre problem with IE7. While building my template I noticed my links were not working in IE. I have isolated the problem down to the float in the div#left of my stylesheet. Is this a known problem? Any suggestions? http://144.96.161.3/forestry Kind Regards, Travis

Re: [css-d] How will firefox 3 affect web developers?

2007-11-30 Thread Gunlaug Sørtun
Erik Harris wrote: I think Davoud's response shows us why the answer to the question posed in the subject is virtually nothing. There are too many people using other browsers, and unless we're going to be creating websites to work specifically in Firefox, we're still going to have to

[css-d] How to center a table using CSS

2007-11-30 Thread michelle m
Hey group. I've tried googling this, but I can't seem to find a solution. I am trying to center a data table on a page using valid CSS and XHTML. I tried putting the table in a div and setting the margins of the div to 0 auto, which worked in IE6, but not in Firefox or Netscape. In both

[css-d] Print Style Help

2007-11-30 Thread Todd Richards
Hi Everyone - I have a simple site for a client - www.ldstrategies.com - with a print stylesheet that is giving me issues. When I do a print preview in either Firefox or IE 6, the content gets chopped off. In IE 7, it shrinks it down to fit. Printing the pages confirms the issue. Any

Re: [css-d] How will firefox 3 affect web developers?

2007-11-30 Thread Gunlaug Sørtun
Rafael wrote: Gunlaug Sørtun wrote: I think someone is defining site stability on the wrong premises. No site will ever work and render the same in all browsers, no matter what lowest common denominator one uses. Neither should they. Interesting... now I'm curious. Curiosity killed