Re: [css-d] simple stop wrapping

2007-08-08 Thread Andrea Black
Hi, Or another solution would be to put a div around everything you want to the right of the float left image and put it in a float left div with a width. (Obviously not with css inline like I've done it tho) img style=float:left div style=float:left;width:300px; h4Stuff here/h4

Re: [css-d] Help, Please: Another CSS Image Gallery, Positioning Issues

2007-08-08 Thread Andrea Black
Hi, I would recommend using float:left (or float:right) on the thumbnails instead of display:inline, and then give them a width as well ~ Lacuna. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J Hodge Sent: 08 August 2007 02:02 To:

Re: [css-d] Help, Please: Another CSS Image Gallery, Positioning Issues

2007-08-08 Thread Andrea Black
Also... your large image does not pop up in IE6 for me but does work in FireFox 2. ~ Lacuna -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrea Black Sent: 08 August 2007 09:03 To: J Hodge; css-d@lists.css-discuss.org Subject: Re: [css-d] Help,

Re: [css-d] Layout fixed, new problem with background-position

2007-08-08 Thread Andrea Black
Hi Nick, I would recommend that instead of background-position you use the hover attribute. So sort of like this: A { background-image:none; width: 130px; } A:hover { background-image:url(mynewimage.jpg); } Now I've not actually tested that method this moment but I

Re: [css-d] Missing content in IE6, it doesn't scroll al the way down...[fixed]

2007-08-08 Thread Sido van Gennip
Thanks for the info, it fixed the problem! Pretty weird bug if, you haven't read about it yet. On 8/7/07, Holly Bergevin [EMAIL PROTECTED] wrote: From: Sido van Gennip [EMAIL PROTECTED] http://www.paardenverzekeringvergelijker.nl/ in IE6, the bottom of the page seems to be missing...

[css-d] Background disapearing in IE

2007-08-08 Thread Marcelo Wolfgang
Hi list, I have a problem with a site I made, in flash and with simple css, that I can't figure out why the background of the site doesn't show up when the user refresh ( F5 ) the page. It simply don't show The url is www.bottero.net Any advices would be good TIA Marcelo Wolfgang

Re: [css-d] Background disapearing in IE

2007-08-08 Thread Hakan K
Try adding position Thanks Hakan http://wirefan.com On 8/8/07, Marcelo Wolfgang [EMAIL PROTECTED] wrote: Hi list, I have a problem with a site I made, in flash and with simple css, that I can't figure out why the background of the site doesn't show up when the user refresh ( F5 ) the

Re: [css-d] simple stop wrapping

2007-08-08 Thread Amy Drayer
Dear Georg and Lacuna: Thank you! I've tried both methods and am still having some small issues. The double float made the nifty corners borders unhappy (they're very touchy), so I'm working with the hasLayout code Georg sent (thank you for the tip on moretools, that was left over from a

[css-d] Z-index problem in Internet Explorer

2007-08-08 Thread Francois Jordaan
Hi everyone, Is there a solution for this problem in IE? http://www.fjordaan.net/tests/z-index.html It seems that position: relative puts an element higher than any absolutely positioned elements earlier in the DOM tree. An example of where this problem occurs is with dynamic dropdown menus in

[css-d] Problems with Firefox and horizontal menu

2007-08-08 Thread Terri Houston
Sucker Tree Horizontal Menu www.ttcollectiblegifts.com/dynamicdrive.html I'm satisfied with the way my menu looks in IE browser, but not in Firefox. As I hover on a top level list item, the background shortens, making the next top list item overlap the top of the top link. Any ideas on why

[css-d] RFC: printing backgrounds by default

2007-08-08 Thread fantasai
Hello! I'm a Mozilla developer, and I have a slightly off-topic question for the members of css-discuss. As I'm sure many of you have noticed, browsers don't print backgrounds by default. As David Dorward notes [1], this is in large part to avoid wasting ink printing pages that weren't designed

[css-d] Photo grid with captions in CSS. Any ideas?

2007-08-08 Thread Karl Bedingfield
Hi all, I have been asked to do a page with about 18 image thumbnails with captions underneath. Now I know it would be easy to do with tables but is there a way to do this in CSS? I have done some searching and a lot seem to position the captions with javascript. Is there a complete CSS

[css-d] CSS Styled form not displaying properly in IE

2007-08-08 Thread John Szaszvari
Hi all, A small issue here. My CSS Styled form works 100% In Firefox but in IE the form is a bit wacky Here is a screenshot, Top section is FF, Bottom is IE http://www.johnsz.com/ieproblem.JPG I have tried so much but cant resolve this, Here is the code for the form in HTML fieldset

[css-d] 2 things: z-index in IE6,7 and mysterious border behavior

2007-08-08 Thread Nancy Sosna Bohm
Hello css-discuss list, There are 2 issues in IE7 and 1 issue in IE6 with this page (and it's many websitemates): http://lfhs.org/lfhs/services/index2.html http://lfhs.org/lfhs/css/lfhs.css (sorry the CSS file is so long) The main bugaboo is the one that occurs in both IE6 and 7: If you mouse

Re: [css-d] P7 menu -- drops behind div -- BUT ONLY IN NETSCAPE?

2007-08-08 Thread Al Sparber
From: Peggy Coats [EMAIL PROTECTED] I had a problem where the P7 menu was dropping behind the #content div, and, thanks to Gunlaug, got that fixed by adjusting the z-index of the #nav. It seems now to work correctly in all but Netscape browsers. Any suggestions? Here's the page:

[css-d] IE6 Contained Div not Expanding

2007-08-08 Thread Samatason Ltd
Good morning, I have a problem with a site I'm working on when viewed in IE6 - http://sandbox.policyunplugged.net. It's a 3 column layout with a central fluid width column. In IE7 and Firefox my central column expands nicely filling the space between the left and right columns but in IE6 there's

Re: [css-d] IE6 Contained Div not Expanding

2007-08-08 Thread Samatason Ltd
Hi I seem to have fixed this by placing a margin-right: 0; on #container-node and width: 100%, display: inline; and a margin-right: 0; on #node Sorry if I wasted anyones time. Best Regards, Chris On 06/08/07, Samatason Ltd [EMAIL PROTECTED] wrote: Good morning, I have a problem with a

Re: [css-d] Table cell border color in Firefox

2007-08-08 Thread fantasai
James Eaton wrote: My apologies ahead of time if this is a JavaScript problem rather than CSS. It appears to me to be CSS, but... http://zolx.com/test/test.html This works correctly in IE6, but not in Firefox 2.0.0.6. The issue is that when mousing over the header row in Firefox, the

[css-d] IE's filter property can affect unreleated css rendering

2007-08-08 Thread Nathar Leichoz
Hello fellow designers,I'm using IE's filter CSS property and have found that when I use it, IE has problems rendering positioned elements on a completely different part of the page. I also tried experimenting with IE's expression value and have found the same problem. Basically anytime I have

[css-d] Menu broken in IE - Please help!

2007-08-08 Thread Timothy Burgin
Hi all, I have a double horizontal drop down menu that I've finally gotten to work in Firefox and Safari, but fails miserably in MS IE 5.5-7. It seems I have 2 issues: 1. The background behind the menu bar repeats itself and is not properly positioned under the above background image. 2.

[css-d] Trouble with display of background in IE

2007-08-08 Thread Paul Menard
Greetings all, I'm scratching my head trying to figure out why IE 7 6 are cutting off the first line of text in the quotes display. Here is the page http://staging.williscoatings.com/. Actually it's any page on the site since they all contain the sidebar code. The quote box appears fine in

[css-d] indenting text not in a tag.

2007-08-08 Thread Ross Hulford
I have a news page like this div id=container span class=headingArchive News 1/span span class=sub_headingitem 1/span This is ny news item span class=headingArchive News 2/span span class=sub_headingItem 2/span This is another news item span class=headingArchive News 3/span span

[css-d] Centered, 100% height div in FF, IE6, IE7 when text overflows

2007-08-08 Thread David Ruggles
I have a page (http://sdemo.safedataisp.net/test.html) With a very simple setup: HTML 4.01 Strict All style information via css I want to create a page that has a white center with blue borders. If the contents of the page are less then the screen height I want the white to continue to the

Re: [css-d] Photo grid with captions in CSS. Any ideas?

2007-08-08 Thread E Michael Brandt
I am just seeing this thread now. So perhaps you already have all the answers you need. But if not, take a look at Thierry's simple css solution: http://tjkdesign.com/articles/how_to_style_thumbnail_and_caption.asp -- E. Michael Brandt www.divaHTML.com divaGPS : you-are-here menu

[css-d] Tables problem in a two columns layout.

2007-08-08 Thread Ahmed Essam
I'm making a two columns layout for my website... I face a problem in internet explorer when I used tables in the contents column (the right one) As the left column is floating to the left, the tables clears the right side of that column, although all other contents sucha s text or images are

[css-d] problem with opera and moved div

2007-08-08 Thread Tomasz Tybusz
I made a theme for php-nuke based on css and divs. This is sample page http://www.nsst.pl/wakacje/modules.php?name=ZClassifieds I have problem with Opera Browser. Other browsers like IE or Firefox display this page correctly. In Opera div named tres is moved on the left. CSS for this site:

Re: [css-d] 3px IE bug with images

2007-08-08 Thread Nancy E. Sosna Bohm
I could be wrong, but it looks like it's more of a body issue. Try setting body {margin:0; padding:0; border:0;} (which might be overkill) --Nancy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Travis Killen Sent: Tuesday, August 07, 2007 10:25 AM To:

[css-d] IE6 will not drop down a list.... please help

2007-08-08 Thread Roelf D. Kuitse
I have been working at converting our webpage to pure xml and css and I though I had accomplished this until yesterday. I have a drop down horizontal menu at the top of my page that I created with css and xml but IE6 will not drop the list down when you hover over it. Any Ideas???

Re: [css-d] CSS Styled form not displaying properly in IE

2007-08-08 Thread Andrea Black
Hi John, I can not see your code but I would make sure that 'File' and 'Comment' are in labels and then apply float:left and width's to both label and input styles label for='file'File/label input for your file here/ labelComment/label input for your comment here/ I.E. LABEL {

Re: [css-d] image replacement techniques and CSS

2007-08-08 Thread David Laakso
Michael Leibson wrote: Hi, I've a question about image replacement techniques and CSS. For details, please see: http://members.distributel.net/~leibson/Gilder-Levin.htm Thanks. - Michael I am not sure how to answer your question /or/ if I can answer it at all. In a

Re: [css-d] How a div can expand according to its content?

2007-08-08 Thread Andrea Black
I might be misunderstanding but why do you want the container width to be 300px wide and expect the 400px input box to not poke out the side? If you stick a large box in a small bag the box will have to poke out the top of the bag ~ Lacuna -Original Message- From: [EMAIL PROTECTED]

Re: [css-d] IE6 will not drop down a list.... please help

2007-08-08 Thread Ray Leventhal
Roelf D. Kuitse wrote: I have been working at converting our webpage to pure xml and css and I though I had accomplished this until yesterday. I have a drop down horizontal menu at the top of my page that I created with css and xml but IE6 will not drop the list down when you hover over it.

Re: [css-d] Trouble with display of background in IE

2007-08-08 Thread Andrea Black
Hi Paul, Firstly I would say completely take out the wp_quotes div and where you have the div with the 'wp_quotes_quote' class it doesn't have to be a div tag, it could be a P tag and this would also help with validation. Secondly I would say to put a float:left; on the image, put it within the

Re: [css-d] indenting text not in a tag.

2007-08-08 Thread Andrea Black
Hi Ross, Is there a reason why you can't use margin's instead? Are the graphics to not indent as well? Do you have a link we can see? ~ Lacuna -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Hulford Sent: 08 August 2007 09:17 To:

Re: [css-d] Help, Please: Another CSS Image Gallery, Positioning Issues

2007-08-08 Thread J Hodge
Thank you to Michael McEwen, Andrea Black, and Fora. I managed to get things positioned roughly the way I would like and displaying reasonably correctly in Firefox 2, IE7, Opera 9, and Safari for PC. However, as Andrea and myself have both noted, it does not seem to be displaying correctly in

[css-d] mixed units for table padding

2007-08-08 Thread Trevor Nicholls
I hope this requirement is simple! I am trying to align a table caption with a table cell. The table has a 2 pixel border. The table cell has 0.25em padding. This means that the table caption needs padding of 0.25em + 2px. The browser is IE. Is this possible without making assumptions about font

Re: [css-d] Menu broken in IE - Please help!

2007-08-08 Thread Ray Leventhal
Timothy Burgin wrote: Hi all, I have a double horizontal drop down menu that I've finally gotten to work in Firefox and Safari, but fails miserably in MS IE 5.5-7. It seems I have 2 issues: 1. The background behind the menu bar repeats itself and is not properly positioned under the

Re: [css-d] Photo grid with captions in CSS. Any ideas?

2007-08-08 Thread Tobias Parent
Have you read More Eric Meyer on CSS yet? Project 2 addresses exactly this situation. Regards! - Toby __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

[css-d] content little off in FF

2007-08-08 Thread btwien
Hello, My 2nd message today...;-) I had trouble in the past displaying my content right in IE7, but that I solved 2 days ago...The funny thing now it though, that my content is a little off in FF, while before that was not a problem at all... It has to do with this little piece of coding:

Re: [css-d] Centered, 100% height div in FF, IE6, IE7 when text overflows

2007-08-08 Thread David Ruggles
I've very sorry to waste your time. Thank you for trying to look at this for me. I sent this email on Mon Aug 6th and then figured out the problem on my own. Since I didn't see the email show up on the list I assumed I hadn't sent it correctly so I didn't send an email saying I had figured it

Re: [css-d] Photo grid with captions in CSS. Any ideas?

2007-08-08 Thread Malcolm N
On Wed, 08 Aug 2007 10:40:37 -0400, E Michael Brandt [EMAIL PROTECTED] wrote: I am just seeing this thread now. So perhaps you already have all the answers you need. But if not, take a look at Thierry's simple css solution: http://tjkdesign.com/articles/how_to_style_thumbnail_and_caption.asp

Re: [css-d] Menu broken in IE - Please help!

2007-08-08 Thread Ray Leventhal
Timothy Burgin wrote: Hi Ray, I thought I had validated the CSS before, but now all is fixed and validates fine. I don't have MS IE on my iMac yet, so I'm waiting on a screen shot from browsershots.org to see if this has helped. Thanks, Timothy Hi Tim, Sadly, even though the CSS

Re: [css-d] mixed units for table padding

2007-08-08 Thread david
Trevor Nicholls wrote: I hope this requirement is simple! I am trying to align a table caption with a table cell. The table has a 2 pixel border. The table cell has 0.25em padding. This means that the table caption needs padding of 0.25em + 2px. The browser is IE. Is this possible

Re: [css-d] IE6 will not drop down a list.... please help

2007-08-08 Thread Holly Bergevin
From: Roelf D. Kuitse [EMAIL PROTECTED] IE6 will not drop the list down when you hover over it. Any Ideas??? www.autodata.com/test/test Well, I could not find the csshover.htc file, (which may be what you are using to control the dropdowns in IE6) so perhaps the browser is having the same

Re: [css-d] Photo grid with captions in CSS. Any ideas?

2007-08-08 Thread Malcolm N
On Wed, 08 Aug 2007 13:43:56 -0400, E Michael Brandt [EMAIL PROTECTED] wrote: I will tinker with it later when I get a chance, but really don't you think 340 by 250 is humungous for a thumbnail? Perhaps you are not really looking for thumbnail page styling? -- Yes - humungus is the word.

Re: [css-d] Trouble with display of background in IE

2007-08-08 Thread Holly Bergevin
From: Paul Menard [EMAIL PROTECTED] why IE 7 6 are cutting off the first line of text in the quotes display. Here is the page http://staging.williscoatings.com/ Try adding the two properties below - #l_sidebar #wp_quotes .wp_quotes_quote { background: url(images/quote.png)

[css-d] Looks fine on my IE6 but not others

2007-08-08 Thread Tim Offenstein
I'm hoping someone can detect and substantiate this issue for me because I'm flying blind. The site is http://www.rst.uiuc.edu. It validates fine and looks fine in IE6 on my desktop but another person on campus says when they look at the site (also in IE6), the main content is pushed down

Re: [css-d] Looks fine on my IE6 but not others

2007-08-08 Thread Jim Nannery
Afternoon Tim You wrote I'm hoping someone can detect and substantiate this issue for me because I'm flying blind. The site is http://www.rst.uiuc.edu. It validates fine and looks fine in IE6 on my desktop but another person on campus says when they look at the site (also in IE6), the main

[css-d] My Sliding Door's Stuck!

2007-08-08 Thread Jeff Ferrell
Hi, folks! I'm working up a template site you can see here: http:// www.rchseaglesnest.org/new The Feature tab on the left side of the page is new for me. Rather than cheat and include it as part of the header graphic, I decided to try making it float over top of the layout and have live

[css-d] IE background position bug demo

2007-08-08 Thread Snadden Tim
Recently I needed to set a background image on body in order to create full height faux columns. I found that if font size is set on body that IE still uses the default font size to position the background image. To get around it I ended up putting the background image on a div instead. Here is

Re: [css-d] image replacement techniques and CSS

2007-08-08 Thread Michael Leibson
- Original Message From: David Laakso [EMAIL PROTECTED] To: Michael Leibson [EMAIL PROTECTED] Cc: css discuss css-d@lists.css-discuss.org Sent: Wednesday, August 8, 2007 11:03:10 AM Subject: Re: [css-d] image replacement techniques and CSS Michael Leibson wrote: I've a question about

[css-d] Baseline ruled background

2007-08-08 Thread Aaron Gray
How do I make ruled background ? Something like a z-index'ed div with ruled baselines. Many thanks in advance, Aaron __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

Re: [css-d] CSS validation warnings question

2007-08-08 Thread Richard Grevers
On 8/8/07, Brian Cummiskey [EMAIL PROTECTED] wrote: Terri Chicko wrote: It says my CSS validates but I have 22 warnings all similar. Sorry, I know these are dumb... but I don't understand. Warning Same colors for color and background-color in two contexts #headline and h1 Thanks

Re: [css-d] IE background position bug demo

2007-08-08 Thread Ingo Chao
Snadden Tim wrote: Recently I needed to set a background image on body in order to create full height faux columns. I found that if font size is set on body that IE still uses the default font size to position the background image. To get around it I ended up putting the background image on a

[css-d] loading order of divs?

2007-08-08 Thread Rob Stevenson
Hello, I'm working with a shopping cart program which assembles pages from a number of PHP files and applies styles to them. In most browsers, what will become the left column of the page loads just after the header area -- but it's in the middle of the window. Then when the middle

Re: [css-d] problem with opera and moved div

2007-08-08 Thread Gunlaug Sørtun
Tomasz Tybusz wrote: I made a theme for php-nuke based on css and divs. This is sample page http://www.nsst.pl/wakacje/modules.php?name=ZClassifieds I have problem with Opera Browser. Other browsers like IE or Firefox display this page correctly. In Opera div named tres is moved on the

Re: [css-d] Site check Major blow out in IE6 and 7

2007-08-08 Thread Gunlaug Sørtun
Terri Chicko wrote: Hi Friends I'm ready to pull my hair out. My new site works great in FF and mac programs, but it's really on the fritz with IE 7 and 6 www.hotniniz.com Before you start pulling your hair out, I'd advise a revision of the source-code. It's too messy at the moment to bother

Re: [css-d] IE background position bug demo

2007-08-08 Thread Snadden Tim
http://snadden.com/demo/ie-background.htm Did you try to set font-size on html instead of body? Good point. Setting the font size on html does work. However, one limitation is that in IE7 blowing up the page with CTRL-+ increases the font size but doesn't move the background across

Re: [css-d] Tables problem in a two columns layout.

2007-08-08 Thread Gunlaug Sørtun
Ahmed Essam wrote: I'm making a two columns layout for my website... I face a problem in internet explorer when I used tables in the contents column (the right one) As the left column is floating to the left, the tables clears the right side of that column, although all other contents

Re: [css-d] Z-index problem in Internet Explorer

2007-08-08 Thread Gunlaug Sørtun
Francois Jordaan wrote: http://www.fjordaan.net/tests/z-index.html It seems that position: relative puts an element higher than any absolutely positioned elements earlier in the DOM tree. Is there a solution for this problem in IE? Sure. Layer the relative positioned _container_ for the

Re: [css-d] image replacement techniques and CSS

2007-08-08 Thread Gunlaug Sørtun
Michael Leibson wrote: I've a question about image replacement techniques and CSS. For details, please see: http://members.distributel.net/~leibson/Gilder-Levin.htm From the many well-written (and well-presented) web-sites on the subject, I'd gotten the impression that image replacement

Re: [css-d] Looks fine on my IE6 but not others

2007-08-08 Thread Robert Van Dam
On 8/8/07, Tim Offenstein [EMAIL PROTECTED] wrote: I'm hoping someone can detect and substantiate this issue for me because I'm flying blind. The site is http://www.rst.uiuc.edu. It validates fine and looks fine in IE6 on my desktop but another person on campus says when they look at the site

Re: [css-d] Photo grid with captions in CSS. Any ideas?

2007-08-08 Thread Robert Van Dam
Just play around a little bit with the image sizes that you have. This worked for me using images of size 340x250. dl {float:left;text-align:center;} dt,dd {width:35em;float:left;} dt {margin-bottom:4em;}/* vertical space between the images */ dd {margin:250px 0 0 -35em;} img

Re: [css-d] Looks fine on my IE6 but not others

2007-08-08 Thread Hakan K
Looks great on FF, IE7 .. Ask that another person to get you a screen shot next time.. Thanks Hakan http://dominor.com On 8/8/07, Robert Van Dam [EMAIL PROTECTED] wrote: On 8/8/07, Tim Offenstein [EMAIL PROTECTED] wrote: I'm hoping someone can detect and substantiate this issue for me

Re: [css-d] indenting text not in a tag.

2007-08-08 Thread Robert Van Dam
On 8/8/07, Ross Hulford [EMAIL PROTECTED] wrote: I have a news page like this div id=container span class=headingArchive News 1/span span class=sub_headingitem 1/span This is ny news item span class=headingArchive News 2/span span class=sub_headingItem 2/span This is another news

Re: [css-d] RFC: printing backgrounds by default

2007-08-08 Thread Robert Van Dam
On 8/4/07, fantasai [EMAIL PROTECTED] wrote: Hello! I'm a Mozilla developer, and I have a slightly off-topic question for the members of css-discuss. As I'm sure many of you have noticed, browsers don't print backgrounds by default. As David Dorward notes [1], this is in large part to avoid

Re: [css-d] IE6 will not drop down a list.... please help

2007-08-08 Thread Holly Bergevin
-Original Message- From: Holly Bergevin From: Roelf D. Kuitse [EMAIL PROTECTED] IE6 will not drop the list down when you hover over it. Any Ideas??? www.autodata.com/test/test Well, I could not find the csshover.htc file, (which may be what you are using to control the dropdowns in