[css-d] Footer Extending

2005-07-12 Thread Richard Brown
Hi I am having a problem at: http://lamaison.org.uk/pages/pager.php http://lamaison.org.uk/styles/pages.css The footer extends out over the column. Could anybody explain why, please and maybe offer a solution for stopping it. Thanks Rich

Re: [css-d] Footer Extending

2005-07-12 Thread dwain
Richard Brown wrote: The footer extends out over the column. Could anybody explain why, please and maybe offer a solution for stopping it. your footer is 8-9px too wide. set the width to 767px and you will be fine. it's the box model thing. if the width is fine in ie then add:

Re: [css-d] Footer Extending

2005-07-12 Thread David Laakso
Richard Brown wrote: Hi I am having a problem at: http://lamaison.org.uk/pages/pager.php http://lamaison.org.uk/styles/pages.css The footer extends out over the column. Could anybody explain why, please and maybe offer a solution for stopping it. Thanks Rich My twisted and wrapped mind

Re: [css-d] Footer Extending

2005-07-12 Thread Prabhath Sirisena
I am having a problem at: http://lamaison.org.uk/pages/pager.php http://lamaison.org.uk/styles/pages.css The footer extends out over the column. Could anybody explain why, please and maybe offer a solution for stopping it. The footer (#footer) is contained inside #anchor. Both

Re: [css-d] Footer Extending

2005-07-12 Thread Richard Brown
Hi All On 12 Jul 2005, at 07:19, Richard Brown wrote: The footer extends out over the column. Could anybody explain why, please and maybe offer a solution for stopping it. Thank you so much for your help and explanations. Very useful. I am sorry for the huge amount of code at the start. The

Re: [css-d] whatever:hover fast and easy via Dynamic Properties

2005-07-12 Thread Prabhath Sirisena
On 7/12/05, Klaus Hartl [EMAIL PROTECTED] wrote: David Hucklesby wrote: Is there any way to get IE to understand focus? Looks like a good place to use Sons of Suckerfish [1], especially the Focus [2] part. Prabhath http://nidahas.com [1] http://www.htmldog.com/articles/suckerfish/ [2]

Re: [css-d] changing the cursor when the mouse is over a link.

2005-07-12 Thread Christian Heilmann
Hi, How do I achieve this without javacript, and using only css and an image? Tthat is what the cursor property is for: http://www.w3schools.com/css/pr_class_cursor.asp If you want to use your own cursor, then you might run into browser support issues though. -- Chris Heilmann Blog:

Re: [css-d] Footnotes

2005-07-12 Thread James Denholm-Price
On 7/11/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: At 10:30 AM 7/8/2005, Stephen R Laniel wrote: I'd like to create CSS2 footnotes ... See http://web.tampabay.rr.com/bmerkey/examples/print-endnotes.html. The JS used only works for IE. I've quickly hacked a version that is less

Re: [css-d] IE browser resize problem

2005-07-12 Thread Ingo Chao
Gwyn Perry schrieb: The problem only rears its annoying head when the window is resized by the user. My navigation list, using the 'son of suckerfish' system, doesn't change its position with the other elements on the page. Only when you hover the mouse over the list does it snap back to its

[css-d] WYSIWYG CSS editor?

2005-07-12 Thread Roberto C. García
Hi all; i was wondering if there is any WYSIWYG CSS editor available out there that automatically includes box model hacking for IE etc.. I´ve been trying Style Master for a while but it seems it checks the code for your specified browsers but doesn´t adds any fixing code to it. thanks

Re: [css-d] whatever:hover fast and easy via Dynamic Properties

2005-07-12 Thread Klaus Hartl
Is there any way to get IE to understand focus? Looks like a good place to use Sons of Suckerfish [1], especially the Focus [2] part. Prabhath http://nidahas.com [1] http://www.htmldog.com/articles/suckerfish/ [2] http://www.htmldog.com/articles/suckerfish/focus/ Hi, the suckerfish

Re: [css-d] WYSIWYG CSS editor?

2005-07-12 Thread Egor Kloos
Thank god there isn't such a provision. The box model is only needed as a get out of jail card on rare occasion you can't get away with using width and padding together. And which box model would you use? No, I think this is a path the WYSIWYG editors shouldn't wander. Egor Kloos

Re: [css-d] Trouble with list/link in IE

2005-07-12 Thread Sverre Bjørseth
I´d like to thank all of you for trying to help me. What seems to bee the ultimate soloution (at least for me) is height: 1% on the a-element. Thanks! On 7/12/05, Gary Turner [EMAIL PROTECTED] wrote: Ric Jude Raftis wrote: You will possibly find that this hack fixes the problem for IE.

[css-d] 2nd line of link text appears different colour - why?

2005-07-12 Thread Brian Lowe
I know the answer is just going to be that's another famous IE bug, but I'm going to ask the question just in case someone can show me a work-around... Take a look at http://domain799642.sites.fasthosts.com/demo/check-tabs.htm I have link text that wraps within a block A element within a floated

Re: [css-d] WYSIWYG CSS editor?

2005-07-12 Thread Arne Kriedemann
Roberto C. García schrieb: Hi all; i was wondering if there is any WYSIWYG CSS editor available out there that automatically includes box model hacking for IE etc.. I´ve been trying Style Master for a while but it seems it checks the code for your specified browsers but doesn´t adds any fixing

Re: [css-d] help! IE but not Firefox showing faux columns background

2005-07-12 Thread Gunlaug Sørtun
Gary Turner wrote: Gunlaug Sørtun wrote: Then add this: #contentcontainer {display: table;} ...which will make FF (and other good browsers) expand the container and background properly. What's the reason for this method working? The CSS-property 'display: table'(with all its parts)

Re: [css-d] 2nd line of link text appears different colour - why?

2005-07-12 Thread Ingo Chao
Brian Lowe schrieb: I know the answer is just going to be that's another famous IE bug, but I'm going to ask the question just in case someone can show me a work-around... Take a look at http://domain799642.sites.fasthosts.com/demo/check-tabs.htm The :hover style is being applied to half of my

Re: [css-d] extra space around a table inside a div

2005-07-12 Thread Anthony Morales
Bob, I've created a clean workpage and that shows that weird layout (I've tested Firefox and Safari on Mac 10.4 so far). http://anthonymorales.com/test.html thanks for you help! Bob Easton wrote: Can you upload an example and post a URL?

Re: [css-d] whatever:hover fast and easy via Dynamic Properties

2005-07-12 Thread Klaus Hartl
.whatever { behavior: expression( this.onfocus = function() { this.className += ' whateverfocus'; }, this.onblur = function() { this.className = this.className.replace('whateverfocus', ''); }); } (Mis)Using the behavior property is a bad idea. I had some strange side

[css-d] Specificity question

2005-07-12 Thread Reese
I'm having trouble with a moderately extensive site which has only a rudimentary implementation of CSS. This is the CSS coding relevant to my question: 4. 5. a { 6. color: #99; 7. text-decoration: underline; 8. font: bold 10px Verdana, Arial, Helvetica, sans-serif; 9. } 10.

Re: [css-d] Problem with Eric Meyer dropdown menu

2005-07-12 Thread Pascal Gautronneau
Le lundi 11 juillet 2005 à 16:37 +0200, Pascal Gautronneau a écrit : Le lundi 11 juillet 2005 à 11:55 +0200, Pascal Gautronneau a écrit : Hello, I've juste made a drop down menu using the method explained in more Eric Meyer on css. My problem is that when the menu get over a div with

Re: [css-d] Floats on Top of Absolutes and Horizontal Nav Woes

2005-07-12 Thread Philip Wills
Can't explain the exact behaviour, but using the align property of images makes browsers do some special float type behaviour, see http://www.w3.org/TR/html401/present/graphics.html#h-15.1.3 and generally causes problems in combination with non-trivial css in my experience. It's presentational

[css-d] min-width

2005-07-12 Thread Michael Cassidy
I've been trying to get a minimum width on my page. I'm having a problem with IE MAC Windows; what I thought would work on IE Windows doesn't seem to be working [I know what I wrote is giving me a fixed window; its just to help to see if the coding is working]. body { height: 100%;

[css-d] how to achieve text indentation without p tags?

2005-07-12 Thread victor NOAGBODJI
Hi all, I'm trying to figure this all this afternoon, it seems like text-indent works only with tags that are displayed as block and not with others. I'm trying to have something like this: Name: Phone:

Re: [css-d] how to achieve text indentation without p tags?

2005-07-12 Thread Jon Trelfa
On 7/12/05, victor NOAGBODJI [EMAIL PROTECTED] wrote: I'm trying to have something like this: Name: Phone: Address: Try using a ul #blah ul { list-style:none; } #blah li { display:inline; } div

Re: [css-d] how to achieve text indentation without p tags?

2005-07-12 Thread Arnie Shafer
Perfect use of a table! hth Arnie Shafer - Original Message - From: victor NOAGBODJI [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Tuesday, July 12, 2005 1:38 PM Subject: [css-d] how to achieve text indentation without p tags? Hi all, I'm trying to figure this all this

[css-d] Firefox relative font size rendering problem.

2005-07-12 Thread [EMAIL PROTECTED]
This is a bug i've been fighting against for some time now. It is relatively simple: when font-sizes are set to relative units (em or pertentage) the element wich contain text (in this case it is an anchor) render with inconstant height, with variations of 1px, sometimes more 1 pixel other

Re: [css-d] Specificity question

2005-07-12 Thread Reese
At 12:40 12-07-05, Sebastian Redl wrote: You can check your style sheet carefully for syntax errors that would make the UA ignore your styles, because as you have them now, they're correct and should override the earlier styles. That's what I thought. Rebooting seemed to help, now I can make

[css-d] Creating a two column list

2005-07-12 Thread Jeff Cortez
I was wondering if anyone has a common or usual way they create a two column list from a long unordered or ordered list? Within the main body of text, I am sometimes given long unordered lists that I'd like to break up into two (sometimes three) columns instead of the standard one column. Does

Re: [css-d] Creating a two column list

2005-07-12 Thread Lukasz Grabun
Jeff Cortez napisał(a): I was wondering if anyone has a common or usual way they create a two column list from a long unordered or ordered list? Within the main body of text, I am sometimes given long unordered lists that I'd like to break up into two (sometimes three) columns instead of the

Re: [css-d] Specificity question

2005-07-12 Thread Smith, Sarah
The O'Reilly CSS Pocket Reference by Eric Meyer states: This is a shorthand property used to set two or more aspects of an element's font all at once. It can also be used to set the element's font to match an aspect of the user's computing environment using keywords such as icon. Note that if

Re: [css-d] Specificity question - FIXED

2005-07-12 Thread Reese
At 14:44 12-07-05, Smith, Sarah wrote: If I understand what he's saying, if you throw in font size and family, such as font: italic 900 100% verdana; it works (for me). You probably don't want to specify that every time, so maybe shorthand isn't the solution in this case. A ha. Thank you for

Re: [css-d] Specificity question

2005-07-12 Thread Adam Kuehn
Reese wrote: I'm having trouble with a moderately extensive site which has only a rudimentary implementation of CSS. This is the CSS coding relevant to my question: 4. 5. a { 6. color: #99; 7. text-decoration: underline; 8. font: bold 10px Verdana, Arial, Helvetica, sans-serif;

Re: [css-d] WYSIWYG CSS editor?

2005-07-12 Thread David Hucklesby
On Tue, 12 Jul 2005 13:52:48 +0200 (CEST), Roberto C. García wrote: ...   seems it checks the code for your specified browsers but doesn´t  adds any fixing code to it. thanks Roberto, You may rarely need a hack. Early on I read this in Eric Meyer on CSS [quote] Whether floating or positioning a

Re: [css-d] whatever:hover fast and easy via Dynamic Properties

2005-07-12 Thread David Hucklesby
Klaus Hartl wrote:  whatever:focus though works perfectly:  /* whatever:focus */  input, select, textarea {  background-color: expression(this.runtimeStyle.backgroundColor,  this.onfocus = function() { this.className += ' onfocus'; },  this.onblur = function() { this.className =  

Re: [css-d] min-width

2005-07-12 Thread David Hucklesby
On Tue, 12 Jul 2005 12:13:51 -0400, Michael Cassidy wrote:  I've been trying to get a minimum width on my page.  I'm having a problem with IE MAC  Windows; what I thought would  work on IE Windows doesn't seem to be working [I know what I wrote  is giving me a fixed window; its just to help to

Re: [css-d] min-width

2005-07-12 Thread David Laakso
Michael Cassidy wrote: I've been trying to get a minimum width on my page. I'm having a problem with IE MAC Windows; what I thought would work on IE Windows doesn't seem to be working [I know what I wrote is giving me a fixed window; its just to help to see if the coding is working].

[css-d] conditional import to css?

2005-07-12 Thread T. R. Valentine
I like the technique of importing an IE 'hack' stylesheet by using the !--[if IE]link rel=stylesheet href=IE_hack.css . ![endif]-- because it doesn't require good browsers to have to look at a lot of garbage. But I've run into a problem. When using one of my available alternate stylesheets I

Re: [css-d] conditional import to css?

2005-07-12 Thread Rich Points
You don't need a separate sheet for IE hacks, you can write the hacks into your main sheet using the following syntax. For example say there was a margin issue margin: 0 0 15px 0; _margin: 0 0 25px 0; The second style definition only works in IE :-) no need for a separate sheet. This saves

Re: [css-d] conditional import to css?

2005-07-12 Thread Callum Mcleod
the css will no longer validate however On 7/13/05, Rich Points [EMAIL PROTECTED] wrote: You don't need a separate sheet for IE hacks, you can write the hacks into your main sheet using the following syntax. For example say there was a margin issue margin: 0 0 15px 0; _margin: 0 0 25px

Re: [css-d] conditional import to css?

2005-07-12 Thread Ben Curtis
I like the technique of importing an IE 'hack' stylesheet by using the !--[if IE]link rel=stylesheet href=IE_hack.css . ! [endif]-- because it doesn't require good browsers to have to look at a lot of garbage. But I've run into a problem. When using one of my available alternate

Re: [css-d] conditional import to css?

2005-07-12 Thread T. R. Valentine
On 12/07/05, Ben Curtis [EMAIL PROTECTED] wrote: I like the technique of importing an IE 'hack' stylesheet by using the !--[if IE]link rel=stylesheet href=IE_hack.css . ! [endif]-- because it doesn't require good browsers to have to look at a lot of garbage. But I've run into a

[css-d] nav button help

2005-07-12 Thread Steve
I am trying this as navigation.. Safari = ok Firefox(mac) = ok IE(mac)(only the first link rolls over) ? am I going in the right direction ? { HTML ] !--nav start-- div class=button a class=roll href=# title=11/a a class=roll href=# title=22/a a class=roll href=# title=33/a a class=roll

Re: [css-d] IE Problems

2005-07-12 Thread Moira Ashleigh
Hi Again Peggy Thank you, Moria for your help. I've attempted to use your code to make my menu. It still does not function in IE and the music list only stays visible long enough to click on the first two or three items. I did change the music and other buttons that have the popouts