Re: [css-d] I.E. 6 header problem

2009-05-28 Thread David Laakso
Brian L. Wolfsohn wrote: www.adeniumsusa.com/index.html Using a template... Having trouble with the header menu top right in i.e.. works in firefox, goes off the screen to the right in i.e. The below will bring IE 6/7/8 fairly close to rendering the same. Revise this

[css-d] list Within list problem

2009-05-28 Thread grovesdavid
Hello, Have a un-ordered list containing an ordered list. My problem is I don't seem able to target the ordered list. File is here: http://www.linkhomes2000.co.uk/main/investments/pensions/personal-pensions/personal_pensions%26p_pensionsbox.php relevant css here:

Re: [css-d] list Within list problem

2009-05-28 Thread Ian Young
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d- boun...@lists.css-discuss.org] On Behalf Of grovesda...@linkhomes2000.co.uk Sent: 28 May 2009 09:53 To: css-d@lists.css-discuss.org Subject: [css-d] list Within list problem Hello, Have a un-ordered

[css-d] New and wondering (youtube / flash - css)

2009-05-28 Thread Karel Boogaards
about this: http://hostourcoast.com/submission.cfm?v=4FDAE3A2-3048-71C2-17DBB62921713DFDc=1 CSS is here: http://hostourcoast.com/_files/sifr3/css/sifr.css I'm looking to find a similar effect with a youtube vid, but I can't seem to find any of the divs mentioned in the css sheet... Any

Re: [css-d] list Within list problem

2009-05-28 Thread Reese
Ian Young wrote: -Original Message- On Behalf Of grovesda...@linkhomes2000.co.uk Have a un-ordered list containing an ordered list. My problem is I don't seem able to target the ordered list. File is here: http://www.linkhomes2000.co.uk/main/investments/pensions/personal-

Re: [css-d] list Within list problem

2009-05-28 Thread Erik Vorhes
On Thu, May 28, 2009 at 7:59 AM, Reese howel...@inkworkswell.com wrote: Also, you have: ul liA personal pension...        ol class=if1                libFlexibility/b.../li                ...        /ol/li liIn the end, your... Again, w/out the text: ul   li     olli/li/ol  

Re: [css-d] list Within list problem

2009-05-28 Thread grovesdavid
Erik Vorhes Wrote: Your problem has to do with specificity and the order of your CSS. Because the li elements for the ol are also within the ul, all your style declarations for ul li also affect the styling for ol li. (I.e., the CSS treats ul ol li and ul li as being equal, so *all* your li

Re: [css-d] list Within list problem

2009-05-28 Thread Climis, Tim
So the only real answer is to move the ordered list outside of the un-ordered list, if I understand that's the only answer I have here. Not at all... If your ol li styles are after your ul li styles, then they are ones applied last. So you just have to over-rule any ul li style you don't

Re: [css-d] How to display a line BELOW the div?

2009-05-28 Thread Mark Henderson
Anna G wrote: Thanks David :) But both the image and the first paragraph have be inside the box1 div :( http://www.cwc.co.nz/sandbox/css-demos/anna-no-wrap.html I've repeated div.no-wrap instead of the different box IDs, but that shouldn't matter. Is that close enough? HTH Mark

Re: [css-d] list Within list problem

2009-05-28 Thread Ian Young
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d- boun...@lists.css-discuss.org] On Behalf Of Ian Young Sent: 28 May 2009 10:33 To: grovesda...@linkhomes2000.co.uk; css-d@lists.css-discuss.org Subject: Re: [css-d] list Within list problem -Original

[css-d] Hover using button in IE6

2009-05-28 Thread Nancy Johnson
I am styling some buttons for an internal application that uses IE6 only. I would like to switch out the button on hover, because IE6 doesn't support hover I am wondering there is a work around to make IE6 work with hover, preferably CSS if not very simple js Here is the button button id=send

[css-d] Flash / Youtube - CSS

2009-05-28 Thread Karel Boogaards
Snip: http://hostourcoast.com/submission.cfm?v=4FDAE3A2-3048-71C2-17DBB62921713DFDc=1 CSS is here: http://hostourcoast.com/_files/sifr3/css/sifr.css I'm looking to find a similar effect with a youtube vid, but I can't seem to find any of the divs mentioned in the css sheet... I might not

Re: [css-d] Hover using button in IE6

2009-05-28 Thread Erik Vorhes
On Thu, May 28, 2009 at 8:24 AM, Nancy Johnson njohnso...@gmail.com wrote: I am styling some buttons for an internal application that uses IE6 only. I would like to switch out the button on hover, because IE6 doesn't support hover I am wondering there is a work around to make IE6 work with

Re: [css-d] Hover using button in IE6

2009-05-28 Thread Stephen Tang
Nancy, Have you tried Whatever:hover? (http://www.xs4all.nl/~peterned/csshover.html) It's a very small Javascript file that targets IE6 and below using an IE-specific property (behaviors). --Stephen I am styling some buttons for an internal application that uses IE6 only. I would like to switch

Re: [css-d] vertical centering of list-style-image with list item

2009-05-28 Thread Stephen Tang
Hi Scott, Thanks for the reply. I can't use a background image because there is an image that is floated left of the list (as shown in http://stephentang.info/listtest/test.html) . The list is supposed to wrap around the image, but the li tags take up the width of its parent container. Thus,

Re: [css-d] vertical centering of list-style-image with list item

2009-05-28 Thread scott.heckel
// Is there any way to adjust the vertical alignment for IE? Not for list images (as far as I can remember). I wouldn't be too picky about stuff like that, but if you really want it to look centered you have a few options. 1) Bigger (vertically) image that does look centered. 2) Use a

Re: [css-d] Flash / Youtube - CSS

2009-05-28 Thread Karel Boogaards
Stephen Tang wrote: The sIFR is being applied to the part that says Scott Rouse. Snip: http://hostourcoast.com/submission.cfm?v=4FDAE3A2-3048-71C2-17DBB62921713DFDc=1 CSS is here: http://hostourcoast.com/_files/sifr3/css/sifr.css But how come this isn't covered my any of the other

Re: [css-d] Flash / Youtube - CSS

2009-05-28 Thread Tim Snadden
On 29/05/2009, at 4:57 AM, Karel Boogaards wrote: But how come this isn't covered my any of the other items? You will probably need to make your page available in order to anyone to be able to help. __ css-discuss

Re: [css-d] Hover using button in IE6

2009-05-28 Thread Tim Snadden
On 29/05/2009, at 1:24 AM, Nancy Johnson wrote: I am styling some buttons for an internal application that uses IE6 only. I'm so sorry for your pain. As they said, IE6 only supports hover on a. The advice about whatever:hover is good. Another option would be to add/remove a class name

Re: [css-d] Hover using button in IE6

2009-05-28 Thread Nancy Johnson
I want to thank everyone for your answers. The .htc solution seemed to work, but I will look into the other solutions. The backend webdeveloper I work with wants to get rid of all the styling now and use the IE default which isn't my choice. Nancy On Thu, May 28, 2009 at 3:41 PM, Tim Snadden

[css-d] list Within list problem

2009-05-28 Thread grovesdavid
Hello, Thank you to all who replied to this topic. I now have it displaying how I want, (not the way I want) there is much more mark up than I wanted, but it works. see Here: http://www.linkhomes2000.co.uk/main/investments/pensions/personal-pensions/personal_pensions%26p_pensionsbox.php CSS

Re: [css-d] Problems with IE 6 on a simple example page

2009-05-28 Thread Bruno Fassino
On Wed, May 27, 2009 at 9:27 PM, Christian Montoya wrote: http://christianmontoya.net/help/ First, the main content section does not come out tall enough, so the bottom background image gets cut off. I used a combination of hasLayout triggers + float containment on this section to make

[css-d] Font syntax question

2009-05-28 Thread Kym Costanzo
Hi, I'm modifying a CSS template and within it there is the following font size syntax: font: normal 1.2em/1.3em Verdana, serif; I don't know what the slash between the two values means. I'm new to ems, but learning. Any help appreciated - I couldn't figure out the correct

Re: [css-d] Font syntax question

2009-05-28 Thread Erik Vorhes
On Thu, May 28, 2009 at 4:02 PM, Kym Costanzo mygro...@kymmeray.com wrote: font: normal 1.2em/1.3em Verdana, serif; I don't know what the slash between the two values means. I'm new to ems, but learning. The number + unit before the slash is font-size. The number after the slash is

Re: [css-d] Font syntax question

2009-05-28 Thread Felix Miata
On 2009/05/28 17:02 (GMT-0400) Kym Costanzo composed: I'm modifying a CSS template and within it there is the following font size syntax: font: normal 1.2em/1.3em Verdana, serif; I don't know what the slash between the two values means. I'm new to ems, but learning. Any help

Re: [css-d] list Within list problem

2009-05-28 Thread Ian Young
Subject: [css-d] list Within list problem Hello, Thank you to all who replied to this topic. I now have it displaying how I want, (not the way I want) there is much more mark up than I wanted, but it works. see Here: http://www.linkhomes2000.co.uk/main/investments/pensions/personal-

Re: [css-d] Font syntax question

2009-05-28 Thread David Laakso
Felix Miata wrote: On 2009/05/28 17:02 (GMT-0400) Kym Costanzo composed: font: normal 1.2em/1.3em Verdana, serif; Any help appreciated - I couldn't figure out the correct google search term to answer this question. It's often more productive to goto the horse's

[css-d] Can CSS target content in an iframe?

2009-05-28 Thread Stephen Tang
Hi, I have an HTML page that has an iframe element. The iframe element src references a page that is on a different domain than the caller page. Both the caller page and the iframe page both call the same css file on the same domain. I want to confirm that the caller's CSS file CANNOT influence

Re: [css-d] Can CSS target content in an iframe?

2009-05-28 Thread Dan Gayle
On Thu, May 28, 2009 at 3:20 PM, Stephen Tang clowwizarder...@gmail.com wrote: it's Javascript code that is doing this, since I know Javascript can access iframe content. Javascript suffers from the same Same Origin Policy as CSS

[css-d] Change background color

2009-05-28 Thread Wade Smart
20090528 1910 GMT-5 I have a php if statement to set my menu buttons as active: if (ID == home){ print'li class=activea href=navMenu.phpnow/a/linbsp;'; } else { print 'lia href=navMenu.phpnow/a/linbsp;'; } My css: #navlist ul { margin-left:0; margin-top:5px

Re: [css-d] Change background color

2009-05-28 Thread Alan Gresley
Wade Smart wrote: [..] #navlist a:hover { background-color:#55; color:#FF; text-decoration:none; } .active { background-color: #55;} I have tried adding #navlist and various pre elements to teh .active but I just cant seem to get the background to

Re: [css-d] Change background color

2009-05-28 Thread Wade Smart
the background to change when its active. Wade Hello Wade, I may be overlooking something but both the hover and active states have the same background-color: #55. 20090528 1948 GMT-5 They do. When you hover the background changes color. When you click on it, and you are on the next page

[css-d] site check, particularly on ie6 ?

2009-05-28 Thread snak detek+0r
there are two different layouts, front page http://tinyurl.com/pxgydd and all other pages http://tinyurl.com/msyk76 fingers crossed, thanks! __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Can CSS target content in an iframe?

2009-05-28 Thread Philippe Wittenbergh
On May 29, 2009, at 7:20 AM, Stephen Tang wrote: I have an HTML page that has an iframe element. The iframe element src references a page that is on a different domain than the caller page. Both the caller page and the iframe page both call the same css file on the same domain. I want to

Re: [css-d] Change background color

2009-05-28 Thread David Laakso
Wade Smart wrote: I have tried adding #navlist and various pre elements to teh .active but I just cant seem to get the background to change when its active. Wade Strip it to only the essentials and it will work (note: no class used). css ul {padding: 0; margin: 0; } ul li

Re: [css-d] Change background color

2009-05-28 Thread Tim Snadden
On 29/05/2009, at 12:13 PM, Wade Smart wrote: #navlist a:link, #navlist a:visited { background-color:#3173B1; color:#FF; text-decoration:none; } .active { background-color: #55;} I have tried adding #navlist and various pre elements to teh .active but I

Re: [css-d] Change background color

2009-05-28 Thread Wade Smart
stuff/b/li lia href=#stuff/a/li /ul 20090528 2030 GMT-5 I got it finally. I had switched the elements around.: #navmenu a { background-color: #3173B1; padding: 10px 10px; color: #FF; text-decoration: none; } #navmenu a:hover { background-color

Re: [css-d] browser difference with pt measurements in print stylesheet

2009-05-28 Thread Mary Ellen Curtin
This is a follow-up -- and answer! -- to a question from last year that was never really answered. http://archivist.incutio.com/viewlist/css-discuss/100389 Loek Hilgersom on 15 July 2008 13:01 wrote: In a print stylesheet I followed the book and use font-sizes in pt's. However, printing from

Re: [css-d] Change background color

2009-05-28 Thread David Laakso
David Laakso wrote: Wade Smart wrote: I have tried adding #navlist and various pre elements to teh .active but I just cant seem to get the background to change when its active. Wade Strip it to only the essentials and it will work (note: no class used). css ul {padding: 0;

Re: [css-d] site check, particularly on ie6 ?

2009-05-28 Thread David Laakso
snak detek+0r wrote: there are two different layouts, front page http://tinyurl.com/pxgydd and all other pages http://tinyurl.com/msyk76 Index and all inside pages: Neither Opera or The IEs are capable of scaling line-height set in pixels. Try a raw number for line-height. Index: