Re: [css-d] In IE width not changing

2009-05-22 Thread bharani kumar
Simply browser compatibility problem , No problem in FF, Problem in only IE , On Sat, May 23, 2009 at 10:46 AM, David Laakso wrote: > bharani kumar wrote: >> >> Hi All, >> >> In table , >> >> >> >>       >>             Username >>       >> >> >> >> >> In the above table , if i increase the

Re: [css-d] In IE width not changing

2009-05-22 Thread David Laakso
bharani kumar wrote: > Hi All, > > In table , > > > > > Username > > > > > > In the above table , if i increase the width of the table , The above > table display perfect in FF , > > But in IE Table width not changing , > > Even i tried somthing like _width:45px; But

[css-d] In IE width not changing

2009-05-22 Thread bharani kumar
Hi All, In table , Username In the above table , if i increase the width of the table , The above table display perfect in FF , But in IE Table width not changing , Even i tried somthing like _width:45px; But no use , Any idea , how to change the width for th

Re: [css-d] Centering Wrapper in Browser

2009-05-22 Thread David Laakso
Ramone Kalsaw wrote: > I have a web page at http://www.biom.net/index.php/dojo/index/ and as you > can see it’s flush left in the browser. I want to center it ...> Try: #wrapper { overflow: hidden; <--- ::add rule:: position: relative; float: left; <--- ::delete rul

Re: [css-d] IE and font size

2009-05-22 Thread Maxim Soloviev
Aghhrr, I'm off work already but I think that's the problem. Tim & Gunlaug, thank you guys so much, I've thought I'm going crazy. You guys rock!!! :) Funny part is that I did W3C validation but since I clicked "Validate local XHTML" in Web Developer toolbar it validated code modified by Firefox.

Re: [css-d] IE and font size

2009-05-22 Thread Gunlaug Sørtun
Maxim Soloviev wrote: > http://ares-pearl-b1.nakea.net/ Could you please help me figure out > why text looks s big in IE6/7/8. Flawed markup in header. A span is not an empty, self-closing, element, and, unlike most other browsers, IE can't treat it as if it was and recover from this flaw. T

Re: [css-d] IE and font size

2009-05-22 Thread Tim Snadden
On 23/05/2009, at 11:22 AM, Maxim Soloviev wrote: > Hi guys, > > http://ares-pearl-b1.nakea.net/ > Could you please help me figure out why text looks s big in > IE6/7/8. > Hi Maxim - There is some markup in the #header which has inline styles setting the font-size to 20pt. The spans aren

[css-d] Site (menu) check please

2009-05-22 Thread designer
I wonder if you could help me check a menu I have employed in a new web site : www.treyarnon.com I have used the suckerfish routines to provide one link to a dropdown (the images) and I currently have no access to IE7 or 8. I have checked in safari, opera, IE6 and Firefox, but a reliable sour

Re: [css-d] Centering Wrapper in Browser

2009-05-22 Thread Tim Snadden
On 23/05/2009, at 11:01 AM, JT Neville wrote: > Just curious, do you really think that is a helpful answer for > someone? > Sure everyone should be able to do it on their own.. but why be on > this > list if you don't want to show someone the answer they miss? I mean > you > could have at

[css-d] IE and font size

2009-05-22 Thread Maxim Soloviev
Hi guys, http://ares-pearl-b1.nakea.net/ Could you please help me figure out why text looks s big in IE6/7/8. It looks fine in FF and other browsers but I cant get where huge font comes from.. And webdev toolbar offers little help... :( Even when there is no styles at all ( http://ares-pearl

Re: [css-d] Centering Wrapper in Browser

2009-05-22 Thread Tim Snadden
On 23/05/2009, at 9:58 AM, Ramone Kalsaw wrote: > I have a web page at http://www.biom.net/index.php/dojo/index/ and > as you > can see it’s flush left in the browser. I want to center it and have > tried > adding “auto” to the margin element for both body and wrapper > selectors, but > can

[css-d] Centering Wrapper in Browser

2009-05-22 Thread Ramone Kalsaw
I have a web page at http://www.biom.net/index.php/dojo/index/ and as you can see it’s flush left in the browser. I want to center it and have tried adding “auto” to the margin element for both body and wrapper selectors, but can’t get the setting to budge. Can you point out where I’m off? [code]#w

Re: [css-d] h3 with layout is clearing a float in IE6

2009-05-22 Thread lev rickards
Thank you for the tips. The 1% "Holly Hack" worked great -- should have tried it earlier. Cheers, Lev On Thu, May 21, 2009 at 7:31 PM, David Laakso wrote: > lev rickards wrote: >> >> We're trying to position a set of h3's and text next to a left-floated >> navigation list. Straight forward, rig

Re: [css-d] IE layout blues

2009-05-22 Thread Kevin Doyle
[snip] ...my real issue is as mentioned above, how do I start testing for each of these browsers. Also, I'm relatively new to css, or, at least somewhat out of touch with it for a while and things have moved along quite rapidly it appears! [/snip] :::