[css-d] How can I create a shadow around a div without the image inside?

2005-10-16 Thread Rick Faircloth
I'm trying to create a drop-shadow around a div. I want to put text in an inner div, but I can only get the shadow to show around the outside of the inner div if there's an image present. How can I change this code to create the shadow around the inner div without the image? Is it possible? Her

Re: [css-d] Replace Text

2005-10-16 Thread Thierry Koblentz
Donna Pfledderer @ Virtual Business Connection wrote: > Ok! I hope someone can help out. > > http://www.vbc-nc.com/Samples/ArtEscape/NewSite/gallery_natPlaces.html > > When you click on a Thumbnail at the bottom, the picture above and to > the right changes, but I need the text to the left of the

Re: [css-d] Replace Text

2005-10-16 Thread Eric Shepherd
This is a JavaScript issue, not CSS. You would have to have multiple divs, one for each thumbnail, and show and hide them depending on what thumbnail is clicked. Write me privately if you want more direction on how to do this. __ c

Re: [css-d] body content not stretching to footer

2005-10-16 Thread Christian Montoya
> I'm having a problem with some of my pages, like this one > http://www.fivepointcapital.co.uk/test_site/casestudies.php where the > body content (background shadow on either side) is not stretching down > to meet the footer in IE and Mozilla Firefox. > Hi, this is a typical problem with floated

[css-d] Replace Text

2005-10-16 Thread Donna Pfledderer @ Virtual Business Connection
Ok! I hope someone can help out. http://www.vbc-nc.com/Samples/ArtEscape/NewSite/gallery_natPlaces.html When you click on a Thumbnail at the bottom, the picture above and to the right changes, but I need the text to the left of the picture to change as well. Does anyone know how this could be do

Re: [css-d] Help with Expandable Lists

2005-10-16 Thread Steve Clason
On 10/16/2005 3:34 PM [EMAIL PROTECTED] wrote: I'm having trouble implimenting the incredibly handy expandable list described on the Gazingus website (http://www.gazingus.org/html/DOM-Scripted_Lists_Revisited.html). I don't have to use this format, but would like to create an expandable list usi

[css-d] Can't Get Background Colors to Show

2005-10-16 Thread Audiobooks Online, Larry Bohen
When I open the 3 column code (file:///c:/Bullet%20Proof%20Web%20Design/Bullet%20Proof%20Web%20Design%20co de_20051015/bpwd-code/chapter8/3col.html) in chapter 8 of Bulletproof Web Design with Dreamweaver, everything looks fine except the colors in the left body column (green) and the right body co

Re: [css-d] Bad alignment of submit button in a table

2005-10-16 Thread Larry Israel
> The delete button lines up at the top of the cell. I want it to > vertical-align in the middle of the cell, but, unlike the text in an > adjacent cell, it doesn't obey the instruction. > > There is also more vertical space in the cell than I would like, in spite > of setting padding and margin to

[css-d] Help with Expandable Lists

2005-10-16 Thread jblake
Hello, I'm having trouble implimenting the incredibly handy expandable list described on the Gazingus website (http://www.gazingus.org/html/DOM-Scripted_Lists_Revisited.html). I don't have to use this format, but would like to create an expandable list using only CSS and Javascript, if necessary.

[css-d] body content not stretching to footer

2005-10-16 Thread Virtuallee
Hi I'm having a problem with some of my pages, like this one http://www.fivepointcapital.co.uk/test_site/casestudies.php where the body content (background shadow on either side) is not stretching down to meet the footer in IE and Mozilla Firefox. Have tried everything..(well). Can anyone se

[css-d] Bad alignment of submit button in a table

2005-10-16 Thread Linda H
Hi All, I have a table displaying data from a mySQL table with a delete button in one cell. The delete button lines up at the top of the cell. I want it to vertical-align in the middle of the cell, but, unlike the text in an adjacent cell, it doesn't obey the instruction. There is also more

[css-d] More of that fun box model (getting frames around content)

2005-10-16 Thread Svend Tofte
Hey, I'm trying to wrap the whole page in some frames. If not enough content is there, I want it to fill the entire screen (snap to the browser chrome). Otherwise, it should expand to fit the content. I know how to get this effect in the width, but not height-wise (which IIRC always was a little

Re: [css-d] what DOM inspector tool can I get?

2005-10-16 Thread !!blue
Ken, how about a link to where we can save it from? I'd *love* printable DOM views! ;-) I don't know how to save a bookmarklet using source code :-S Here's a bookmarklet I found that's muy useful if you want to see how a page is built, it's the Mouseover Dom Inspector: http://slayeroffice.com/tool

Re: [css-d] Requesting Help with "shifting pixel" bug in IE

2005-10-16 Thread Ingo Chao
Jim Chapin wrote: The original reason for the "position relative" was to fix an IE problem. "The {position: relative} overcomes a bug in IE/Win which prevents all but the last column of links from behaving like links and being "clickable." (reference: http://www.communitymx.com/content/article.c

RE: [css-d] Not Able to Get Bullet Proof Web Design Code

2005-10-16 Thread Audiobooks Online, Larry Bohen
Yes, I am on a PC. Yes, I was attempting to use the MAC file. Thanks for your input. Larry Bohen - www.audiobooksonline.com -Original Message- From: Christian Heilmann [mailto:[EMAIL PROTECTED] Sent: 10/16/2005 9:33 AM To: Audiobooks Online, Larry Bohen Cc: css-d@lists.css-discuss.org

Re: [css-d] Not Able to Get Bullet Proof Web Design Code

2005-10-16 Thread Christian Heilmann
On 10/16/05, Audiobooks Online, Larry Bohen <[EMAIL PROTECTED]> wrote: > I have downloaded and unzipped the code for each of the chapters in your > "Bullet Proof Web Design." When I open the ._3col.html file I get a Web page > with "2 RTEXTR*ch" on it but nothing else. Same thing happens when I ope

[css-d] re:podt: Inconsistent flost behavior

2005-10-16 Thread Tanya Renne
Perhaps this isn't happening to anyone else so all thot it resolved ... I have a 3-col layout and the third column sometimes behave by coming up even with the other two columns and sometimes falls down the page. For example in Firefox/PC the page often opens with only two columns in view - refres

[css-d] Not Able to Get Bullet Proof Web Design Code

2005-10-16 Thread Audiobooks Online, Larry Bohen
I have downloaded and unzipped the code for each of the chapters in your "Bullet Proof Web Design." When I open the ._3col.html file I get a Web page with "2 RTEXTR*ch" on it but nothing else. Same thing happens when I open the files for the other chapters. I am using FireFox and IE. Where is t

Re: [css-d] Height of div in IE/Win

2005-10-16 Thread Gunlaug Sørtun
Dennis Germundal wrote: 1. Pardon a beginner, but how do I resize the text in IE6? I can do it in FF but nothing happens in IE when I try. That's because you have defined font-size in 'px'. Of course, the fault is in Internet Explorer, but that doesn't help much when things doesn't work as the

Re: [css-d] Curves - CSS only (visit test site)

2005-10-16 Thread Gunlaug Sørtun
Bill Stemp wrote: Not sure if this has been done before, but I have read in places that it was impossible to create curves using only CSS. Seems as though that's not the case. Check out this test site: http://www.firstsite.co.za/wwwroot/curves/curve.htm That's not "CSS only". It's a page full

[css-d] Curves - CSS only (visit test site)

2005-10-16 Thread Bill Stemp
Not sure if this has been done before, but I have read in places that it was impossible to create curves using only CSS. Seems as though that's not the case. Check out this test site: http://www.firstsite.co.za/wwwroot/curves/curve.htm Bill Stemp