[css-d] UL pushing link to new line and bullet image position?

2005-07-12 Thread Vicki Skinner (Stebbins)
Hi All, I'm nearing the end of this website and have these niggling problem with links in the unordered lists. 1. When I change the list to an OL and change the CSS to OL it's perfect but not when it's a UL??? Two pages with an examples are: http://www.organicgrowers.org.au/certification.sh

[css-d] Dropdown menues and IE

2005-07-12 Thread Dave's not here
I'm having problems getting dropdown menus to work with IE on windows. I've based my page http://clients.pixelalchemy.com/starnovelties/index-test.html on the Son of Suckerfish vertical menus (which I'm still trying to completely understand). Everything works fine except in IE. In Explorer, th

Re: [css-d] more navigation problems...

2005-07-12 Thread Rahul Gonsalves
Saul: I had a chance to look at the navigation I created on a windows computer and watched as none of the drop-down menus worked. The menus are in CSS and work using FF 1.04 and Safari 1.2 (macintosh). Any assistance would be appreciated. I think it doesn't work as IE doesn't u

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 becau

[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 ]> 1 2 3 4 5 6 mailto:[EMAIL PROTECTED]" title="Contact">Contact me <[ CSS]> div.button { width: 126px; height: 24px; top: 0px; left: 0

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 > > > > 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 Ben Curtis
I like the technique of importing an IE 'hack' stylesheet by using the 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 do not want the IE 'hack' stylesheet. But, because it is i

Re: [css-d] IE Problems

2005-07-12 Thread Peggy Bart
Moira Ashleigh wrote: Hi Peggy I have redesigned an existing website using CSS which works in Mozilla except the drop-down menus don't disappear when you remove the cursor and unfortunately, it does not work well in IE. Can anyone give me some advice, starting with my sidebar. I validated all

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

Re: [css-d] min-width

2005-07-12 Thread Michael Cassidy
Thanks everyone. Jazz is freedom. - T. Monk www.panix.com/~cassidy __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- ht

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

[css-d] Repost - Spot the difference - some pages misrender in IE.

2005-07-12 Thread Richard Grevers
Repost because it seems this never made it to the list. I need some help figuring out why some pages on a site are misrendering in MSIE. The correct display can be seen at http://www.qpsport.com/index.mv However, http://www.qpsport.com/en/maxiguard.mv and http://www.qpsport.com/en/links.mv have

[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 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 do not want the IE 'hack' stylesheet. But, because it is in the

[css-d] more navigation problems...

2005-07-12 Thread saul
Hello, I had a chance to look at the navigation I created on a windows computer and watched as none of the drop-down menus worked. The menus are in CSS and work using FF 1.04 and Safari 1.2 (macintosh). Any assistance would be appreciated. http://www.inventionshow.com/development/newProd

Re: [css-d] min-width

2005-07-12 Thread Al Sparber
From: "Al Sparber" <[EMAIL PROTECTED]> It's not going to work on the body element. Wrap your entire layout in a DIV - or use this page as an example: http://www.projectseven.com/csslab/testing/minmax/flubber.htm Or if you want to get cute, you can really "flubberize" a page: http://www.proje

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]. Jaz

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 t

Re: [css-d] min-width

2005-07-12 Thread Al Sparber
From: "Michael Cassidy" <[EMAIL PROTECTED]> I've been trying to get a minimum width on my page. I'm having a problem with IE MAC & Windows; IE Mac does not understand CSS expressions. You would need a full-blown script, but it would be a lot of code and work for a very small user base to fi

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 = > thi

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 position

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] 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

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 the

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 sta

[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 an

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

Re: [css-d] Specificity question

2005-07-12 Thread Jon Trelfa
On 7/12/05, Reese <[EMAIL PROTECTED]> wrote: a { color: #99; text-decoration: underline; font: bold 10px Verdana, Arial, Helvetica, sans-serif; } a:hover { color: 99; text-decoration: none; font: bold 10px Verdana, Arial, Helvetica, sans-serif; } >

[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 time

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

2005-07-12 Thread Arnie Shafer
Perfect use of a table! hth Arnie Shafer - Original Message - From: "victor NOAGBODJI" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 12, 2005 1:38 PM Subject: [css-d] how to achieve text indentation without tags? Hi all, I'm trying to figure this all this afternoon, it seems like text

Re: [css-d] how to achieve text indentation without 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; }

[css-d] how to achieve text indentation without 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: Addr

[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%;

Re: [css-d] Specificity question

2005-07-12 Thread Sebastian Redl
Reese wrote: > What can I do? > > Reese 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. Sebastian Redl _

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 mar

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 di

[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] 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

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] 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

[css-d] two CSS nav issues...

2005-07-12 Thread saul
Hi, I have a navigation that appears to be working properly (at least in FF 1.04 - Macintosh) with the exception of two issues, and I'm assuming they are related to 'width' somehow. The first is there is a small beige horizontal 'bar' on the right of the elements when in the li:hover stat

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) mimics

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 c

[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 floate

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

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 http://dutchc

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 solut

[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] 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 corr

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 IE

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: http

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] whatever:hover fast and easy via Dynamic Properties

2005-07-12 Thread Klaus Hartl
David Hucklesby wrote: Is there any way to get IE to understand "focus"? Hi David, have you tried: .whatever { background: #808080; } .whatever:focus, .whateverfocus { background: #eaeaea; } .whatever { behavior: expression( this.onfocus = function() { this.className +=

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

2005-07-12 Thread victor NOAGBODJI
Hi, How do I achieve this without javacript, and using only css and an image? thanks __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by

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] Footer Extending

2005-07-12 Thread Prabhath Sirisena
> I am having a problem at: > > > > > > 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.

Re: [css-d] Footer Extending

2005-07-12 Thread David Laakso
Richard Brown wrote: Hi I am having a problem at: 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 m

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: h