Re: [css-d] unremovable margin?

2009-03-20 Thread Donald Davis
On Wed, Mar 18, 2009 at 10:18 AM, Giuseppe Craparotta wrote: > Hello all, > > thanks much in advance for your help. > > could you please take a look at this trial html file: > > http://www.giuseppecraparottacv.co.uk/doubts/press.html > > As you can see the images are separated by a bottom / right

Re: [css-d] unremovable margin?

2009-03-20 Thread Tim Climis
> When the answer was to delete space between the tags, I was > shocked...but loading the source code and removing the spaces worked > as advertised. Why does that white space count? It's because images are inline elements. Essentially, HTML treats an image as if it were a letter (that's what

Re: [css-d] Equal heights solutions

2009-03-20 Thread Nancy Johnson
Thank you for all your solutions and apologise for my slow response. I have been busy. I haven't looked into Faux columns. I will look into that as well. On Wed, Mar 18, 2009 at 7:05 AM, Gunlaug Sørtun wrote: > bruce.som...@web.de wrote: > >> " to suit the constraints of CSS implementations" >

Re: [css-d] box goes down the bottom of the page

2009-03-20 Thread ray
Great! It works like a charm. Just add a style: * html #mainContent { display:inline; } Why this line so magic? Can you give me some hint? Thank you very much! On Fri, Mar 20, 2009 at 12:22 AM, David Laakso wrote: > ray wrote: > >> It seems it is not because the double margin bug of IE6. Bec

Re: [css-d] text wrapping problem

2009-03-20 Thread Bilgehan Maraş
Hi again, I was able to test the page ( http://www.film.com.tr/listtest.html ) with latest beta of IE8 and it works fine ( like firefox and safari ). Bilgehan 2009/3/19 Bilgehan Maraş : > Hi, > > I have a problem with text wrapping in list elements. I uploaded a > test page at http://www.film.c

Re: [css-d] box goes down the bottom of the page

2009-03-20 Thread Mauricio (Maujor) Samy Silva
> Why this line so magic? Can you give me some hint? Have a look at: http://www.positioniseverything.net/explorer/doubled-margin.html Maurício -Mensagem Original- De: "ray" Para: Enviada em: sexta-feira, 20 de março de 2009 11:00 Assunto: Re: [css-d] box goes down the bottom of the pag

[css-d] Text breaking out in IE7

2009-03-20 Thread Del Wegener
Good Morning; Please look at http://www.edi-cp.com/newweb/sandbox.php In FF the text wraps nicely. In IE7 it does not. Padding on the left is ignored and wrapping is sometimes one word to late. What is needed to make IE7 play nicely? Thanks Del ___

Re: [css-d] Firefox 2.x

2009-03-20 Thread David Laakso
David Laakso wrote: > Curious to know if the vertical menu is functional and usable in Firefox > 2.x (no got this end). > > Thanks. > ~d > > Resolved. Works as intended. Thanks to Philippe for off-list reply. -- A thin red line and a salmo

Re: [css-d] box goes down the bottom of the page

2009-03-20 Thread David Laakso
ray wrote: > Great! It works like a charm. Just add a style: > * html #mainContent { > display:inline; > } > Why this line so magic? Can you give me some hint? Thank you very much! > The star-html hack feeds a specific correction rule within a selector only to IE/6 and down browsers. ___

Re: [css-d] David Laakso's site in Firefox 2.x/Firefox 3.x

2009-03-20 Thread Stephen Tang
David, For some reason, your vertical navigation does not work in Firefox 3.0.7 on my Windows machine. I don't see an vertical lines or any interactivity from the navigation. --Stephen >Curious to know if the vertical menu is functional and usable in Firefox >2.x (no got this end). >

[css-d] background attachment?

2009-03-20 Thread Kim Brooks Wei
Q1 Is the way I set this up as a background image the same as using a background-attachment? If not, how would I change this to conform? IE choked on my last version of this layout. I had the tiger as a fixed background img which was supposed to be left 75 top 30 but the tiger ended up over on

Re: [css-d] Text breaking out in IE7

2009-03-20 Thread Vincent Pollard
Your #content div is too wide. I think in IE7 it adds the value of the padding + 100%, wheras FF does the math(s). Maybe try making it 'width: auto' in IE? -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Del Wegener S

Re: [css-d] David Laakso's site in Firefox 2.x/Firefox 3.x

2009-03-20 Thread David Laakso
Stephen Tang wrote: > David, > For some reason, your vertical navigation does not work in Firefox > 3.0.7 on my Windows machine. I don't see an vertical lines or any > interactivity from the navigation. > > --Stephen > > > >> Curious to know if the vertical menu is functional and usable in Fire

Re: [css-d] David Laakso's site in Firefox 2.x/Firefox 3.x

2009-03-20 Thread Ian Young
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d- > boun...@lists.css-discuss.org] On Behalf Of David Laakso > Sent: 20 March 2009 16:03 > To: Stephen Tang > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] David Laakso's site in Firefox 2.x/Firefox 3.x >

[css-d] Trouble with right navigation

2009-03-20 Thread John Shepard
I have my left navigation height set to 100% but for some reason in IE it drops off a few items at the bottom. To view: http://unitedmontessori.com Any help will be greatly appreciated. John __ css-discuss [cs...@lists.css-discus

Re: [css-d] box goes down the bottom of the page

2009-03-20 Thread shaf
I only know one Maurico. Did you attend GMU in Fairfax Virginia? Shaf >> Why this line so magic? Can you give me some hint? > Have a look at: > http://www.positioniseverything.net/explorer/doubled-margin.html > > Maurício > > -Mensagem Original- > De: "ray" > Para: > Enviada em: sexta

Re: [css-d] David Laakso's site in Firefox 2.x/Firefox 3.x

2009-03-20 Thread Gunlaug Sørtun
David Laakso wrote: > Stephen Tang wrote: >>> > Did you click the last list item "about?" If you did click it and > nothing happened, do you have javascript enabled? FWIW, your menu works just fine with links, expansion / collapsing and all, in

Re: [css-d] Text breaking out in IE7

2009-03-20 Thread Gunlaug Sørtun
Del Wegener wrote: > http://www.edi-cp.com/newweb/sandbox.php > > In FF the text wraps nicely. In IE7 it does not. Padding on the left > is ignored and wrapping is sometimes one word to late. > What is needed to make IE7 play nicely? IE7 does play nicely, but you have hacked in a failure :-)

[css-d] SWFobject not sitting in DIV

2009-03-20 Thread Ian Young
Hi folks, Isn't it always the way. Last thing Friday stuff comes up. Have just picked up this neat project. However, before I can make any headway I need to sort out Flash and make compliant and all that. http://www.iyesolutions.co.uk/templates/the-swipe/home.html It should sit inside

[css-d] Image Slices \ Page Breaks

2009-03-20 Thread Christopher R
I would like to know why the main image on my page breaks in FireFox and IE6 but looks fine as in how I want it to look in IE7? www.thecreativesheep.ca/site/imagepage4.html __ css-discuss [cs...@lists.css-discuss.org] http://www.c

Re: [css-d] SWFobject not sitting in DIV

2009-03-20 Thread Ian Young
> Subject: Re: [css-d] SWFobject not sitting in DIV > > Ian Young wrote: > > > > Have just picked up this neat project. > > > > However, before I can make any headway I need to sort out Flash and > make > > compliant and all that. > > > > http://www.iyesolutions.co.uk/templates/the-swipe/home.htm

Re: [css-d] SWFobject not sitting in DIV

2009-03-20 Thread David Laakso
Ian Young wrote: > > Have just picked up this neat project. > > However, before I can make any headway I need to sort out Flash and make > compliant and all that. > > http://www.iyesolutions.co.uk/templates/the-swipe/home.html > > > It should sit inside the contentCentre div but clearly doesn't. >

Re: [css-d] background attachment?

2009-03-20 Thread Kim Brooks Wei
I hate when I do that. Sorry . . . http://thewei.com/sandbox/tw/ >Could you post a link to the page and CSS? >Michael Stewart >bagelstew...@gmail.com >On Mar 20, 2009, at 11:44 AM, Kim Brooks Wei wrote: > >>Q1 >>Is the way I set this up as a background image the same as using a >>background-atta

Re: [css-d] background attachment?

2009-03-20 Thread Michael Stewart
On Mar 20, 2009, at 3:51 PM, Kim Brooks Wei wrote: >>> Q1 >>> Is the way I set this up as a background image the same as using a >>> background-attachment? If not, how would I change this to >>> conform? IE >>> choked on my last version of this layout. I had the tiger as a fixed >>> background i

[css-d] IE pushes out text from box

2009-03-20 Thread John Shepard
I have my right and left side navigation set to 100% but IE pushes out text below the box on the right side especially. Go to http://unitedmontessori.com Any suggestions? Thanks in advance. John Shepard __ css-discuss [cs...@li

Re: [css-d] background attachment?

2009-03-20 Thread Climis, Tim
>On Mar 20, 2009, at 11:44 AM, Kim Brooks Wei wrote: > >>Q1 >>Is the way I set this up as a background image the same as using a >>background-attachment? If not, how would I change this to conform? IE >>choked on my last version of this layout. I had the tiger as a fixed >>background img which was

Re: [css-d] background attachment?

2009-03-20 Thread Kim Brooks Wei
>On Mar 20, 2009, at 3:51 PM, Kim Brooks Wei wrote: How can I get a border around that image which will stay fixed in the > >I think the easiest way to do this would be to edit the image in an >image editor and add the border that way. Then you might have to >readjust your positioning slightl

Re: [css-d] David Laakso's site in Firefox 2.x/Firefox 3.x

2009-03-20 Thread Stephen Tang
Hi David, I had a Windows XP machine and using Firefox 3.0.7. Javascript was turned on. I didn't have NoScript or similar add-on installed. It was really weird. Clicking About did nothing and the navigation links underneath profile were not flushed right. I have checked your site again at home

Re: [css-d] David Laakso's site in Firefox 2.x/Firefox 3.x

2009-03-20 Thread David Laakso
Ian Young wrote: > > David > > I have checked on FF3.07 Vista. > Works a treat. I know that is not the FF version you were after but given > the above. > > Ian > > Thanks, Ian. -- A thin red line and a salmon-color ampersand forthcoming. http://chelseacreekstudio.com/ _

[css-d] Site Check: Can this DIV be vertically centered in the viewport?

2009-03-20 Thread Stephen Tang
Hello, I built this site, http://www.isadoratang.com/index.php, but I've been trying to determine if I can center the vertically in the viewport. The inside of this div has some additional divs that are floated left or right). I'm not sure if my margin: auto on the is really centering this di

Re: [css-d] IE pushes out text from box

2009-03-20 Thread David Laakso
John Shepard wrote: > I have my right and left side navigation set to 100% but IE pushes out text > below the box on the right side especially. > Go to http://unitedmontessori.com > > Any suggestions? > > Thanks in advance. > > John Shepard > Hmm, FF is not doing too well in a window narrower

Re: [css-d] IE pushes out text from box

2009-03-20 Thread Felix Miata
On 2009/03/21 00:05 (GMT-0400) David Laakso composed: > John Shepard wrote: >> I have my right and left side navigation set to 100% but IE pushes out text >> below the box on the right side especially. >> Go to http://unitedmontessori.com Here at least 60% of the right side content is pushed dow

Re: [css-d] Site Check: Can this DIV be vertically centered in the viewport?

2009-03-20 Thread David Laakso
Stephen Tang wrote: > Hello, > > I built this site, http://www.isadoratang.com/index.php, but I've been > trying to determine if I can center the vertically in > the viewport. > > Any advice on this would be helpful. > > Sincerely, > Stephen > Yes, I think it is possible with CSS (I seem to