[css-d] text being pushed below image

2005-11-17 Thread Virtuallee
Hi Does anyone know how to stop the text on this page from being pushed below the image? http://www.cgc.co.uk/projects_financial.html Thanks! Lee __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css

Re: [css-d] text being pushed below image

2005-11-17 Thread Eystein Mack Alnæs
Since you're using tables you'll have to put a the img in a rowspan that spans the length you want. A coding example will show better - This is your's: Duration: June 2001 to Present Description: Business relocation from twelve premises [...

Re: [css-d] text being pushed below image

2005-11-17 Thread Nick Fitzsimons
> Hi > > Does anyone know how to stop the text on this page from being pushed > below the image? > > http://www.cgc.co.uk/projects_financial.html > > Thanks! > Lee I'd suggest removing the leftmost column of the tables having class "projects-table", leaving the image outside the table. Then use fl

[css-d] Disappearing border & bg-image in IE:win

2005-11-17 Thread Eystein Mack Alnæs
I have a problem with disappearing borders in IE5 and 6 for windows. Linky: http://test.ts.rayon.no/ and css: http://test.ts.rayon.no/ Public/Styles/2col.css The 3-column pages render without problems, but the 2-column pages ("Kunder", "Aktuelt" and "Kontakt") will sometimes not render the

Re: [css-d] Div shrinking to content width in IE

2005-11-17 Thread Barnaby Scott
Thanks for the couple of replies I've had over this. I have solved the problem by putting the #main div in the normal flow and positioning with margins instead of offsets. (I haven't used floats as one respondent suggested, but even if I had, the problem I now have occurs just the same). The probl

Re: [css-d] Disappearing border & bg-image in IE:win

2005-11-17 Thread Gunlaug Sørtun
Eystein Mack Alnæs wrote: > I have a problem with disappearing borders in IE5 and 6 for windows. > http://test.ts.rayon.no/ Problem: IE/win needs Layout - see Solution: #container {width: 100%;} No problems observed in other browsers on win/Ma

[css-d] Background Repeat Problems in Safari.

2005-11-17 Thread Keith Fjellman
Hello all. I am having an issue with Safari not repeating my page background for the entire height of the page. Here's my code: body { background: url("../images/webBG.gif"); background-repeat: repeat-y; } I've tried with/without question marks and about 50 other permutations, but I can't seem

Re: [css-d] Div shrinking to content width in IE

2005-11-17 Thread Holly Bergevin
From: "Barnaby Scott" <[EMAIL PROTECTED]> >The problem is now that IE is doing something strange to the background >image in my H2's. It seems to be truncating 5 pixels from the left-hand side >of the image, and tacking it back on to the right-hand side. See >http://www.southdevons.co.uk/test.htm

Re: [css-d] Background Repeat Problems in Safari.

2005-11-17 Thread Michael Hulse
On Nov 17, 2005, at 6:54 AM, Keith Fjellman wrote: > body { > background: url("../images/webBG.gif"); > background-repeat: repeat-y; > } Try: body { background-image: url(../images/webBG.gif); background-repeat: repeat-y; } I prefer shorthand: body { background: #666 u

Re: [css-d] text breaks

2005-11-17 Thread Zoe M. Gillenwater
Patrick Roane wrote: >www.cpcconstruction.net/1/homes.html (hover over any >of the pictures) > >For example, > >"760 S Mitchell Elmhurst, Illinois" (text for the 1st >picture) should all be on the same line, but it breaks >and looks horrible. > >---html---

[css-d] help from someone with mac - background not completely filled

2005-11-17 Thread Virtuallee
Hi Apparently on a mac on this page there is a problem with the gold table not completely extending down to the bottom(at right). (I didn't build this site by the way!) http://www.sunrise-care.co.uk/locations/kent.html My client doesn't know how to do a print screen so I can't see what's going

Re: [css-d] help from someone with mac - background not completely filled

2005-11-17 Thread Eystein Mack Alnæs
Screenshots have been sent. On Nov 17, 2005, at 5:53 PM, Virtuallee wrote: > Hi > > Apparently on a mac on this page there is a problem with the gold > table > not completely extending down to the bottom(at right). (I didn't build > this site by the way!) > http://www.sunrise-care.co.uk/locatio

[css-d] Wierd styling

2005-11-17 Thread Zach Inglis
Website: www.ZachInglis.com In Firefox my website looks fine but in Safari and Internet Explorer the header is not styled at all and even sometimes my sidebar goes missing. I have no clue as to what i've done wrong. Please help. Cheers Zach

Re: [css-d] Wierd styling

2005-11-17 Thread The OnlineWorks, LLC
>Website: www.ZachInglis.com > >In Firefox my website looks fine but in Safari and Internet Explorer >the header is not styled at all and even sometimes my sidebar goes >missing. I have no clue as to what i've done wrong. Please help. > >Cheers >Zach > > My first impulse, whenever I get unex

[css-d] can't get images to float in IE5 Mac

2005-11-17 Thread David Agnew
I'm probably missing something obvious, but... I'm simply trying to get one or more images to float to the right of some text. It works on Firefox and Safari (MacOS), and in Firefox and IE6 (Windows) - but I have no luck with Mac IE5. These pages illustrate the problem: http://www.vsi.cape.com/

[css-d] Placing one image on top of another?

2005-11-17 Thread Newell Scott
How would I have an image show up on top of another image. I can do this using absolute positioning, but when I try relative positioning or try to float the second image, it just goes to the end of the line (sort of speak). And of course, the space the second one originally takes up is stil

[css-d] problem with colored scrollbars and forms with CSS

2005-11-17 Thread DOUGLAS WINTERS
I have managed to style my form's textarea with CSS and it works in Opera but not in IE6. I wanted a navy blue textarea background and some colored corresponding navy scrollbars but am having trouble with rendering in IE6 and I am not sure how to go about styling the scrollbars with CSS for a

Re: [css-d] can't get images to float in IE5 Mac

2005-11-17 Thread Adam Kuehn
At 01:43 PM 11/17/2005, David Agnew wrote: >I'm probably missing something obvious, but... > >I'm simply trying to get one or more images to float to the right of >some text. It works on Firefox and Safari (MacOS), and in Firefox and >IE6 (Windows) - but I have no luck with Mac IE5. > >These pages

[css-d] float and vertical positioning

2005-11-17 Thread lilly
Please see http://www.artsci.wustl.edu/nishmah.d/test.html (css in the head) for an illustration of something I don't understand. Why does floating a div lead to the collapsing of the margin below? (I see it in firefox, but don't know if it would appear in other browsers.) Thanks for your help!

[css-d] CSS Horizontal menu weird Firefox behavior

2005-11-17 Thread karl svensson
Hello, I have working on a horizontal menu from listmatic or css maxdesign. With a few modifications I got the menu up a running in IE6 but when I view it in Firefox the menu pads top and bottom leaving a white thick border. Here is a test page, http://www.holdembonus.com/index_test.htm This i

[css-d] float and vertical positioning

2005-11-17 Thread lilly
Please see http://www.artsci.wustl.edu/~jkatz/nishmah.d/test.html (css in the head) for an illustration of something I don't understand. Why does floating a div lead to the collapsing of the margin below? (I see it in firefox, but don't know if it would appear in other browsers.) Thanks fo

[css-d] Floating divs-problem

2005-11-17 Thread Dennis Germundal
Hello! A happy beginner here. I've been having some (IE) problems with my site, here's an example page: http://www.chemsec.org/issues/reach/background.php Everything is contained in a 620px wide div. Then there's a top menu and then three columns. The three columns are made of these three floa

Re: [css-d] float and vertical positioning

2005-11-17 Thread Troy Brophy
If you want to be even more annoyed, look at what happens if you remove the last two DIVs and end the content with the floated DIV. The bottom border of the content DIV now excludes the floated DIV, as if it wasn't even inside of the content DIV. According to the reading I've done, Firefox is act

Re: [css-d] Floating divs-problem

2005-11-17 Thread Troy Brophy
Hi Dennis, I've had the same problem in the past. I've just gotten used to the fact that the numbers may add up exactly, but IE is still going to think things are too wide to fit across the page. What I do to work around this problem is just knock one pixel width off of one of the column DIVs.

Re: [css-d] can't get images to float in IE5 Mac

2005-11-17 Thread David Agnew
>At 01:43 PM 11/17/2005, David Agnew wrote: >>I'm probably missing something obvious, but... >> >>I'm simply trying to get one or more images to float to the right of >>some text. It works on Firefox and Safari (MacOS), and in Firefox and >>IE6 (Windows) - but I have no luck with Mac IE5. >> >>Thes

[css-d] [Off list] RE: Floating divs-problem

2005-11-17 Thread Rowan @ Jetboy
This adds up to 617px. Still, on IE6 the right column falls down underneath it all as if it doesn't fit in the container div. Looks right in FF though. If you put display: inline; onto #main it'll fix IE's doubling of the left margin. IE doubles included margins on floats. Maybe your hacks get

[css-d] Placing divs using css over flash files

2005-11-17 Thread Angelo Ioculano
Hello everyone! I have successfully placed a div over a flash file using css. It works fine in most browsers, Safari seems to make Safari redraw the flash file each time you mouse over the a link within the div. I know this is slightly bordering on the relativity of this post but it might be a css

Re: [css-d] float and vertical positioning

2005-11-17 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > http://www.artsci.wustl.edu/~jkatz/nishmah.d/test.html > Why does floating a div lead to the collapsing of the margin below? > (I see it in firefox, but don't know if it would appear in other > browsers.) All win/Mac browsers on my test-panel reacts that way - apart f

Re: [css-d] Placing divs using css over flash files

2005-11-17 Thread Michael Hulse
On Nov 17, 2005, at 3:15 PM, Angelo Ioculano wrote: > Does anyone have a work around for this? Hello Angelo, Flash is always on top. Each browser will treat that object tag differently, but AFAIK, that is the word on the e-street... There may be a Javascript solution, but applying a z-index (m

Re: [css-d] Placing divs using css over flash files

2005-11-17 Thread Michael Hulse
On Nov 17, 2005, at 3:15 PM, Angelo Ioculano wrote: > Does anyone have a work around for this? Hmmm, this article should help you out: http://www.communitymx.com/content/article.cfm?cid=E5141 His DHTML example seems to work fine on Mac/Safai/Firefox: http://www.communitymx.com/content/source/E5

Re: [css-d] Div shrinking to content width in IE

2005-11-17 Thread Barnaby Scott
The reason I had {position: relative;} was so that I could force a vertical space before the H2 and reduce the space below it (by a combination of line height and top offset). If I had left it as a block, I could have forced it down vertically with a top margin, but then I couldn't fix the bottom b

Re: [css-d] CSS Horizontal menu weird Firefox behavior

2005-11-17 Thread Andrew Gregory
On Fri, 18 Nov 2005 04:33:49 +0800, karl svensson <[EMAIL PROTECTED]> wrote: > I have working on a horizontal menu from listmatic or css maxdesign. > With a few modifications I got the menu up a running in IE6 but when I > view it in Firefox the menu pads top and bottom leaving a white thick

Re: [css-d] Placing divs using css over flash files

2005-11-17 Thread Andrew Gregory
> His DHTML example seems to work fine on Mac/Safai/Firefox: > > http://www.communitymx.com/content/source/E5141/wmodeopaque.htm > > Although: > ▪ It also does not work on Opera ...before version 8! -- Andrew Gregory, mailto:[EMAIL PROTECTED] > http://www.scss.com.au/family/andrew/ >

Re: [css-d] Div shrinking to content width in IE

2005-11-17 Thread Kelly Miller
Try placing the margins and so on on the , then add a and put the background image and the border on that. Barnaby Scott wrote: >The reason I had {position: relative;} was so that I could force a vertical >space before the H2 and reduce the space below it (by a combination of line >height and t

[css-d] totally befuddled by print stylesheet

2005-11-17 Thread Don Hinshaw
Hi List, I am having two main problems with a print stylesheet. The page is here: http://72.29.65.35/~somedom/css/slpl/cluster_template_text_right.html id: slpl; pass: Arch I cannot make the text wrap around the image, nor can I control the space between the text and the image. I think I must be

Re: [css-d] problem with colored scrollbars and forms with CSS

2005-11-17 Thread David Laakso
DOUGLAS WINTERS wrote: >I have managed to style my form's textarea with CSS and it works in Opera but >not in IE6. I wanted a navy blue textarea background and some colored >corresponding navy scrollbars but am having trouble with rendering in IE6 and >I am not sure how to go about styling th

[css-d] Debugging for IE: ul with strange margins

2005-11-17 Thread Heather McKelvey
I must admit I was pretty scared when I first viewed my page in IE6. There were so many elements misplaced or just plain missing that I didn't know where to start. But now that I've been bug-hunting for a while, I've gotten a pretty good handle on it all. I have two stubborn issues that I have

Re: [css-d] totally befuddled by print stylesheet

2005-11-17 Thread Gunlaug Sørtun
Don Hinshaw wrote: > http://72.29.65.35/~somedom/css/slpl/cluster_template_text_right.html > I cannot make the text wrap around the image, nor can I control the > space between the text and the image. I think I must be missing > something in the main stylesheet that I need to override in the pri