[css-d] Use of !ie and !important

2008-01-02 Thread Nancy E. Sosna Bohm
Often I find a pixel or two difference between FireFox and IE7, mostly due to my use of borders and padding. I have been extensively using !ie at the end of a style declaration to correct this in IE7. This is similar to the !important used to target both FF and IE7, but not IE6. Both of these work

Re: [css-d] Banner alignment problem - Fire Fox problem

2008-01-02 Thread Aaron Gray
>>> On Wednesday 02 January 2008 22:21:54 Aaron Gray wrote: >>> I have a banner for a web page that I cannot figure out how to get the alignment right. I want the "new" link to appear directly under the search text field, range left. >>> >>> Would it help if you take that "new"

Re: [css-d] centering issues

2008-01-02 Thread Raymond Rodriguez
WOW, thanks, Thierry! That fixed the centering and a couple other problems I was having. Much appreciated!! Raymond On Jan 2, 2008, at 2:24 PM, Thierry Koblentz wrote: > margin auto won't do much if there is no width specified and when > there is > one, " margin: 0 auto; " works better tha

Re: [css-d] create expandable banner

2008-01-02 Thread Rebecca Richter
Hi David, Here's my site so far, with expandable banner and footer images. I still don't know what this looks like on different-sized monitors. I made the bg image in Photoshop with a width of 2000 px. Is this how it works? Thanks :) Becca __

Re: [css-d] IE7 wraping URLs at the "?" part...

2008-01-02 Thread Jukka K. Korpela
Jukka K. Korpela wrote: > If, for example, we have > foo zip zap bar > and we assign white-space: nowrap to the , then the effect > should extend to the inner element's content "zip zap" as well. > However, IE 7 breaks between "zip" and "zap" when it sees that fit. I may have jumped into conclusi

Re: [css-d] centering issues

2008-01-02 Thread Thierry Koblentz
margin auto won't do much if there is no width specified and when there is one, " margin: 0 auto; " works better than " margin:auto 0; " ;) -- Regards, Thierry | http://www.TJKDesign.com I'm having some wacky problems with a new page design I'm working on and it's blowing my mind because t

Re: [css-d] Banner alignment problem - Fire Fox problem

2008-01-02 Thread Aaron Gray
>> On Wednesday 02 January 2008 22:21:54 Aaron Gray wrote: >> >>> I have a banner for a web page that I cannot figure out how to get >>> the alignment right. >>> I want the "new" link to appear directly under the search text field, >>> range left. >> >> Would it help if you take that "new" link int

[css-d] centering issues

2008-01-02 Thread Raymond Rodriguez
Hi all, I'm having some wacky problems with a new page design I'm working on and it's blowing my mind because this is a very simple layout. I'm centering just about everything and using infinite width containers but I had no idea this was going to be such a hassle with the IEs and even Fir

Re: [css-d] IE6 Problem

2008-01-02 Thread Ibrahim Y
Sorry for late, But I'm too busy ... I will try it soon ... thank you ... and apologize me for this Ibrahim On Dec 29, 2007 6:46 PM, Alan Gresley <[EMAIL PROTECTED]> wrote: > Ibrahim Y wrote: > > > Hi, > > > > I've problem that there is a gap between the div called "top" and > > "container" on I

Re: [css-d] Banner alignment problem

2008-01-02 Thread Aaron Gray
> On Wednesday 02 January 2008 22:21:54 Aaron Gray wrote: > >> I have a banner for a web page that I cannot figure out how to get >> the alignment right. >> I want the "new" link to appear directly under the search text field, >> range left. > > Would it help if you take that "new" link into the

Re: [css-d] Banner alignment problem

2008-01-02 Thread Rekhesh Mohan
On Wednesday 02 January 2008 22:21:54 Aaron Gray wrote: > I have a banner for a web page that I cannot figure out how to get > the alignment right. > I want the "new" link to appear directly under the search text field, > range left. Would it help if you take that "new" link into the form, and s

Re: [css-d] images should be at the top

2008-01-02 Thread David Laakso
Banana wrote: > Hello, new to the list. This is my first day with CSS Sculpture. > > Page in question: http://korbyimagery.com/wedding/index-new.htm > css: http://korbyimagery.com/wedding/1-we-screen.css > > This looks fine in IE6. Firefox shoves everything but #content down > about 70 pixels. Why

Re: [css-d] create expandable banner

2008-01-02 Thread Aaron Gray
> Hi and Happy New Year :) > > I am familiar with creating a background image and repeating it with css > to > make a banner, but how do you do it if the banner has a non-uniform > background, like on this site: http://www.myersonassociates.com/? Do I > just > make an image with wide dimensions,

Re: [css-d] images should be at the top

2008-01-02 Thread Valerie Wininger
On Jan 1, 2008 8:03 PM, Banana <[EMAIL PROTECTED]> wrote: > Hello, new to the list. This is my first day with CSS Sculpture. > > Page in question: http://korbyimagery.com/wedding/index-new.htm > css: http://korbyimagery.com/wedding/1-we-screen.css > > This looks fine in IE6. Firefox shoves everythi

Re: [css-d] create expandable banner

2008-01-02 Thread Rebecca Richter
Hi Holly :) Ahhaa! So, the placed image goes from left side to the main part of the screen, and the bg image only repeats to the right? How do you know how wide to make your main image so that the design centers on the page? Since monitors vary in resolution, I've never made my design wide

[css-d] Banner alignment problem

2008-01-02 Thread Aaron Gray
Hi, I have a banner for a web page that I cannot figure out how to get the alignment right. http://www.aarongray.org/Test/CSS/Banner.html I want the "new" link to appear directly under the search text field, range left. If there is a better way of laying out banner I would like to kno

[css-d] How to simulate border-box in IE6/7 standards mode?

2008-01-02 Thread Cat Chen
Hi, I want to use standards mode in IE6/7, while I need to use border-box for some element. How to simulate border-box in IE6/7? Thank you. Best, Cat -- My blogs: http://english.catchen.biz __ css-discuss [EMAIL PROTECTED] http

[css-d] images should be at the top

2008-01-02 Thread Banana
Hello, new to the list. This is my first day with CSS Sculpture. Page in question: http://korbyimagery.com/wedding/index-new.htm css: http://korbyimagery.com/wedding/1-we-screen.css This looks fine in IE6. Firefox shoves everything but #content down about 70 pixels. Why? How do I fix it? S