Re: [css-d] "Funny" thing happening in Firefox

2005-05-12 Thread Gemsling
On 12/05/05, Tom <[EMAIL PROTECTED]> wrote: >http://design.tmhdesign.com/central > ...but in firefox the box's height is expanded vertically UNTIL you > refresh. Then it "snaps" into place? Is there a simple fix? Thanks! I can replicate (Firefox 1.04/WinXP). Blank space appeared between the "hp-bo

Re: [css-d] Mac IE5 float woes

2005-05-12 Thread Diona Kidd
Ah! You're right...there was no need for the clear: both. Thanks for taking the time to look! I was a bit stumped. Diona On May 12, 2005, at 11:54 PM, Philippe Wittenbergh wrote: On 13 May 2005, at 11:22 am, Diona Kidd wrote: I have a layout that I'm working on which is looking good in everythin

Re: [css-d] Mac IE5 float woes

2005-05-12 Thread Philippe Wittenbergh
On 13 May 2005, at 11:22 am, Diona Kidd wrote: I have a layout that I'm working on which is looking good in everything but IE for Mac. It's basically just two floated divs inside a container div. In Mac IE, the second div is pushed over as I would expect but it's also displayed below the first d

[css-d] Border Bottom & padding problem

2005-05-12 Thread Joanne
I have the following code in my style sheet (see below). In IE 6.0.290 - the bottom border works but the padding doesn't. In Firefox 1.0 - the padding works but not the bottom border. Running this code through the validator says it's ok. If I put inherent in the 0px values, it looks worse. Any c

[css-d] Mac IE5 float woes

2005-05-12 Thread Diona Kidd
Hi all, I have a layout that I'm working on which is looking good in everything but IE for Mac. It's basically just two floated divs inside a container div. In Mac IE, the second div is pushed over as I would expect but it's also displayed below the first div vertically. I double checked the wi

Re: [css-d] Site Check BayOne

2005-05-12 Thread David Laakso
On Thu, 12 May 2005 19:24:43 -0400, Peter Hyde-Smith <[EMAIL PROTECTED]> wrote: I'd appreciate a site (re-)check of http://webpages.charter.net/angusair/bayonehome.html The CSS is at http://webpages.charter.net/angusair/bayonemaincss.css [...] Thanks to Ingo and BJ for the help, first time thro

Re: [css-d] Rendering bug or not?

2005-05-12 Thread Philippe Wittenbergh
On 13 May 2005, at 2:04 am, Denis Defreyne wrote: I stumbled upon a rather interesting problem yesterday. The issue is related to letter-spacing and the way it renders in the browser (Firefox, Safari and Internet Explorer have the problem; Opera does not). Here's the Test page: http://amonre.or

Re: [css-d] Safari 1.3 and a:hover question

2005-05-12 Thread Philippe Wittenbergh
On 13 May 2005, at 6:13 am, Phillip Hollweg wrote: I have a table ... http://www.nytimes.com";>link1 ... and some styles ... .Lcell a:link { color: pu

RE: [css-d] mysterious margin problem in Firefox and Safari

2005-05-12 Thread Rob Agar
I'd say it's probably caused by a margin on the first element. You could try setting h2 margin: 0; dunno if it's FF or IE at fault here, but I know which one I'd bet on :) Rob > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > dann s washko > Sen

[css-d] Possible 3 Pixel Jog Problem

2005-05-12 Thread Ketan M. Vakil (518-506-6812)
Hi. I am having a problem with the content on pages with longer copy only inside #content in a element. It certainly looks like the 3 pixel jog error with the left nav which is floated to the left. Oddly, it does not show up on pages with shorter copy. For example, this page shows the jog

Re: [css-d] IE issue - DIV's not going full width

2005-05-12 Thread Ingo Chao
Jonathan Duncan schrieb: I have an issue with a site I am working on: http://hula-project.com/Hula_Server My problem is that in IE (XP) the top navigation (#p-navbar) and header logo (#p-logo) will not display full width across the screen Opera8 flushes it to the left like IE6. FF centers it. Both

Re: [css-d] mysterious margin problem in Firefox and Safari

2005-05-12 Thread L. David Baron
On Thursday 2005-05-12 18:31 -0400, dann s washko wrote: > I was putting together a skeleton of a page when I noticed a curious > problem in Firefox (Linux, OS X, Windows) and Safari that does not seem > to exist in IE (6) on Windows. The page in question: > > http://tinyurl.com/a245j > > I colo

[css-d] Site Check BayOne

2005-05-12 Thread Peter Hyde-Smith
12 May 2005 Hello All: I'd appreciate a site (re-)check of http://webpages.charter.net/angusair/bayonehome.html The CSS is at http://webpages.charter.net/angusair/bayonemaincss.css XHTML 1.0 STRICT and CSS validate at W3C. As before, links are dead, except to the products page, which has a diffe

Re: [css-d] RE: Css menu not showing

2005-05-12 Thread Al Sparber
By the way, the menu is there and working on the second page - there is just no background to set off the white text. Make sure your style sheets are the same. Al Sparber PVII http://www.projectseven.com "Designing with CSS is sometimes like barreling down a crumbling mountain road at 90 miles

[css-d] I hope this is the last time

2005-05-12 Thread Lorin Rivers
Allright, Design change required a little tweaking to get it to this point. Now the top section is ~55px too tall. In IE6 only, of course. I've taken all the heights, widths, and most padding and margin in an effort to isolate the problem, to no joy. TIA --

Re: [css-d] Problems with simple layout

2005-05-12 Thread Michael Wilson
On Thu, 12 May 2005 13:07:39 -0400, The Idol <[EMAIL PROTECTED]> wrote: [...] I have revised that example page to be more clear. Hi, Try this approach... you may have to play with padding to tweak it into something you like; this is pretty much a sta

Re: [css-d] RE: Css menu not showing

2005-05-12 Thread Al Sparber
From: "Joyce Evans" <[EMAIL PROTECTED]> I have a Project Seven menu working on this page: http://www.ppscoaching.com/NewSite/360.htm I copied over the head code and the navigation code and put on this page: http://www.ppscoaching.com/NewSite/index.htm but for some reason the menu won't show. An

Re: [css-d] RE: Css menu not showing

2005-05-12 Thread Ingo Chao
Joyce Evans schrieb: ... http://www.ppscoaching.com/NewSite/360.htm I copied over the head code and the navigation code and put on this page: http://www.ppscoaching.com/NewSite/index.htm but for some reason the menu won't show. Any ideas on what would cause this? It's the same style sheet, the sa

[css-d] mysterious margin problem in Firefox and Safari

2005-05-12 Thread dann s washko
I was putting together a skeleton of a page when I noticed a curious problem in Firefox (Linux, OS X, Windows) and Safari that does not seem to exist in IE (6) on Windows. The page in question: http://tinyurl.com/a245j I colored the sections to identify the problem more clearly. Note that between

[css-d] IE issue - DIV's not going full width

2005-05-12 Thread Jonathan Duncan
I have an issue with a site I am working on: http://hula-project.com/Hula_Server We are using the MediaWiki tool on it which is only a side note. My problem is that in IE (XP) the top navigation (#p-navbar) and header logo (#p-logo) will not display full width across the screen like they do in

Re: [css-d] RE: Css menu not showing

2005-05-12 Thread David Laakso
On Thu, 12 May 2005 17:55:28 -0400, Joyce Evans <[EMAIL PROTECTED]> wrote: I have a Project Seven menu working on this page: http://www.ppscoaching.com/NewSite/360.htm I copied over the head code and the navigation code and put on this page: http://www.ppscoaching.com/NewSite/index.htm but f

[css-d] RE: Css menu not showing

2005-05-12 Thread Joyce Evans
I have a Project Seven menu working on this page: http://www.ppscoaching.com/NewSite/360.htm I copied over the head code and the navigation code and put on this page: http://www.ppscoaching.com/NewSite/index.htm but for some reason the menu won't show. Any ideas on what would cause this? It's t

Re: [css-d] Site Check Please--Tom

2005-05-12 Thread David Laakso
On Fri, 13 May 2005 00:27:49 -0400, Tom <[EMAIL PROTECTED]> wrote: Would the group please check this site for me that just put up - http://www.harborhouseinn.com Thanks so Tom, XP_SP2 IE6.0/FF1.0.3/Opera8 optimal 1280 LCD Working well in above browsers with som

[css-d] Safari 1.3 and a:hover question

2005-05-12 Thread Phillip Hollweg
Hi -- I am guessing this has come up before, but I have not looked for the answer in the right place. I have a table ... http://www.nytimes.com";>link1

Re: [css-d] floating an image bottom right

2005-05-12 Thread Steve Clay
Thursday, May 12, 2005, 7:05:35 AM, Jeroen van der Goorbergh wrote: > I'm looking for a way to position an image in the bottom right corner > of a fluid height container and still have text wrap around it. > http://www.xs4all.nl/~jer03n/sandbox/float-bottom-right.html http://mrclay.org/web_design/

Re: [css-d] site check-virtuallee

2005-05-12 Thread David Laakso
On Thu, 12 May 2005 04:56:01 -0400, Virtuallee <[EMAIL PROTECTED]> wrote: Please could you check my site (especially mac) and let me know if it's not displaying correctly? http://www.virtuallee.co.uk/Kessler_testing/index.php Only the main links are working. Lee, XP_SP2 IE6.0/FF1.0.3/Opera8 Nic

Re: [css-d] Two inline lists - one left, one right

2005-05-12 Thread Ingo Chao
Rob Freundlich schrieb: I've been offered two approaches: My browser support requirements are IE 6 and Netscape 7. Both approaches work in both browsers. Given that, does either approach have an advantage over the other? I wonder why nobody has suggested: "TILT: How to Stop Feeling Bad About Usin

Re: [css-d] Site Check Please

2005-05-12 Thread Virtuallee
Would the group please check this site for me that just put up - http://www.harborhouseinn.com Thanks so much. (Please excuse the Flash intro as it is not my creation..) Hi On Mozilla and IE 6.0, 2 things - the red area at the top varies in height on differen

RE: [css-d] Two inline lists - one left, one right

2005-05-12 Thread CSS LIST EMAIL
I just came across this while searching, hopefully this helps? http://www.spartanicus.utvinternet.ie/left_and_right_alignment_using_css.htm >Note that when the lists are long and the window is short, they overlap: http://www.tora.us.fm/dugma/2lists.html (I have IE 6) >Note also, that putting t

[css-d] reducing margins/padding in certain areas

2005-05-12 Thread Arnie Shafer
I would like to know how to increase the width of the tables. I have wide margins/padding in this main-text div for added white space, shorter lines etc. I would like to increase the width for all of the tables only. The text is to "bunched up in them. Thanks, Arnie http://abshafer.com then sel

Re: [css-d] Rendering bug or not?

2005-05-12 Thread Uwe Kaiser
> > Jukka K. Korpela: > http://www.cs.tut.fi/~jkorpela/www/letter-spacing.html > > > What’s wrong with letter-spacing? > > The letter-spacing property is suitable for adjusting spacing between > letters in some piece of text in general, e.g. in a paragraph. > --

[css-d] Site Check Please

2005-05-12 Thread Tom
Would the group please check this site for me that just put up - http://www.harborhouseinn.com Thanks so much. (Please excuse the Flash intro as it is not my creation..) Thomas M. Hall __

RE: [css-d] Scroll bars

2005-05-12 Thread Mickey Slater
Jimbo. In a quick test.. removing- overflow: hidden; from - /* hack below forces firefox to honor the 100% sizes in the swf */ body, html { height: 100%; overflow: hidden; } caused the scroll bars to re-appear.. but unfortantly I don't have the ability to test this in a variety of browsers,

RE: [css-d] site check

2005-05-12 Thread Dave Sayer
I looked at the site in Firefox (Windows XP Pro) and IE5 (MAC OS9) and... Firefox - pages wouldn’t reduce beyond about 1024 res. Line spacing does look pretty large. IE5 (MAC) - Layout is completely disjointed, everything drops down about 100 - 150px: Clocks Dropped 150px Logo Dropp

RE: [css-d] Two inline lists - one left, one right

2005-05-12 Thread Leszek
> Note that when the lists are long and the window is short, they overlap: > http://www.tora.us.fm/dugma/2lists.html (I have IE 6) > > Note also, that putting the lists in a table solves the problem > conveniently. > However, using tables is not "CSS correct"... > > Is there a better way? > Ma

[css-d] Scroll bars

2005-05-12 Thread Jim Berkey
Long time . . . first time . . . Why do vertical scrollbars not appear in Windows IE and Firefox when needed? http://jimbo.us/Diane/Butterfly-TigerSwallowtail.html css: http://jimbo.us/Diane/1.css Thanks, Jimbo __ css-discuss [

Re: [css-d] Rendering bug or not?

2005-05-12 Thread Ingo Chao
Denis Defreyne schrieb: So, right or wrong? In Jan 2005, there was this interesting thread "Can letter-spacing be used for detailed adjustments?" http://archivist.incutio.com/viewlist/css-discuss/51115 Jukka K. Korpela: http://www.cs.tut.fi/~jkorpela/www/letter-spacing.html Ingo ___

Re: [css-d] Problems with simple layout

2005-05-12 Thread David Laakso
On Thu, 12 May 2005 13:07:39 -0400, The Idol <[EMAIL PROTECTED]> wrote: [...] I have revised that example page to be more clear. This is hard The Idol Tweak and try: css .thumbnail { background: url(../../BG014.jpg); border: 1px solid #999; float: le

Re: [css-d] Bold and Jumpy Page :(

2005-05-12 Thread Hershel Robinson
>From an offline response: > On line 69, column 39, your code opens a bold tag that is never > closed. > > The following is a Firefox addin that I find very useful in finding > stuff like this. > > http://users.skynet.be/mgueury/mozilla/ Wow. Fabulous. That was it. That's actually a mis-typed t

[css-d] thrashbox model bug in IE

2005-05-12 Thread Luke Mildenhall-Ward
Hi This is my first posting on a list, so forgive me if I've done anything wrong. Right, my website - www.sential.co.uk (css = www.sentialco.uk/style.css) used to have my own border model design on the content boxes, but I was having problems with it on IE, and someone directed me to (Ryan's?)

[css-d] Print Stylesheet problem

2005-05-12 Thread Scott Povlot
Well, I will try this post again with a different subject and some more information. I found that if I set absolute positioning on the "section" div that I could fix the Firefox problem where there is a pagebreak after the header section. I found this out by removing the print CSS altogether to

Re: [css-d] Problems with simple layout

2005-05-12 Thread The Idol
Michael Wilson wrote: > the Idol wrote: > >> As you can see in IE the thumbnail is hugging the top left corner of >> my background image and I see the background color behind it (which >> is correct) > > >> Any help with this simple thing would be greatly appreciate. ( I hope >> that it is possibl

[css-d] Rendering bug or not?

2005-05-12 Thread Denis Defreyne
Hello list. I stumbled upon a rather interesting problem yesterday. The issue is related to letter-spacing and the way it renders in the browser (Firefox, Safari and Internet Explorer have the problem; Opera does not). Here's the Test page: http://amonre.org/hover_test.html When hovering with t

Re: [css-d] Interesting rotation caching issue

2005-05-12 Thread Scott Povlot
Phillip, Perhaps, you can change your PHP script to set no-cache HTTP headers using Cache-Control or Pragma when sending the image. You can find examples at the following sites: http://us4.php.net/header http://www.sitepoint.com/article/php-anthology-2-5-caching Regards, Scott Povlot --- Phil

Re: [css-d] Problems getting one class to show, too many !importants, help!

2005-05-12 Thread James Hallam
Thanks for taking a look. I cleaned up the HTML, and it validates XHTML Transitional now, with valid CSS. The problem ended up being that I hadn't "float: left"-ed the webtopMenuIconDiv DIVs; changing that makes the line appear now. But now, the icons are all aligned left, and no amount of text-

Re: [css-d] Interesting rotation caching issue

2005-05-12 Thread Chris Ovenden
I was just sad that the celeb's head wasn't going round. Sorry, it's been a tiring day... Chris __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ S

[css-d] Bold and Jumpy Page :(

2005-05-12 Thread Hershel Robinson
The HTML page is here: http://www.mishpachaw.com/index.php and the CSS is here: http://www.mishpachaw.com/css/main.css I am having two issues with this page: 1 For IE6 on my Win 2K machine, if you mouseover the 'hebrew package' links and then the footer links and move the mouse around over there

Re: [css-d] Interesting rotation caching issue

2005-05-12 Thread Robert Tweed
Phillip Smith wrote: background-image: url(../med/rotate_home/rotate.php); ... [snip] Anyway, the techniques works fine for Safari and Firefox on the Mac, but appears to simple cache the first image for most PC browsers. No idea if this will work, but it's a trick from other environments to defea

RE: [css-d] Two inline lists - one left, one right

2005-05-12 Thread Erel Segal
Note that when the lists are long and the window is short, they overlap: http://www.tora.us.fm/dugma/2lists.html (I have IE 6) Note also, that putting the lists in a table solves the problem conveniently. However, using tables is not "CSS correct"... Is there a better way? -Original Messag

RE: [css-d] Interesting rotation caching issue

2005-05-12 Thread Josh Moont
You could try using dynamic css. In other words within your page you could call something like: <% code for choosing imageurl %> banner{ background-image: url(<%=imageurl%>); background-repeat: no-repeat; } I would do it in the header of the page as you are probably experiencing a caching issu

[css-d] Interesting rotation caching issue

2005-05-12 Thread Phillip Smith
Hi there, First post to this list in years. Happy to know the list is still alive and strong. :-) Recently, I had an organization ask me to add random rotation to the header image on their site, which has a photograph of a progressive celebrity and a nice endorsement. The header image itself is

Re: [css-d] Image replacement

2005-05-12 Thread Jan Brasna
See for some variants. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

[css-d] Image replacement

2005-05-12 Thread Rodrigo Milano
Hi I was trying to use the image replacement technique shown in: http://www.moronicbajebus.com/playground/cssplay/image-replacement/ It worked fine. In Opera, with images disabled, I can't see the text. Does someone knows if there is a image replacement, that shows the text, when I disable images

[css-d] Rollover Stopped Working in IE

2005-05-12 Thread Michelle Tarby
I know I'm missing something obvious, which I'm hoping a fresh pair of eyes can help me with. I've been working with a rollover menu code that I've started using on my site. The only thing I've changed this time is to add a z-index to the two div's on the left hand side of the page. Once I add

Re: [css-d] Two inline lists - one left, one right

2005-05-12 Thread Rob Freundlich
> Rob Freundlich schrieb: >> Consider two lists: >> >> I'd like to format them such that the "Lefts" are flush-left on the >> page and the "Rights" are flush-right on the page: >> >> Left1 Left2 Left3Right1 Right2 Right3 >> I've been offered two approaches: On Thursday, May 12, 20

Re: [css-d] Two inline lists - one left, one right

2005-05-12 Thread Ingo Chao
Rob Freundlich schrieb: Consider two lists: Left1 Left2 Left3 Right1 Right2 Right3 I'd like to format them such that the "Lefts" are flush-left on the page and the "Rights" are flush-right on the page: Left1 Left2 Left3Right1 Right2 Right3 without floats: ul

[css-d] floating an image bottom right

2005-05-12 Thread Jeroen van der Goorbergh
hello css-d people, I'm looking for a way to position an image in the bottom right corner of a fluid height container and still have text wrap around it. Should look something like this: http://www.xs4all.nl/~jer03n/sandbox/float-bottom-right.html .. but without the 'div.spacer' which implicitly

Re: [css-d] Two inline lists - one left, one right

2005-05-12 Thread Roman Rudenko
On Thu, 12 May 2005 03:47:05 -0700, Rob Freundlich <[EMAIL PROTECTED]> wrote: The lists are code-generated, so I can't (for example) float the entire UL sections left and right because I don't know their widths. Yes you can. Just don't specify the width. The "mandatory width" requirement was

[css-d] Two inline lists - one left, one right

2005-05-12 Thread Rob Freundlich
Consider two lists: Left1 Left2 Left3 Right1 Right2 Right3 I'd like to format them such that the "Lefts" are flush-left on the page and the "Rights" are flush-right on the page: Left1 Left2 Left3Right1 Right2 Right3 The lists are code-generated, so I can

Re: [css-d] site check

2005-05-12 Thread jack fredricks
test in this order; 1. load page, view 2. increase font size With your site I stopped there. too many things to comment on. One is line-height. Remove the units. I'm not sure what unit you are using, but you should set it like this; line-height: 1.3 NOT line-height 1.3em IE doesnt inherit

Re: [css-d] Footer Placement

2005-05-12 Thread Schalk Neethling
Have a look at this article: http://www.alistapart.com/articles/footers Ian & Anna-Ruth Rutgers wrote: Currently I am using CSS-P? (placing the footer using CSS positioning) in order to keep it at the foot end of the page. While it works for http://www.otima.ca/blogs/default.php, I would rather le

[css-d] site check

2005-05-12 Thread Virtuallee
Hi Please could you check my site (especially mac) and let me know if it's not displaying correctly? http://www.virtuallee.co.uk/Kessler_testing/index.php Only the main links are working. Thanks! Lee -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus

Re: [css-d] too much space when using clear:both

2005-05-12 Thread Bob Easton
Bruce Gilbert wrote: I have a table element which I am using to clear a div, but when I do it gives me too much space by using clear:both. Any suggestion on reducing the spacing? Option 6 on this page in our WIKI should do the job. http://css-discuss.incutio.com/?page=ClearingSpace -- Bob Easton Ac

Re: [css-d] Opera and background-image -- a filter hack

2005-05-12 Thread Ingo Chao
Roman, Philippe, thanks for the Opera hacks. Very useful. In addition, Bruno argued that I could re-arrange the filter as both the Safari (ignores) and Opera (bugs) won't render the fraction anyway, so background: url(rausch.png) 99% 5% no-repeat ; /* Opera + Safari */ background: url(rausch.png)