Re: [css-d] IE Problem - Menu

2008-03-29 Thread Ibrahim Y
On IE7 only one menu item appear, on IE6 the items appears in vertical. you can check the top menu on FF & IE to see the difference. *a new problem, *although I use center for the body & the main div#center the body is centered. On Sun, Mar 30, 2008 at 8:19 AM, Katherine Coynor <[EMAIL PROTECTED]

Re: [css-d] IE Problem - Menu

2008-03-29 Thread Katherine Coynor
It looks okay to me. Could you be a bit more specific about the issues you're having with it? Kat On Sat, Mar 29, 2008 at 5:31 PM, Ibrahim Y <[EMAIL PROTECTED]> wrote: > hello all, > > I have problem with top menu on both IE6&7. > the link: http://www.ndaworld.org/ > the css is validated with n

Re: [css-d] Button displace issue

2008-03-29 Thread Gunlaug Sørtun
corey deep wrote: > I have an odd button element issue specific to IE6. When I create a > button element and set text-indent ( to displace the value text ) the > button disappears in IE6. And also in IE7. > http://thevenusflytrap.org/button_trials/index.html You can fix IE's bug without addin

[css-d] IE Problem - Menu

2008-03-29 Thread Ibrahim Y
hello all, I have problem with top menu on both IE6&7. the link: http://www.ndaworld.org/ the css is validated with no errors and look fine on Opera & FF. I'm stuck ... any idea? Thanks in advanced, Ibrahim __ css-discuss [EMAI

Re: [css-d] Button displace issue

2008-03-29 Thread Holly Bergevin
From: "corey deep" <[EMAIL PROTECTED]> >Spans involve less work with graphics editor, but it is alot of markup for a >single button no ? Well, what I had thought was - Submit Me with the CSS - .btn { position: relative; background:transparent url(btn_grn_submit.gif) no-repeat scroll left top

Re: [css-d] Button displace issue

2008-03-29 Thread corey deep
Thanks so much Holly , I think the span will work. its looking better now. my button solution is not ideal though... I am still on the fence as to what course of action I will take. The design spec for all buttons have rounded corners and gradient fill. three different colors, over a dozen t

Re: [css-d] White-space rule - best usage

2008-03-29 Thread Ian Young
> Subject: Re: [css-d] White-space rule - best usage > > > Ian Young wrote: > > > Been looking at the white-space rule and came across this on client's > > site. > > pre{ > > white-space: pre; /* CSS2 */ > > white-space: pre-wrap; /* CSS 2.1 */ > > white-space: pre-line; /* CSS 3 */} > > The commen

Re: [css-d] White-space rule - best usage

2008-03-29 Thread Jukka K. Korpela
Ian Young wrote: > Been looking at the white-space rule and came across this on client's > site. > pre{ > white-space: pre; /* CSS2 */ > white-space: pre-wrap; /* CSS 2.1 */ > white-space: pre-line; /* CSS 3 */} The comments are misleading, because pre-line is in CSS 2.1, too. And the comments a

Re: [css-d] browser combatibility issues

2008-03-29 Thread tmesa.mesadesignhouse
Microsoft told Mac users in January 2006 to stop using IE for the Mac. You can't even download it from Microsoft anymore. Now it breaks sites. It crashes computers and causes kernel panics. No one is using (or should be using) IE for the Mac. What do your stats say about IE Mac users using t

Re: [css-d] Testing browsers

2008-03-29 Thread tmesa.mesadesignhouse
And browsercam is the only way you're going to get IE5 for the Mac to work, since Microsoft stopped supporting it in December of 2005, removed IE Mac from their downloads section on January 31, 2006, and told Macintosh users in 2006 (2 years ago!) to *stop using Internet Explorer on their M

Re: [css-d] Works great in IE7, not so much in FF/Safari

2008-03-29 Thread David Laakso
tmesa.mesadesignhouse wrote: > > This is year 5 of building websites, year 37 of print design. I'd have > to say building websites is the most annoying, because the tools for > doing so are so inadequate, *compared to the tools I use for print > work*. > Theresa Mesa > > > > > Opportun

[css-d] White-space rule - best usage

2008-03-29 Thread Ian Young
Hi guys, Not been on for a while. Been looking at the white-space rule and came across this on client's site. pre{ white-space: pre; /* CSS2 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 */} What is best usage? Apologies if this a daft question. Cheers Ian IY e-Solut

Re: [css-d] centering divs within divs / jumping columns

2008-03-29 Thread David Laakso
Stuart King wrote: > Awesome . . . > > How would I keep the at the same bottom position on > several pages with different amounts of text? > > thank you. > > --s > > > > 1. URL: > http://www.triviumwine.com/continuum_site/pages/vintage.html > > 2. URL: >

Re: [css-d] Button displace issue

2008-03-29 Thread Holly Bergevin
From: "corey deep" <[EMAIL PROTECTED]> >> I have an odd button element issue specific to IE6. When I create a button >> element and set text-indent ( to displace the value text ) the button >> disappears in IE6. >> If I add a non-breaking space , or line break or character before the >> button it

Re: [css-d] Works great in IE7, not so much in FF/Safari

2008-03-29 Thread tmesa.mesadesignhouse
I'll explore rounded corners later, when I don't have three sites to build, and a host of print jobs to build. It *IS* something I'd like to try. This is year 5 of building websites, year 37 of print design. I'd have to say building websites is the most annoying, because the tools for doin

Re: [css-d] centering divs within divs / jumping columns

2008-03-29 Thread David Laakso
Stuart King wrote: > > 1. URL: http://www.triviumwine.com/continuum_site/pages/vintage.html > Problem: > Looks great in Mac (opera, firefox, safari) - in windows ie6 the column > is placed about 300px above the background and content wrapper. > > 2. URL: http://www.triviumwine.com/continuu

Re: [css-d] Fw: IE 6 bug or maybe my coding

2008-03-29 Thread Gunlaug Sørtun
Lidia-Anain "ZenLoveJoy" wrote: > This is the final project in my one yr journey of free practice > before I launch. So, I want it to not have errors. > 1: the only problem I can see IE6 having compared to other browsers, is that IE6 (

[css-d] centering divs within divs / jumping columns

2008-03-29 Thread Stuart King
Hi CSS'ers . . . Help! I have tried numerous ways to fix the following two problems - in vien . I checked and both pages were validated. I do not know what is wrong: 1. URL: http://www.triviumwine.com/continuum_site/pages/vintage.html Problem: Looks great in Mac (opera, firefox, safari)

Re: [css-d] site check with mini problems

2008-03-29 Thread Ibrahim Y
Thanks All, everything seems fine now http://www.jordan-business.net/power30_08/ fixing columns' problem fixed height problem and character duplication problem. On Thu, Mar 27, 2008 at 12:24 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > > >> http://www.jordan-business.net/power30_08/ > > BTW:

[css-d] Fw: IE 6 bug or maybe my coding

2008-03-29 Thread Lidia-Anain "ZenLoveJoy"
I still consider myself a css beginner and like one I am having a lil problem with the way some pages are displaying this e-commerce site I am doing probono for a friend. This is the final project in my one yr journey of free practice before I launch. So, I want it to not have errors. It hap

Re: [css-d] Works great in IE7, not so much in FF/Safari

2008-03-29 Thread Gunlaug Sørtun
tmesa.mesadesignhouse wrote: > I'm going to get rid of the background box for the navigation and do > it normally, rather than as a background image, although I'm > researching rounded corners and CSS, since that's what the client > likes. That way I don't have to have fixed font sizes. For a

Re: [css-d] *I FIXED IT!* WAS: Works great in IE7, not so much in FF/Safari

2008-03-29 Thread david
tmesa.mesadesignhouse wrote: > :-) Well, I know the web isn't print. I was talking about the tools to > work with the file. I build a logo, it's in Illustrator. I build a > business card, I use InDesign. I futz with an image or photo, I use > Photoshop. Each allows me to see how it's going to