Re: [css-d] Can this be done with CSS?

2009-07-02 Thread Debbie Roes
To Fantasai and all others who have responded to my question, > Couldn't you just use a blue background and padding on the element > to > get the blue matting? And "margin: auto" should center the image for > the > portraits. I thought of this, but wondered about there being too much spacing

[css-d] Problems with fixed-width 3-col with 100% browser-width fixed footer

2009-07-02 Thread Cyber Guinevere
Hi, I'm having real problems with a layout inyou guessed it...IE. It's a fixed-width, 3-column layout using floats, with a div that fills 100% of the width of the browser window and is fixed to the bottom of the browser window with the content scrolling underneath. I've got it working fi

Re: [css-d] Z-index issues in IE

2009-07-02 Thread Marielos Vega
I just read in the policies that not attachments are allowed. *Sorry* about that! :S On Thu, Jul 2, 2009 at 8:14 PM, Marielos Vega wrote: > I haven't published my page yet. Is more like a personal proyect in order > to explore stuff. I attached a screenshot of how it looks in chrome and how > it

Re: [css-d] Shrink to fit - hasLayout workaround - close to newbie insanity!!!!

2009-07-02 Thread MEM
> Ok. I will search about "contain the float". > At your opinion, should I discard the display:inline-block; option ? > Better yet, I will found a workaround, I will put the login box down, using padding here and there. I'm interested on learning about working with floats, hasLayout issues, cl

Re: [css-d] Shrink to fit - hasLayout workaround - close to newbie insanity!!!!

2009-07-02 Thread MEM
> If you want it to shrink to fit then float it. If you float it you are > going to need to contain the float. Ok. I will search about "contain the float". At your opinion, should I discard the display:inline-block; option ? Thanks again, Márcio ___

Re: [css-d] Can this be done with CSS?

2009-07-02 Thread fantasai
Debbie Roes wrote: > Hi, > > I am not a CSS expert (yet!), so I am calling upon the experts on this list > with a question regarding whether or not a certain design can be > accomplished using CSS. > > I have a client who is a professional photographer. She wants to include a > photo gallery on

Re: [css-d] Shrink to fit - hasLayout workaround - close to newbie insanity!!!!

2009-07-02 Thread Tim Snadden
On 3/07/2009, at 11:19 AM, MEM wrote: > The hasLayout issue was solved, but, I needed to be solved with a > solution > that shrinks the #navcontainer div. If you want it to shrink to fit then float it. If you float it you are going to need to contain the float. __

Re: [css-d] Shrink to fit - hasLayout workaround - close to newbie insanity!!!!

2009-07-02 Thread MEM
> 1. Remove line 158 (width: 100%). > 2. Add the following inside your IE6 conditional comment > > #navcontainer { > zoom: 1; /* gives it layout */ > clear: both; /* self explanatory? */ > } > > http://snadden.com/sandbox/layout8_ups.html Ok. I've done it as mentioned, and also

Re: [css-d] Can this be done with CSS?

2009-07-02 Thread David Laakso
Debbie Roes wrote: > Hi, > > I am not a CSS expert (yet!), so I am calling upon the experts on this list > with a question regarding whether or not a certain design can be > accomplished using CSS. > > > http://www.awbphoto.com/amywisebacis_landscape.jpg > > Many thanks, > Debbie > > > Anyt

Re: [css-d] Shrink to fit - hasLayout workaround - close to newbie insanity!!!!

2009-07-02 Thread MEM
> By looking at the comments in the document it seems like English isn't > your first language. With respect - When you read > http://www.satzansatz.de/cssd/onhavinglayout.html > did you understand it? I appreciate that it may contain some > reasonably complicated language for a non-native speak

Re: [css-d] Z-index issues in IE

2009-07-02 Thread Tim Snadden
On 3/07/2009, at 7:13 AM, Marielos Vega wrote: > Hi all, > I'm having some issues with my web page. People will be much more willing to help if you post a link. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discus

Re: [css-d] Can this be done with CSS?

2009-07-02 Thread Tim Snadden
On 3/07/2009, at 5:57 AM, Debbie Roes wrote: > What I am wondering is if I can achieve the desired result using > ONLY CSS. In this case, what you can achieve using *only* CSS is going to be more limited. Firstly you will have to give up on making it work in IE6 as :hover only works on e

Re: [css-d] Shrink to fit - hasLayout workaround - close to newbie insanity!!!!

2009-07-02 Thread Tim Snadden
On 3/07/2009, at 8:31 AM, MEM wrote: > Hello, > > I have tried several hasLayout workarounds for the #navcontainer > padding > problem here: > > http://www.cantinho.org/pt/cantinho-site/layout8_ups.html By looking at the comments in the document it seems like English isn't your first languag

Re: [css-d] Shrink to fit - hasLayout workaround - close to newbie insanity!!!!

2009-07-02 Thread MEM
> And this is working locally on IE and Firefox and Safari. When, however > I see the same link, online, I get it ok on FF, Saf but not IE ! > Could It get more weird then this? >http://www.cantinho.org/pt/cantinho-site/layout7_ups.html Update: He doesn't work on "IE8 compatibility view" (so he

[css-d] Shrink to fit - hasLayout workaround - close to newbie insanity!!!!

2009-07-02 Thread MEM
Hello, I have tried several hasLayout workarounds for the #navcontainer padding problem here: http://www.cantinho.org/pt/cantinho-site/layout8_ups.html The one that works: #navcontainer { padding-bottom:0.5em; width:100%;*/ /*IE6 only: to fix hasLayout

Re: [css-d] Alignment Issue

2009-07-02 Thread Alan Gresley
J.M. Knowles wrote: > David Laakso wrote: >> This seemed to help on a local file in Mac OS X 10.4.11: Opera/10b >> (6522), FF/3.5, Safari/4. Try it on your end and see what you think. >> BTW, you've used font-weight: bolder; twice in that declaration. >> .location { >> background-image:url(Button

[css-d] Z-index issues in IE

2009-07-02 Thread Marielos Vega
Hi all, I'm having some issues with my web page. Currently, I'm displaying a Dojox.image.gallery and I'm trying to simulate a lightbox. With my current code, it is working as expected in safari, chrome and ff. But in IE its not working properly (as always :S); the background div is being displayed

[css-d] Can this be done with CSS?

2009-07-02 Thread Debbie Roes
Hi, I am not a CSS expert (yet!), so I am calling upon the experts on this list with a question regarding whether or not a certain design can be accomplished using CSS. I have a client who is a professional photographer. She wants to include a photo gallery on her website which will display larg