Re: [css-d] DIV width & bottom margin issues in FF

2006-04-03 Thread Gunlaug Sørtun
Karl Groves wrote: > http://dev.belladolcemastini.com/template3.php > For once, IE gets it right and FF is getting it wrong. Not really :-) You haven't given Firefox, or any other browser, all positions and dimensions they need. It is unfortunate that IE happens to make it _look_ right, as one m

Re: [css-d] Opera text repeat and font oddities

2006-04-03 Thread Jonathan Berry
]> wrote: > > On Tue, 04 Apr 2006 02:57:35 +0800, Jonathan Berry > <[EMAIL PROTECTED]> wrote: > > > OK, so our template HTML is a mess, but the page is rendering correctly > > in IE and Firefox. But please review this page in Opera: > > http://www.signonsandi

Re: [css-d] Opera text repeat and font oddities

2006-04-03 Thread Andrew Gregory
On Tue, 04 Apr 2006 02:57:35 +0800, Jonathan Berry <[EMAIL PROTECTED]> wrote: > OK, so our template HTML is a mess, but the page is rendering correctly > in IE and Firefox. But please review this page in Opera: > http://www.signonsandiego.com/uniontrib/20060403/and you

[css-d] DIV width & bottom margin issues in FF

2006-04-03 Thread Karl Groves
I've been beating my head against the wall with this thing for several days now and I'd appreciate any help. For once, IE gets it right and FF is getting it wrong. http://dev.belladolcemastini.com/template3.php TIA for any help. Karl ___

Re: [css-d] Issues with floated sidebar

2006-04-03 Thread Gunlaug Sørtun
I only have a few pointers this time, and some pretty lame "fixes". It's mostly 'hasLayout'[1] related bugs in IE/win - and a whitespace bug to go with it. > "Disappearing Text" http://realty.colemanation.org/weird.html Adding 'hasLayout' trigger "fixes" it... p {height: 100%;} > "Phanto

[css-d] Image Placement Help

2006-04-03 Thread Issac Rosa
I have the following page www.amazingflags.com/flags.cfm. I want the images under Flag Patterns and Color Selection to be centered between the left, center, and right containers. Any suggestions? Thanks, Issac __ css-

Re: [css-d] Issues with floated sidebar

2006-04-03 Thread mpecs
Hi, "Disappearing Text" http://realty.colemanation.org/weird.html In this one the text inside the DIV doesn't appear. When there are hyperlinks elsewhere on the page, mousing over them will cause this text to appear, but I've extracted just the problem areas. I'm mainly just baffled as to what

[css-d] [ADMIN - OFF TOPIC] Re: Site validation

2006-04-03 Thread Alex Robinson
>I believe this is an off list question since I have not got to the CSS >portion of the page, so please reply off list. There are two reasons I >post it here 1) don't know where else to post it and 2) DOCTYPE and >validation are mentioned with 80-90% of the posts. A moderator writes: Never ever

Re: [css-d] Help with using images and CSS

2006-04-03 Thread kane
Tara Hadley schrieb: > Hello, > basically I have a header that I want to be consistently running throughout > my site (www.craftwarehouse.com). Currently, the header is an image that > I've painstakeningly placed on every HTML page... but I know you can do this > through CSS (using background URL t

Re: [css-d] Help with using images and CSS

2006-04-03 Thread Kenny Graham
> How do I position it? It seems the last > time I tried to stick the image within the CSS file, I ended up with a > repeating image that was off-centered and not at all what i wanted. #masthead { background: transparent url("images/craftwebheader_bytara.jpg") top center no-repeat; height: 173

[css-d] Help with using images and CSS

2006-04-03 Thread Tara Hadley
Hello, basically I have a header that I want to be consistently running throughout my site (www.craftwarehouse.com). Currently, the header is an image that I've painstakeningly placed on every HTML page... but I know you can do this through CSS (using background URL tag?). Can anyone help? This wou

[css-d] Site validation

2006-04-03 Thread dsleep
Hi, I believe this is an off list question since I have not got to the CSS portion of the page, so please reply off list. There are two reasons I post it here 1) don't know where else to post it and 2) DOCTYPE and validation are mentioned with 80-90% of the posts. I am trying to validate my aspx

[css-d] Opera text repeat and font oddities

2006-04-03 Thread Jonathan Berry
OK, so our template HTML is a mess, but the page is rendering correctly in IE and Firefox. But please review this page in Opera: http://www.signonsandiego.com/uniontrib/20060403/and you will see the layout and text repeating problems that I am talking about. It's happening on a numb

[css-d] Preventing DIVs from dropping down - PART II

2006-04-03 Thread Austin, Darrel
Thanks to the last round of anwers, I *thought* I had my page layout problem fixed where one div would push the other below it if the browser was shrunk. I ended up adding a second wrapper div, which fixed IE from miscalculating the widths of the two divs, then gave all IE users a fixed-width layo

[css-d] Problem with rendering after hiding sub div (FF only)

2006-04-03 Thread Piotr Zalewa
Hi www.nod.pl/js_display_switch.html My problem is that when I hide a sub div the parent div doesn't change his width. Is there any solution for this strange behaviour? Thanks -- piotr zalewa . [EMAIL PROTECTED] . +44 7870 419820 . www.nod.pl/pz signature.asc Description: This is a digitally

Re: [css-d] Site breaks in firefox!

2006-04-03 Thread Gunlaug Sørtun
coolman coolx wrote: > My site www.webbmind.net/dms. breaks in firefox and it looks okay in > IE. Adding... #content{clear: left;} ...should get you going across browser-land. The W3C validators should point out the rest. regards Georg -- http://www.gunlaug.no

Re: [css-d] Site breaks in firefox!

2006-04-03 Thread francky
coolman coolx wrote: >Hello, > >My site www.webbmind.net/dms. breaks in firefox and it looks okay in IE. >Could somebody help pls? > > > Hi Coolman coolx, Let's say: the page is build for non standards compliant IE, and then ... breaks in standards compliant browsers [1]. ;-) Did you try: #cont

[css-d] Site breaks in firefox!

2006-04-03 Thread coolman coolx
Hello, My site www.webbmind.net/dms. breaks in firefox and it looks okay in IE. Could somebody help pls? Thanks __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-di

[css-d] Vertically aligned label and input text in form

2006-04-03 Thread Michal Cizmazia
Thank you, Zoe, for reply. Yes, my tests [1] are working in IE6 and FF1.5 and Op9 on Windows (and I do not need to test them elsewhere for now). I only want to know, if there is any usual way to style forms which keeps texts of labels and corresponding inputs and selects aligned. My way of styl

Re: [css-d] minimum height in Safari ans MSIE in mac

2006-04-03 Thread Roger Roelofs
Juan, On Mar 30, 2006, at 8:24 AM, JuanWalker wrote: > How can manage a minimum height on a div in Safari browser and MSIE > browser both in mac? The current versions of Safari do support min-height. There may be a better way, but this pa

Re: [css-d] Help! Text sinking below view in input boxes

2006-04-03 Thread Roger Roelofs
Marge, On Mar 30, 2006, at 6:16 AM, Margie wrote: > Hello all! The sinking text occurs when user submits > incomplete information on the form, tries to submit > it, but is taken to the "retry" page. Can anyone > help? > > http://jsp.inf.brad.ac.uk:8172/Personnel/index.html That is the least of

Re: [css-d] 2 questions/issues - gap and overflow

2006-04-03 Thread Roger Roelofs
Dan, On Apr 1, 2006, at 10:29 AM, Dan H wrote: > Hello and thanks in advance. > First issue/question 1 for the following link. > http://www.momsluxurylinens.com/pages/thomasville/tv-main.shtml > CSS available at: > http://www.momsluxurylinens.com/css/main.css > > gap between the left sidebar and