Re: [css-d] Site Check for IE layout issues

2008-11-07 Thread SuzT808
On Fri, Nov 7, 2008 at 9:58 PM, David Laakso <[EMAIL PROTECTED]>wrote: > SuzT808 wrote: > >> Hello I would appreciate a review of the following page as I am having a >> hard time getting a handle on how to ensure all of my content is in the >> right place in Internet Explorer 7 and 6. . >> >> www.

Re: [css-d] CSS help - IE problems

2008-11-07 Thread Al Kendall
G'day David, If you take a look at the three images you will note; 1. In Firefox v3, it looks great. 2. In IE v7 all the graphics and text are much larger and take up much more space on the screen. 3. In Opera v9, it close to firefox, but you not in the drop-down menu there are g

Re: [css-d] Site Check for IE layout issues

2008-11-07 Thread David Laakso
SuzT808 wrote: > Hello I would appreciate a review of the following page as I am having a > hard time getting a handle on how to ensure all of my content is in the > right place in Internet Explorer 7 and 6. . > > www.cocomomi.com/index8.html > > > Suz > > You are running Proprietary HTML not

Re: [css-d] Pixel Terror II - Pixel Strikes Back

2008-11-07 Thread David Laakso
On Fri, Nov 7, 2008 at 9:03 PM, MEM <[EMAIL PROTECTED]> wrote: > " Let the software do its little thing without restriction. All will be > well. Or, will it?" > > I think I've not understand your reply. I've not yet made the css > arrangements that you have provide, but I will. I just like to kno

Re: [css-d] Pixel Terror II - Pixel Strikes Back

2008-11-07 Thread MEM
" Let the software do its little thing without restriction. All will be well. Or, will it?" I think I've not understand your reply. I've not yet made the css arrangements that you have provide, but I will. I just like to know more about the escape so I can avoid that on the future. Thanks once

Re: [css-d] Pixel Terror II - Pixel Strikes Back

2008-11-07 Thread David Laakso
MEM wrote: > Hi again, > > Thanks a lot for the solution about the escape. I haven't been that much > concerned about it, because I thought it was only because my text was bigger > than the footer size. :s I've tried to search the internet for information > regarding text scape, but I was unable

Re: [css-d] tiled background in front - can I do it?

2008-11-07 Thread Philippe Wittenbergh
On Nov 8, 2008, at 4:53 AM, David Hucklesby wrote: > Note that DIVs normally "stretch" to fill available horizontal space > -- > no need to apply any special rules for that- you only need a hei Nope. An absolute positioned, or fixed positioned, block element (div) will shrink-wrap to the wid

Re: [css-d] Default % values - newbie question.

2008-11-07 Thread MEM
Thanks. :) I'm clarified, after reading this text several times. :D "When a percentage value is set for a property of the root element and the percentage is defined as referring to the inherited value of some property, the resultant value is the percentage times the initial value of that property

Re: [css-d] Separate an underline from the text underlined

2008-11-07 Thread MEM
Thanks for your reply. Actually, I'm doing my underline using this: .linksprincipais#navigation ul li a:hover{ border-bottom: 10px solid black; } I don't want an underline of 1 px, what I want is 1px distance between the navigation button and the underline (when we mouse over the button). Here: h

Re: [css-d] Styling with cursor:pointer doesn't work in IE - what now?

2008-11-07 Thread Lourens Thalen
Are you using the href attribute? this is what triggers the pointer if I'm right.. 2008/11/6 Brett Leber <[EMAIL PROTECTED] <[EMAIL PROTECTED]>> > Hi list, > > In 2005, someone had a similar question, but there was no response: > http://archivist.incutio.com/viewlist/css-discuss/52019 > > Using c

Re: [css-d] Pixel Terror II - Pixel Strikes Back

2008-11-07 Thread MEM
Hi again, Thanks a lot for the solution about the escape. I haven't been that much concerned about it, because I thought it was only because my text was bigger than the footer size. :s I've tried to search the internet for information regarding text scape, but I was unable to find it. Is it pos

Re: [css-d] online sources for CSS?

2008-11-07 Thread Frynge Customer Support
Here you go http://www.csszengarden.com/ http://www.w3.org/TR/CSS2/ http://cssvault.com/ http://www.wpdfd.com/issues/70/css_from_the_ground_up/ http://css.maxdesign.com.au/listamatic/ http://www.alvit.de/handbook/ http://www.stylegala.com/ Kelly Sigethy - Frynge.com Web Design - Hosting - Adverti

Re: [css-d] Site Check for IE layout issues

2008-11-07 Thread Frynge Customer Support
In my internet explorer 7, there are large spaces under the email and the radio In firefox, it shows the player right under the stamp. You have a bit of java script that can be put in to a script instead of inside the main source code Kelly Sigethy - Frynge.com Web Design - Hosting - Advertisi

Re: [css-d] Site Check for IE layout issues

2008-11-07 Thread SuzT808
Hello I may be sending this twice, as it doesn't appear as though it reached the list. > Hello I would appreciate a review of the following page as I am having a > hard time getting a handle on how to ensure all of my content is in the > right place in Internet Explorer 7 and 6. I am trying to lea

Re: [css-d] unfloated form drops in IE

2008-11-07 Thread Luc
Good evening David, It was foretold that on 07/11/2008 @ 11:39:23 GMT-0800 (which was 17:39:23 where I live) David Hucklesby would write: > I'm not seeing this behavior in IE 6 nor IE 7 this end (Win xp). > Did you fix it, or are you using a different version of IE ? You don't see it? Stran

Re: [css-d] control td text

2008-11-07 Thread Tommy_Tiller
Thanks David, You put me on the right track. I made a rule for the tag th and left td to it's default and that worked. I'm not sure why I was trying to make things harder that they needed to be. Sometimes you can't see the forest for the trees. Thanks again for the solution. Tommy It's hard t

Re: [css-d] unfloated form drops in IE

2008-11-07 Thread David Hucklesby
On Thu, 6 Nov 2008 19:50:34 -0200, Luc wrote: > > page: > http://www.dzinelabs.com/sandbox/MP/Pages/Contact.php > > The problem: if you set the font-size in IE to largest and resize the > viewport, the > form drops all the way down. What puzzles me is that the form isn't floated > so i can't > pu

Re: [css-d] tiled background in front - can I do it?

2008-11-07 Thread David Hucklesby
> On Nov 6, 2008, at 9:35 PM, Philippe Wittenbergh wrote: > >> >> On Nov 7, 2008, at 2:22 PM, Jody Levinson wrote: >> >>> I want a horizontally repeated background tile across the very bottom of >>> the window >>> only and I want it to be in front, so that text seems to scroll up from >>> behind

[css-d] Site Check for IE layout issues

2008-11-07 Thread SuzT808
Hello I would appreciate a review of the following page as I am having a hard time getting a handle on how to ensure all of my content is in the right place in Internet Explorer 7 and 6. I am trying to leave 5 out and IE 8 looks okay, I believe this is a fairly simple design and perhaps I may have

Re: [css-d] control td text

2008-11-07 Thread David Hucklesby
On Thu, 6 Nov 2008 12:04:21 -0600, [EMAIL PROTECTED] wrote: > Is it possible to control the text in a td field with css? I would like to > make some > entries bold and centered and control this thru css. I do not want to control > the whole > table row, just some of the td entries. This is what I

Re: [css-d] tiled background in front - can I do it?

2008-11-07 Thread Patrik Jansson
On 7.11.2008 19:33, Jody Levinson wrote: > How about without stretching horizontally? This image needs to tile > rather than stretch. > > Thanks! > > Philippe meant that the block containing your tiled background-image is stretched to fill the window. So the image tiles within the block, but

Re: [css-d] tiled background in front - can I do it?

2008-11-07 Thread Jody Levinson
How about without stretching horizontally? This image needs to tile rather than stretch. Thanks! On Nov 6, 2008, at 9:35 PM, Philippe Wittenbergh wrote: > > On Nov 7, 2008, at 2:22 PM, Jody Levinson wrote: > >> I want a horizontally repeated background tile across the very bottom >> of the wi

Re: [css-d] online sources for CSS?

2008-11-07 Thread Rasal Postill
On Fri, 7 Nov 2008 08:36:59 -0500, Lou Hernsen wrote: | I se you all talking about so much more than what are in my books. | Could I get some online sources for complete up to date CSS? | thanks | Lou Here is a great list of resources: --

Re: [css-d] online sources for CSS?

2008-11-07 Thread David Laakso
Lou Hernsen wrote: > I se you all talking about so much more than what are in my books. > Could I get some online sources for complete up to date CSS? > thanks > Lou > These may help... -- A thin red line and a salmon-color a

Re: [css-d] control td text

2008-11-07 Thread Tommy_Tiller
Hi Bill, Thanks for the suggestion. I might be doing something wrong, but when I tried using the th tag it would bold the text but not center it like I thought it should. I tried it in IE and Firefox, both with the same results. Would it have something to do with my doctype? I'm using xhtml 1.0

[css-d] online sources for CSS?

2008-11-07 Thread Lou Hernsen
I se you all talking about so much more than what are in my books. Could I get some online sources for complete up to date CSS? thanks Lou __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] Just how pure must it be?

2008-11-07 Thread Edward Collier
-Original Message- From: Philippe Wittenbergh [mailto:[EMAIL PROTECTED] Sent: 07 November 2008 12:17 To: CSS-D Cc: Edward Collier Subject: Re: [css-d] Just how pure must it be? On Nov 7, 2008, at 8:06 PM, Edward Collier wrote: > For example, I'd like to set the width of all the "input"

Re: [css-d] Just how pure must it be?

2008-11-07 Thread Philippe Wittenbergh
On Nov 7, 2008, at 8:06 PM, Edward Collier wrote: > For example, I'd like to set the width of all the "input" form > controls > in fieldsets to the same value. > > .formcontent input {width:300px} > > However, this sets the width of submit buttons as well. Can I > restrict > it to inputs of

Re: [css-d] Just how pure must it be?

2008-11-07 Thread Edward Collier
> I'm relatively new to CSS and I'm really enjoying the challenge of > separating content from presentation. However, I'm wondering how > pure one "ought" to be. As pure as you can manage, while checking that all slightly older browsers that you think you have to support actually understand you

Re: [css-d] control td text

2008-11-07 Thread Bill Brown
[EMAIL PROTECTED] wrote: > Thank you for your reply. But when I use the suggestion for the css of > {display: block: text-align: center; display: bold;}, it will work in IE > 7 but not Firefox 3.0.3. I'm using td.boldcenter for the class name so my > codes looks like this: > > 9-25-

Re: [css-d] Just how pure must it be?

2008-11-07 Thread Gunlaug Sørtun
Edward Collier wrote: > I'm relatively new to CSS and I'm really enjoying the challenge of > separating content from presentation. However, I'm wondering how > pure one "ought" to be. As pure as you can manage, while checking that all slightly older browsers that you think you have to support a

[css-d] Just how pure must it be?

2008-11-07 Thread Edward Collier
I'm relatively new to CSS and I'm really enjoying the challenge of separating content from presentation. However, I'm wondering how pure one "ought" to be. I'm currently playing with this wee block of HTML: Subscribe to our mailing list Enter your E-mail address I'd like t

Re: [css-d] Default % values - newbie question.

2008-11-07 Thread David Dorward
2008/11/6 MEM <[EMAIL PROTECTED]>: > I've also put the font-size: 100% but, here, I don't understand why. :s It fixes an Internet Explorer bug regarding em units and the font size scaling option on the view menu. > But if we declare 100% at the top, what does the browser know about the > relative