Re: [css-d] CSS Opacity with tags. Can this be done in CSS?

2008-08-04 Thread Rachel Mawhood
Hello >The trouble is, I cannot get the h2 #000; background to fade. It is >always a solid balck. Where I had to do something similar (if I understand your question correctly), I had to add _height: 0; /* for IE 6 and lower haslayout */ zoom: 1;/* for IE7 haslayout */ to make it work in MSIE

Re: [css-d] CSS Opacity with tags. Can this be done in CSS?

2008-08-03 Thread Philippe Wittenbergh
On Aug 4, 2008, at 1:49 PM, Karl Bedingfield wrote: > > > > > > Some text here > > > > This, the CSS: > > .feature-image { > margin-top: 18px; > margin-bottom: -100px; > border-top: 5px solid #000; > padding-top: 10px; > } > > h2.main-heading { > background-color: #000

Re: [css-d] CSS Opacity with tags. Can this be done in CSS?

2008-08-03 Thread Svend Tofte
2008/8/4 Karl Bedingfield <[EMAIL PROTECTED]>: >h2.main-heading { >background-color: #000; >color: #fff; >font-size: 300%; >font-weight: bold; >line-height: 1.0em; >letter-spacing: -2px; >

Re: [css-d] CSS Coding Ideas?

2008-07-30 Thread Wade Smart
Matthew Stoneback wrote: > Good afternoon - > > I hate to ask this but I have a dilemma I am hoping some more experienced > CSS coders can help me with. I was asked to help a local church in coding > their website. They have a designer who is producing all of the layout, > unfortunately the desi

Re: [css-d] CSS Coding Ideas?

2008-07-30 Thread Adam Ducker
Matthew Stoneback wrote: > Good afternoon - > > http://dev.eddysound.com/dev/rrc/design_help/RRC%20Landing%20Page.jpg > > http://dev.eddysound.com/dev/rrc/design_help/RRC%20Landing%20Page%20-%20Glow.jpg > I started to code the site and got this far: > http://dev.eddysound.com/dev/rrc/ It look

Re: [css-d] CSS and cell phones.

2008-07-22 Thread Jason Pruim
Hey tedd, the only I can add to this is there is a discussion going on right now on this on the web standards mailing list[1]. Might be worth looking into. [1]http://www.mail-archive.com/[EMAIL PROTECTED]/msg35787.html On Jul 21, 2008, at 8:04 PM, tedd wrote: > Hi gang: > > Does anyone hav

Re: [css-d] CSS and cell phones.

2008-07-21 Thread Marshal Horn
I beleive Opera follows everything except the page width, but with the other browsers, there's no telling. On Mon, Jul 21, 2008 at 4:04 PM, tedd <[EMAIL PROTECTED]> wrote: > Hi gang: > > Does anyone have any references on what css rules cell phones honor? > > For example, I just discovered that

Re: [css-d] CSS Bar Graphic Problem

2008-07-20 Thread Marshal Horn
On Sat, Jul 19, 2008 at 9:15 PM, Christopher <[EMAIL PROTECTED]> wrote: > I have two problems, here is my HTML: > > > width="430" height="48" /> > > It looks like you didn't end div.flashbox. (browsers can do some funky stuff when you don't end tags). Just put another at the end that HTML

Re: [css-d] Css issue in IE7.

2008-07-15 Thread David Laakso
Lyn Williams wrote: > Hi i'm having some issues on ie7 with a certain page. Could somebody > please point me in the right direction to what it could be, the page > displays fine in Firefox. > *Warning. This page displays minor adult content. http:// > www.dominr.com/profile/preview/18 > > >

Re: [css-d] CSS Help: Changing Tab color on selected page?

2008-07-06 Thread Alan K Baker
itus - Original Message - From: David Laakso To: Heidi Hackler Cc: Erik Fadiman ; css-d@lists.css-discuss.org Sent: Sunday, July 06, 2008 5:57 PM Subject: Re: [css-d] CSS Help: Changing Tab color on selected page? Heidi Hackler wrote: > I would like > the tab co

Re: [css-d] CSS Help: Changing Tab color on selected page?

2008-07-06 Thread David Laakso
Heidi Hackler wrote: > I would like > the tab color on the page you are ON (selected page) to be a > different color. > However, while the tab color change does show up in Dreamweaver, it does not > show up when I preview in IE7 or Firefox. What gives?? > Please see web site here:

Re: [css-d] CSS and Line Wrap

2008-06-27 Thread Del Wegener
> Can't see any of the lines not wrapping in IE7 either. Maybe it would > help to post a screenshot to us with the problem highlighted? > > regards, Jens > Jens; All the line-wrap problems have been fixed. The error was in my markup. Del ___

Re: [css-d] CSS and Line Wrap

2008-06-27 Thread Jens Nedal
Del Wegener wrote: > Hi; > The following page shows up fine in FF, but in IE7, some of the lines do not > wrap while others wrap just fine.. > > http://www.drdelmath.com/special_topics/function/functions_quadratic_properties.htm Can't see any of the lines not wrapping in IE7 either. Maybe it wou

Re: [css-d] CSS and Line Wrap

2008-06-27 Thread Rob Emenecker
> Why was that not a problem for FF? problem in both IE 6 & 7. Different browser's use different methods to try and intuit what the author/programmer means when it's fed invalid code. In this case Firefox guessed correctly while IE did not. Rob Emenecker @ Ha

Re: [css-d] CSS and Line Wrap

2008-06-27 Thread Del Wegener
> Del Wegener wrote: >> Hi; >> The following page shows up fine in FF, but in IE7, some of the lines do >> not wrap while others wrap just fine. >> >> http://www.drdelmath.com/special_topics/function/functions_quadratic_properties.htm >> >> I assume this is because I have done something wrong in

Re: [css-d] CSS and Line Wrap

2008-06-27 Thread David Laakso
Del Wegener wrote: > Hi; > The following page shows up fine in FF, but in IE7, some of the lines do not > wrap while others wrap just fine.. > > http://www.drdelmath.com/special_topics/function/functions_quadratic_properties.htm > > I assume this is because I have done something wrong in my CSS. >

Re: [css-d] CSS Roll Over Problem Help

2008-06-23 Thread Christopher
I'm going to put this on a server and this way you guys can get a understanding of what I want with CSS roll over, I should have it on a server by end of today just finishing up something. Christopher wrote: > Alright, what I am after is if I have one giant graphic with, three > smaller areas t

Re: [css-d] CSS Roll Over Problem Help

2008-06-21 Thread Alan K Baker
lly have to do your own homework. :-) Regards, Alan. www.theatreorgans.co.uk www.virtualtheatreorgans.com Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups Shopsmith 520 + bits Flatulus Antiquitus - Original Message - From: Christopher To: Alan K Baker Sent: Sunday, June 22, 2008

Re: [css-d] CSS Roll Over Problem Help

2008-06-21 Thread David Laakso
Christopher wrote: > Alright, what I am after is if I have one giant graphic with, three > smaller areas that will be buttons within the giant graphic, how > do I create roll over effects in this way ? > From all the examples I have seen from links given to me by the great > people of this list

Re: [css-d] CSS Roll Over Problem Help

2008-06-21 Thread Alan K Baker
them, with or without help. Regards, Alan. www.theatreorgans.co.uk www.virtualtheatreorgans.com Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups Shopsmith 520 + bits Flatulus Antiquitus - Original Message - From: Christopher To: css-d@lists.css-discuss.org Sent: Saturday, June 21,

Re: [css-d] CSS Roll Over Problem Help

2008-06-21 Thread Christopher
Alright, what I am after is if I have one giant graphic with, three smaller areas that will be buttons within the giant graphic, how do I create roll over effects in this way ? From all the examples I have seen from links given to me by the great people of this list most of them show small butto

Re: [css-d] CSS Roll Over Problem Help

2008-06-21 Thread David Laakso
Christopher wrote: > I have one giant image with 3 areas specific for links, I don't want the > whole image just 3 specific areas of the giant image, when I read up on > sprites most of the examples were little buttons so how do I go about > doing it this way which I have laid out ? > > Christop

Re: [css-d] CSS Roll Over Problem Help

2008-06-21 Thread Christopher
ry. > > Regards, > > Alan. > > www.theatreorgans.co.uk > www.virtualtheatreorgans.com > Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups > Shopsmith 520 + bits > Flatulus Antiquitus > > > - Original Message - > From: Christopher >

Re: [css-d] CSS Roll Over Problem Help

2008-06-21 Thread Alan K Baker
sts.css-discuss.org Sent: Saturday, June 21, 2008 1:49 AM Subject: Re: [css-d] CSS Roll Over Problem Help So I have one now with just a background image. I have to create three other ? And each one being a :hover and a :active? ___

Re: [css-d] CSS Roll Over Problem Help

2008-06-20 Thread Christopher
So I have one now with just a background image. I have to create three other ? And each one being a :hover and a :active? Alan K Baker wrote: > Probably because you need to set the nav up as a > > and declare #menu li a > #menu li a:hover > #menu li a:act

Re: [css-d] CSS Roll Over Problem Help

2008-06-20 Thread Alan K Baker
Probably because you need to set the nav up as a and declare #menu li a #menu li a:hover #menu li a:active Take a look at www.virtualtheatreorgans.com All of the nav tabs are inline rollovers using a combined 3 image .jpg CSS is at: www.virtualtheatreorgans.co

Re: [css-d] CSS Roll Over Effect - CONT'D

2008-06-20 Thread Christopher
So you gotta have three images in one image, but after Google sprites, if I have one image how do I tell CSS to load each image for as in hover etc using a background image (and using dreamweaver) if it's a image and not a tag ? Ben Fider wrote: > I think you are referring to CSS sprites: > >

Re: [css-d] CSS Roll Over Effect - CONT'D

2008-06-20 Thread Ben Fider
I think you are referring to CSS sprites: http://www.google.com/search?hl=en&q=css+sprites&btnG=Google+Search For example, see: http://businessweek.com/ Top nav image file: http://images.businessweek.com/gen/nav/global_nav_20071220.gif On Thu, Jun 19, 2008 at 8:36 PM, Christopher <[EMAIL PRO

Re: [css-d] CSS Roll Over Effect - CONT'D

2008-06-20 Thread David Hucklesby
On Thu, 19 Jun 2008 21:36:48 -0400, Christopher wrote: > Hi, I have my called navigation then I have navigation:hover but this > does not > work ? I know I'm missing a step could it be a link cause the graphic needs > to be one > big graphic BUT specific areas on the graphic will have links to o

Re: [css-d] CSS Roll Over Effect - CONT'D

2008-06-19 Thread Christopher
Hi, I have my called navigation then I have navigation:hover but this does not work ? I know I'm missing a step could it be a link cause the graphic needs to be one big graphic BUT specific areas on the graphic will have links to other pages NOT the whole graphic: #menu a { background: url(

Re: [css-d] :: CSS vs jQuery ::

2008-06-13 Thread Bill Brown
Amrinder wrote: > Hi! > > I am working with jQuery plugin: Coda Slider on my redesign: > www.awayback.com/realign and there I have put a link at bottom of the page > which takes me to the top (named as TOP). Now its working fine at homepage: > www.awayback.com/realign but not here at work page

Re: [css-d] CSS & Tables

2008-06-13 Thread Jens Nedal
Chris Akins wrote: > I don't consider anything on that page to be tabular really. I think you > should go with CSS and no tables. > > On Fri, Jun 13, 2008 at 1:59 PM, Juanita <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> We're redesigning our recently redesigned (1 year old) site from a 2 >> column t

Re: [css-d] CSS & Tables

2008-06-13 Thread Chris Akins
I don't consider anything on that page to be tabular really. I think you should go with CSS and no tables. On Fri, Jun 13, 2008 at 1:59 PM, Juanita <[EMAIL PROTECTED]> wrote: > Hi, > > We're redesigning our recently redesigned (1 year old) site from a 2 > column to a 3 column site. > > Here is th

Re: [css-d] CSS popup not popping in IE

2008-06-12 Thread Rob Emenecker
Nancy, > Duncan, The script works perfectly, but I still don't > understand why it won't work in IE without the script since > the hover is for the a tag. The CSS is actually targeting the SPAN element inside of the A element, not the A element itself. ...Rob

Re: [css-d] CSS popup not popping in IE

2008-06-11 Thread Nancy E. Sosna Bohm
> > The css is: > > > > div#popup a span {display:none;} > > div#popup a:hover span {display: block; > >position: absolute; top: 150px; left:330px; width: 300px; > >padding: 5px; margin: 10px; z-index: 100; > >color:#00; background-color:cc; > >font: 10px arial; text-align:l

Re: [css-d] CSS popup not popping in IE

2008-06-11 Thread Duncan Hill
On Tue, 10 Jun 2008 19:36:45 +0100, Nancy E. Sosna Bohm <[EMAIL PROTECTED]> wrote: > This pure-css popup works in FireFox, but not IE. > http://tinyurl.com/6xkooa > > The css is: > > div#popup a span {display:none;} > div#popup a:hover span {display: block; >position: absolute; top: 150px; l

Re: [css-d] CSS popup not popping in IE

2008-06-10 Thread David Hucklesby
On Tue, 10 Jun 2008 13:36:45 -0500, Nancy E. Sosna Bohm wrote: > This pure-css popup works in FireFox, but not IE. > http://tinyurl.com/6xkooa > > [code snipped] > > When you mouse over the word "roughly," the footnote-ish text pops up. Why > doesn't it > work in IE? > I *think* that IE needs an

Re: [css-d] CSS popup not popping in IE

2008-06-10 Thread Kepler Gelotte
> When you mouse over the word "roughly," the footnote-ish text pops up. > Why doesn't it work in IE? Hi Nancy, Try changing to Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732) 302-0904 ___

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread maxxu !
It works now. Thank you, Georg. Gunlaug Sørtun wrote: > maxxu ! wrote: > >> I have a problem with CSS Image Maps in IE6. >> >> http://maxxu.casacolor.ro/css-exp/css-image-maps.html > > Is this what you want... > > ..? > > Positioning the

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread Gunlaug Sørtun
David Laakso wrote: >> > display:block; closes the remaining tiny gap remaining under the > image (s) in FF-- what closes it IE/6 ? img {display: block;} solves it in IE6 as in other browsers. Molly 'the cat' -- http://www.gunlaug

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread David Laakso
Gunlaug Sørtun wrote: > maxxu ! wrote: > > >> I have a problem with CSS Image Maps in IE6. >> >> http://maxxu.casacolor.ro/css-exp/css-image-maps.html >> > > Is this what you want... > > ..? > > Positioning the li - not the anchor, and

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread Gunlaug Sørtun
maxxu ! wrote: > I have a problem with CSS Image Maps in IE6. > > http://maxxu.casacolor.ro/css-exp/css-image-maps.html Is this what you want... ..? Positioning the li - not the anchor, and adding a pseudo-background onto the "block'ed" an

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread maxxu !
Indeed, adding display:none; to ul, removes the gap, but it also removes the image maps. It removes all boxes. Thanks Michael. E Michael Brandt wrote: > That's the ul: when I set ul to display:none, it disappears. Hope that > helps. > > > E. Michael Brandt > > www.divahtml.com > www.divahtm

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread E Michael Brandt
That's the ul: when I set ul to display:none, it disappears. Hope that helps. E. Michael Brandt www.divahtml.com www.divahtml.com/products/scripts_dreamweaver_extensions.php Standards-compliant scripts and Dreamweaver Extensions www.valleywebdesigns.com/vwd_Vdw.asp JustSo PictureWindow JustSo

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread maxxu !
It removed just 1 pixel, I'll say. Thanks anyway, Mark. Mark Wheeler wrote: > On May 24, 2008, at 6:07 AM, maxxu ! wrote: > >> http://maxxu.casacolor.ro/css-exp/css-image-maps.html > > Hi, > > No guarantees, but it sticks in my mind that this may be a white > space issue. Try putting everyth

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread Mark Wheeler
On May 24, 2008, at 6:07 AM, maxxu ! wrote: > http://maxxu.casacolor.ro/css-exp/css-image-maps.html Hi, No guarantees, but it sticks in my mind that this may be a white space issue. Try putting everything:

Re: [css-d] CSS writing style question

2008-05-14 Thread Jukka K. Korpela
Cory Shubert wrote: > We have a document online and to get it to format correctly when > printed someone came up with this tag: > > Inline > That's risky, because HTML specs say that authors should not use empty elements (i.e., elements with empty content) and that browsers should ignore the

Re: [css-d] css equivalent of valign -- for use in actual tables ?

2008-05-13 Thread snak detek+0r
i see! thanks for such an educational answer. i still don't necessarily understand all the reasoning in there. but i can see that there *is* reasoning in there. and i'm starting to see that these things can be looked up. cheers! -josh Jukka K. Korpela wrote: > snak detek+0r wrote: > >> i did h

Re: [css-d] css equivalent of valign -- for use in actual tables ?

2008-05-12 Thread Jukka K. Korpela
snak detek+0r wrote: > i did have > vertical-align:top in my table{} css. > > what is it about the element that doesn't accept this > property? It does. All elements have all properties. However, a property might lack any effect on the rendering. In particular, the vertical-align property affe

Re: [css-d] css equivalent of valign -- for use in actual tables ?

2008-05-11 Thread snak detek+0r
> > You just need the vertical-align: top; on the td CSS definition instead of > the table: > > td { > background-color:#93C722; > padding:7px; > vertical-align:top; > } > thank you for the several responses, all of which succeeded in elicited the obvious head-slap. but as Kepler noted, i did

Re: [css-d] css equivalent of valign -- for use in actual tables ?

2008-05-11 Thread Kepler Gelotte
> how do i use css to make the tables behave in the way that "valign=top" > would make them behave. Hi Josh, You just need the vertical-align: top; on the td CSS definition instead of the table: td { background-color:#93C722; padding:7px; vertical-align:top; } Best regards, Kepler Gelotte Neig

Re: [css-d] css equivalent of valign -- for use in actual tables ?

2008-05-11 Thread Thierry Koblentz
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of snak detek+0r > Sent: Sunday, May 11, 2008 11:21 AM > To: css-d@lists.css-discuss.org > Subject: [css-d] css equivalent of valign -- for use in actual tables ? > > > hi. i've got sort of a

Re: [css-d] css image display problem with FF win.

2008-05-10 Thread Gunlaug Sørtun
George Gozadinos wrote: > The problem I have is that I decided to reengineer my css and stop > using tables to display an array of images. The rationale was to make > the array scale with font size and specify dimensions in em's. There's *no* rationale that can justify substitution of a perfectl

Re: [css-d] :: CSS Code Readibility ::

2008-05-07 Thread Frankie Robertson
On 06/05/2008, Ingo <[EMAIL PROTECTED]> wrote: > Amrinder schrieb am 06.05.2008 15:48 > > > > I was reading this article on Smashing Magazine which shows how to > > increase code readability, > > > Sounds interesting, and it's always a good idea to develop a certain > style. But then this ... >

Re: [css-d] : CSS Code Readibility ::

2008-05-07 Thread Ingo
Mark Richards schrieb am 06.05.2008 22:15 > You ARE keeping your source files separate from your production files, > in a source-code control system, right? :) There should be no difference, avoid redundancy. Generate everything that is not genuine (eg compressed css), and don't store that in th

Re: [css-d] :: CSS Code Readibility ::

2008-05-07 Thread Ingo
Amrinder schrieb am 06.05.2008 15:48 > I was reading this article on Smashing Magazine which shows how to > increase code readability, Sounds interesting, and it's always a good idea to develop a certain style. But then this ... > http://www.smashingmagazine.com/2008/05/02/improving-code-readabi

Re: [css-d] : CSS Code Readibility ::

2008-05-06 Thread Mark Richards
> Does it really matter if your visitors have to wait for a > page to load? It's getting off-topic but on a popular site reducing the size of any resources, including CSS files, can save money if you pay for bandwidth. Even if the user-experience isn't materially affected it may affect the site

Re: [css-d] : CSS Code Readibility ::

2008-05-06 Thread Alan K Baker
This is one of those 'Horses for Courses' arguments. Having been a programmer in machine code which had to fit onto 1K (yes 1K !!!) ROMs, I've been used to "byte fighting" and I've seen so called code optimisers, which have never been as good as the human hand. These days, life's much easier, b

Re: [css-d] :: CSS Code Readibility ::

2008-05-06 Thread Kepler Gelotte
> Which approach is better? Should we go for code readability > as described by Smashing Magazine or follow what Andy said. Hi, I have a free download which will compress your CSS files on the server automatically. This way you can develop as you normally would but when the user's brows

Re: [css-d] CSS Layout problems with Safari

2008-04-24 Thread David Laakso
lisa wong wrote: > Resubmitting with actual website with problems: > http://www.mattcolagiuri.com/home.html > Most of the pages show the menu on two lines (should be one line) and the > copyright and other text off a little bit. Thanks for looking at this! > > ~Lisa > > > >> >> I'm having layou

Re: [css-d] CSS Layout problems with Safari

2008-04-24 Thread lisa wong
Resubmitting with actual website with problems: http://www.mattcolagiuri.com/home.html Most of the pages show the menu on two lines (should be one line) and the copyright and other text off a little bit. Thanks for looking at this! ~Lisa On Wed, Apr 23, 2008 at 7:22 PM, lisa wong <[EMAIL PROTECT

Re: [css-d] CSS Layout problems with Safari

2008-04-24 Thread David Laakso
lisa wong wrote: > Does anyone have any ideas on > what may be going on here? Or how to call a style-sheet for Safari only? I > now how to call one for IE and its different versions, but not finding > anything on safari. > > > ~Lisa > Put the page in question on a public server and point to i

Re: [css-d] CSS color editor directly to/from stylesheet files without needing HTML?

2008-04-23 Thread Christian Kirchhoff
Hello, on the off topic page on the website of this list (http://css-discuss.incutio.com/?page=OffTopic) there is a link to "CssEditors". Which I am afraid is telling me that yopur question is OffTopic. But I hope you get lucky and find your answer on that page: http://css-discuss.incutio.com/

Re: [css-d] CSS Drop-Down in IE6?

2008-04-19 Thread Alan K Baker
> Victor Subervi wrote: > Hi: > Has anyone come up with a css drop-down menu that works in both IE7 *and* > IE6? Is it even possible? I see Chris Case tried as much, and no one seems > to have responded to his post... The one below works in IE6, IE7, Firefox, Opera and Safari and can be adapted,

Re: [css-d] CSS Drop-Down in IE6?

2008-04-19 Thread Aleksandar Vacić
Victor Subervi wrote: > Hi: > Has anyone come up with a css drop-down menu that works in both IE7 *and* > IE6? Is it even possible? I see Chris Case tried as much, and no one seems > to have responded to his post... I have a menu [1] that's being used for ages and continually improved [2]

Re: [css-d] CSS Drop-Down in IE6?

2008-04-18 Thread Victor Subervi
On Fri, Apr 18, 2008 at 3:33 AM, david <[EMAIL PROTECTED]> wrote: > Highpowered wrote: > > Victor Subervi wrote: > >> On Thu, Apr 17, 2008 at 11:29 AM, Highpowered <[EMAIL PROTECTED] > >> > wrote: > As far as I know, if it is using an .htc file, it is using Javascript > (

Re: [css-d] CSS Drop-Down in IE6?

2008-04-18 Thread david
Highpowered wrote: > Victor Subervi wrote: >> On Thu, Apr 17, 2008 at 11:29 AM, Highpowered <[EMAIL PROTECTED] >> > wrote: >> >> IE6's lack of multi-elemental :hover support makes Javascript a >> necessity for any mouseover-triggered menu to work the same as it do

Re: [css-d] CSS Drop-Down in IE6?

2008-04-17 Thread Highpowered
Victor Subervi wrote: > On Thu, Apr 17, 2008 at 11:29 AM, Highpowered <[EMAIL PROTECTED] > > wrote: > > IE6's lack of multi-elemental :hover support makes Javascript a > necessity for any mouseover-triggered menu to work the same as it does > in 7. Apologies i

Re: [css-d] CSS Drop-Down in IE6?

2008-04-17 Thread Victor Subervi
On Thu, Apr 17, 2008 at 11:29 AM, Highpowered <[EMAIL PROTECTED]> wrote: > IE6's lack of multi-elemental :hover support makes Javascript a > necessity for any mouseover-triggered menu to work the same as it does > in 7. Apologies if I am misinterpreting your question. That´s what I thought, but

Re: [css-d] CSS Drop-Down in IE6?

2008-04-17 Thread Highpowered
Victor Subervi wrote: > Hi: > Has anyone come up with a css drop-down menu that works in both IE7 *and* > IE6? > > IE6's lack of multi-elemental :hover support makes Javascript a necessity for any mouseover-triggered menu to work the same as it does in 7. Apologies if I am misinterpreting you

Re: [css-d] CSS Drop-Down in IE6?

2008-04-17 Thread David Laakso
Victor Subervi wrote: > Has anyone come up with a css drop-down menu that works in both IE7 *and* > IE6? Is it even possible? I see Chris Case tried as much, and no one seems > to have responded to his post... > TIA, > Victor > Drop-downs are sometimes problematic and difficult to execute. Here

Re: [css-d] CSS Background Image Not Wide Enough

2008-04-16 Thread Carol Huddleston
Thank you, that worked perfectly! Carol On Apr 15, 2008, at 6:11 PM, Kepler Gelotte wrote: >> The width of the image is supposed to total 760 pixels >> (180px for the dark gray column, 20 px blank, then 560px for the >> light gray column). > > Hi, > > I think you calculated your width incorrectl

Re: [css-d] CSS background image not showing up

2008-04-16 Thread Alan K Baker
atreorgans.co.uk www.virtualtheatreorgans.com Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups Shopsmith 520 + bits Flatulus Antiquitus - Original Message - From: Michael Adams To: css-d@lists.css-discuss.org Sent: Wednesday, April 16, 2008 9:19 AM Subject: Re: [c

Re: [css-d] CSS background image not showing up

2008-04-16 Thread Michael Adams
On Tue, 15 Apr 2008 23:41:56 +0200 Ingo Chao wrote: > Carol Huddleston wrote: > > ..., > > http://home.comcast.net/~prairiedream/beginning/faux.html > > ... > > My problem right now is that the background image isn't showing at > > all. I have faux.gif in a folder titled "images" like this: > >

Re: [css-d] CSS Background Image Not Wide Enough

2008-04-15 Thread Kepler Gelotte
> The width of the image is supposed to total 760 pixels > (180px for the dark gray column, 20 px blank, then 560px for the > light gray column). Hi, I think you calculated your width incorrectly. Try 780px: body { font-family:'Lucida Grande',Verdana,sans-serif; font-size:80%; margin:10px; w

Re: [css-d] CSS background image not showing up

2008-04-15 Thread Jack Timmons
I meant one of two things, in this case the likely candidate being "B". Sometimes I forget to express the full idea when I'm doing a quick site check amongst my own projects. -Jack Timmons On Tue, Apr 15, 2008 at 4:44 PM, Brian Ogden <[EMAIL PROTECTED]> wrote: > This is not true the image does ex

Re: [css-d] CSS background image not showing up

2008-04-15 Thread Brian Ogden
This is not true the image does exist and showing up on my browser at the following url: http://home.comcast.net/~prairiedream/beginning/images/faux.gif On Tue, Apr 15, 2008 at 2:38 PM, Jack Timmons <[EMAIL PROTECTED]> wrote: > C

Re: [css-d] CSS background image not showing up

2008-04-15 Thread neal
instead of css-d@lists.css-discuss.org #container { background:url(/images/faux.gif) repeat-y; } try this: #container { background:url(../images/faux.gif) repeat-y; } ~Neal life is certain death is short ~furry lewis

Re: [css-d] CSS background image not showing up

2008-04-15 Thread Ingo Chao
Carol Huddleston wrote: > ..., > http://home.comcast.net/~prairiedream/beginning/faux.html > ... > My problem right now is that the background image isn't showing at > all. I have faux.gif in a folder titled "images" like this: > > /beginning/images/faux.gif > > I also tried it like this: /ima

Re: [css-d] CSS background image not showing up

2008-04-15 Thread Jack Timmons
Carol, On hand, my browser is unable to find the image, which is telling me two things: A: You haven't uploaded the image B: You are referencing the image incorrectly. I tried going straight to see if I could look in the directory, but it's disabled. -Jack Timmons On Tue, Apr 15, 2008 at 4:32

Re: [css-d] css-d Digest, Vol 65, Issue 20

2008-04-15 Thread christianz
This has been an excellent thing for me to learn in my greenhorn-hood.. As I adjust my pages to work with this new combined style sheet, I'm adding "id="index" to every instance of my tags; my "space after" design employs a paragraph's worth of text paragraph's worth of text, so ever

Re: [css-d] CSS newb -- IE question

2008-04-04 Thread Gunlaug Sørtun
Jen Guthrie wrote: > I'm using the "dotted" attribute for borders to indicate links/nav > and design a blog page. Does it always show up as dashed instead of > dotted in IE? Seems to work fine in Firefox and Safari. Am I missing > something? Thanks!! www.jacalynlee.com They don't show up at all

Re: [css-d] CSS newb -- IE question

2008-04-04 Thread Philippe Wittenbergh
On Apr 4, 2008, at 7:15 PM, Jen Guthrie wrote: > I'm using the "dotted" attribute for borders to indicate links/nav > and design a blog page. Does it always show up as dashed instead of > dotted in IE? Seems to work fine in Firefox and Safari. Am I missing > something? Thanks!! > www.jacaly

Re: [css-d] CSS dropdown menu not workink in IE7

2008-04-02 Thread Alan K Baker
Try removing the .bullet from line 83 83 ) a.bullet:hover { 84) text-decoration:none !important; 85) cursor:default; 86) } 87) /* END NAVIGATION Works for me. :-) Regards, Alan. www.theatreorgans.co.uk www.virtualtheatreorgans.com Admin: ConnArtistes, UKShopsmiths, 2n

Re: [css-d] CSS Drop-down Menus

2008-04-01 Thread Bill Brown
Sorry, Didn't highlight the entire section. Try this: /*Makes the submenus appear on hover*/ .left_main_menu li{position:relative;} .left_main_menu li:hover ul{ display: block;top:0; } .left_main_menu li ul li{white-space:nowrap;} Rachel Vidrine wrote: > I am trying to create a CSS drop-down menu.

Re: [css-d] CSS Drop-down Menus

2008-04-01 Thread Bill Brown
Hi Rachel, Try this in your CSS: /*Makes the submenus appear on hover*/ .left_main_menu li{position:relative;} .left_main_menu li:hover ul{ display: block;top:0; } --Bill Rachel Vidrine wrote: > I am trying to create a CSS drop-down menu. I am having a couple of problems > with it. > > 1. In

Re: [css-d] CSS parse error

2008-03-28 Thread David Laakso
Cory Shubert wrote: > I have been trying to figure out why I am getting this when I validate, > but so far nothing is working for me. > > Any ideas? > > CSS is; > > div.shaded-bordered-item { > margin: 1em 0; > border: 1px solid #069; > padding: 4px; > background-color: #dfeefd; > } > >

Re: [css-d] CSS parse error

2008-03-28 Thread Jukka K. Korpela
Cory Shubert wrote: > I have been trying to figure out why I am getting this when I > validate, but so far nothing is working for me. Getting _what_? > CSS is; > > div.shaded-bordered-item { > margin: 1em 0; > border: 1px solid #069; > padding: 4px; > background-color: #dfeefd; > } When I c

Re: [css-d] CSS faux columns not working in IE6

2008-03-24 Thread Gunlaug Sørtun
Alan Gresley wrote: > Very true Georg. For a developer wanting to develop for IE6 when > using conditional comments they must have original standalone > versions of IE6, IE7 and IE8b1 to test with. > > [...] Since other people are not me and don't have access to my head, > standalone versions

Re: [css-d] CSS faux columns not working in IE6

2008-03-24 Thread Ian Piper
On 24 Mar 2008, at 5:14am, Alan Gresley wrote: > Holly Bergevin wrote: > >> From: Ian Piper <[EMAIL PROTECTED]> >> > http://www.tellura.co.uk/index.php > As you can see, the image used for the background for the left > sidebar doesn't display in three-column mode and the content

Re: [css-d] CSS faux columns not working in IE6

2008-03-24 Thread Alan Gresley
Gunlaug Sørtun wrote: > Alan Gresley wrote: > > > Ian would you have happen to have download IE8 as an overwrite of > > IE7? If so those [if lte IE 6] will not be seen by your standalone > > version of IE6. > > Just a comment here: we keep on running into these "standalone and > conditional co

Re: [css-d] CSS faux columns not working in IE6

2008-03-23 Thread Gunlaug Sørtun
Alan Gresley wrote: > Ian would you have happen to have download IE8 as an overwrite of > IE7? If so those [if lte IE 6] will not be seen by your standalone > version of IE6. Just a comment here: we keep on running into these "standalone and conditional comments" problems quite often, which com

Re: [css-d] CSS faux columns not working in IE6

2008-03-23 Thread Alan Gresley
Holly Bergevin wrote: > From: Ian Piper <[EMAIL PROTECTED]> > > >>> http://www.tellura.co.uk/index.php > >> > >>> As you can see, the image used for the background for the left > >>> sidebar doesn't display in three-column mode and the content column's > >>> white background doesn't fill the sp

Re: [css-d] CSS faux columns not working in IE6

2008-03-23 Thread Holly Bergevin
From: Ian Piper <[EMAIL PROTECTED]> >>> http://www.tellura.co.uk/index.php >> >>> As you can see, the image used for the background for the left >>> sidebar doesn't display in three-column mode and the content column's >>> white background doesn't fill the space unless the content is longer >>>

Re: [css-d] CSS faux columns not working in IE6

2008-03-23 Thread Ian Piper
On 22 Mar 2008, at 7:30pm, Gunlaug Sørtun wrote: > Ian Piper wrote: > >> http://www.tellura.co.uk/index.php > >> As you can see, the image used for the background for the left >> sidebar doesn't display in three-column mode and the content column's >> white background doesn't fill the space unl

Re: [css-d] [css] Sticky footer problems

2008-03-22 Thread Jim Davis
Here is a link to an article and demo for a technique to create css frames. It uses a fixed header and a "sticky" footer. Perhaps you will find inspiration for your footer here: http://www.456bereastreet.com/archive/200609/css_frames_v2_fullheight/ Jim On Sat, Mar 22, 2008 at 1:31 PM, Krystian -

Re: [css-d] CSS faux columns not working in IE6

2008-03-22 Thread Alan Gresley
Gunlaug Sørtun wrote: > Ian Piper wrote: > > > http://www.tellura.co.uk/index.php > > IE6 is confused by the background-position provided for browsers that > support min/max-width. > > In the IE6 stylesheet make that... > > #leftfauxcol { > background-position: 0 0; > width:100%; > } > > #rig

Re: [css-d] CSS faux columns not working in IE6

2008-03-22 Thread Gunlaug Sørtun
Ian Piper wrote: > http://www.tellura.co.uk/index.php > As you can see, the image used for the background for the left > sidebar doesn't display in three-column mode and the content column's > white background doesn't fill the space unless the content is longer > than the sidebars. But only fo

Re: [css-d] CSS faux columns not working in IE6

2008-03-22 Thread Alan Gresley
Ian Piper wrote: > Hi all, > > I am having trouble getting the CSS faux columns method working in a > site I'm developing. It is a Joomla 1.5 site BTW. I want to be able to > have either a two-column or three-column layout and thought the faux > column method would do it. So it does for Sa

Re: [css-d] CSS Templates

2008-03-20 Thread Vicki Stebbins
At 05:51 AM 18/03/2008, Laura wrote: >Hello > >Thank you again for all your help on my last question. Now I'm >struggling with this > >I want the site to have the top margin and left side as the >"constant" and the rest to be variable. I really don't want to >clone this page for the rest o

<    4   5   6   7   8   9   10   11   12   13   >