[css-d] Positioning a div

2012-09-27 Thread Del Wegener
Good Morning; A colored illustration of my problem is at http://www.alliedcorrosion.com/products/aa_testing.php My question also appears in the green box in that illustration. I have a pretty standard vertical menu (orange) on the left with content (gray) on the right. At the top of the

Re: [css-d] Positioning a div

2012-09-27 Thread mem
Other more experienced may help better then me. Still. I would play with floats. 1) Add overflow:hidden; to your #container 2) Add float: left; to both: vmenu and content; 3) Add overflow:hidden; to your #content 4) Group on a div, your h3 and img inside #content; 5) Float left your blue div;

Re: [css-d] Positioning a div

2012-09-27 Thread Del Wegener
I would play with floats. Thanks mem. I did play around as you suggested and it turned out that the secret was with overflow:auto. Del __ css-discuss [css-d@lists.css-discuss.org]

[css-d] Positioning Div Order with Media Queries

2012-09-19 Thread Matthew Willis
Hi CSS List, I am working on a site with a responsive layout via media queries and I'm having some difficulties. I need it set up so when the width of the screen is above 768px, a div containing logo appears as the first element, and then a div containing the navigation menu as the next

Re: [css-d] Positioning Div Order with Media Queries

2012-09-19 Thread mem
On Sep 19, 2012, at 22:07 , Matthew Willis wrote: Hi CSS List, I am working on a site with a responsive layout via media queries and I'm having some difficulties. I need it set up so when the width of the screen is above 768px, a div containing logo appears as the first element, and then

Re: [css-d] Positioning Div Order with Media Queries

2012-09-19 Thread David Laakso
On Wed, Sep 19, 2012 at 5:07 PM, Matthew Willis matt...@em-w.com wrote: Hi CSS List, I am working on a site with a responsive layout via media queries and I'm having some difficulties. I need it set up so when the width of the screen is above 768px, a div containing logo appears as the first

Re: [css-d] positioning issue; flexible layout

2012-07-02 Thread Ron Zisman
http://www.ricochet.org/test/test5.html the desired effect i'm looking for is that the gray element with the red border align and scale with the images below it. i've been staring at for some time and can't figure out what the issue is. some insight would be greatly appreciated. thanks in

Re: [css-d] positioning issue; flexible layout

2012-07-02 Thread Hakan K
Hi, You meant, you want to have the same width with images on that red framed part? Regards Hakan KIRKAN IT Manager Dominor LLC / Miami http://dominor.com On Mon, Jul 2, 2012 at 11:58 AM, Ron Zisman ronzis...@me.com wrote: http://www.ricochet.org/test/test5.html the desired effect i'm

Re: [css-d] positioning

2012-05-05 Thread David Laakso
On Sat, May 5, 2012 at 12:01 PM, Brian Funk cs...@stoneladder.ca wrote: On Sat, 2012-05-05 at 01:50 -0400, David Laakso wrote: I am curious. Does the button show-up in: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20120421 Iceweasel/3.5.16 (like Firefox/3.5.16) Yes, it does. Brian

Re: [css-d] positioning

2012-05-04 Thread David Laakso
On Fri, May 4, 2012 at 7:15 PM, Brian Funk cs...@stoneladder.ca wrote: Why does the sphere not show up in IE/9 or Opera? http://ccstudi.com/svg.html Still no-show in Iceweasel. Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20120421 Iceweasel/3.5.16 (like Firefox/3.5.16) Brian

Re: [css-d] positioning

2012-04-15 Thread David Laakso
On Fri, Apr 13, 2012 at 10:12 PM, David Laakso laakso.davi...@gmail.comwrote: Greetings, Why does the sphere not show up in IE/9 or Opera? http://ccstudi.com/svg.html Thanks. Best, David Laakso Thanks to all who replied. Above url revised 4/15/2012 at 6:45a. Notes of file. This end:

Re: [css-d] positioning

2012-04-15 Thread Tom Livingston
Beige gradient sphere visible iPhone 4, iOS 5.1 Safari. Sent from iOS 5 On Apr 15, 2012, at 6:58 AM, David Laakso laakso.davi...@gmail.com wrote: On Fri, Apr 13, 2012 at 10:12 PM, David Laakso laakso.davi...@gmail.comwrote: Greetings, Why does the sphere not show up in IE/9 or Opera?

[css-d] positioning

2012-04-13 Thread David Laakso
Greetings, Why does the sphere not show up in IE/9 or Opera? http://ccstudi.com/svg.html Thanks. Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] positioning

2012-04-13 Thread David Hucklesby
On 4/13/12 7:12 PM, David Laakso wrote: Greetings, Why does the sphere not show up in IE/9 or Opera? http://ccstudi.com/svg.html I don't have IE 9 ATM. Opera Developer Tools gives this error message: -o-background-size is an unknown property Opera 11.62 on OS X 10.7.3 :( -- Cordially,

Re: [css-d] positioning

2012-04-13 Thread David Hucklesby
On 4/13/12 7:12 PM, David Laakso wrote: Greetings, Why does the sphere not show up in IE/9 or Opera? http://ccstudi.com/svg.html Apologies for the too hasty reply. The media queries all seem to target either webkit or moz. Could that be the answer? -- Cordially, David

Re: [css-d] positioning

2012-04-13 Thread Philippe Wittenbergh
On Apr 14, 2012, at 11:12 AM, David Laakso wrote: Why does the sphere not show up in IE/9 or Opera? http://ccstudi.com/svg.html 1. the media query only targets Gecko and Webkit, Opera will not see anything… @media only screen and (-opera-min-device-pixel-ratio: 1/1) {} will allow

Re: [css-d] positioning

2012-04-13 Thread Georg
On 13.04.2012 23:21, David Hucklesby wrote: The media queries all seem to target either webkit or moz. Could that be the answer? Yes! Opera and IE never see the relevant styles. A more cross-browser mediaquery makes it work as intended. Georg

[css-d] positioning background images in IE 8/7

2012-04-09 Thread Debbie Campbell
In this page in IE 8/7: http://www.redkitecreative.com/projects/tax/ The background images in the three blue boxes are out of position. Even putting the CSS style into the ie8.css stylesheet makes the background images disappear from the page completely... How do I get them to move up in

Re: [css-d] positioning background images in IE 8/7

2012-04-09 Thread Ghodmode
On Tue, Apr 10, 2012 at 12:16 AM, Debbie Campbell d...@redkitecreative.com wrote: In this page in IE 8/7: http://www.redkitecreative.com/projects/tax/ The background images in the three blue boxes are out of position. Even putting the CSS style into the ie8.css stylesheet makes the

[css-d] positioning search button

2012-01-18 Thread Debbie Campbell
In IE on this page: http://www.greendrakephoto.com/site/contact/ The little green-bordered square's image content is showing up underneath the panel. Can someone help please? -- Debbie Campbell www.redkitecreative.com __

Re: [css-d] positioning search button

2012-01-18 Thread Ghodmode
On Thu, Jan 19, 2012 at 3:58 AM, Debbie Campbell d...@redkitecreative.com wrote: In IE on this page: http://www.greendrakephoto.com/site/contact/ The little green-bordered square's image content is showing up underneath the panel. Can someone help please? The image content isn't showing up

Re: [css-d] positioning search button

2012-01-18 Thread Debbie Campbell
Ah - that image link issue makes perfect sense. Thanks! -- Debbie On 1/18/2012 8:15 PM, Ghodmode wrote: On Thu, Jan 19, 2012 at 3:58 AM, Debbie Campbell d...@redkitecreative.com wrote: In IE on this page: http://www.greendrakephoto.com/site/contact/ The little green-bordered square's image

[css-d] Positioning a popup window over the button

2012-01-07 Thread Laura Valentino
I'm trying to position a popup window over a button. I've succeeded in doing that by using position: relative and applying a negative top value. The problem is that it creates a space below the button (I assume the same size as the window) and pushes the footer down below that. What's going on??

Re: [css-d] Positioning a popup window over the button

2012-01-07 Thread G.Sørtun
On 07.01.2012 15:12, Laura Valentino wrote: I'm trying to position a popup window over a button. I've succeeded in doing that by using position: relative and applying a negative top value. The problem is that it creates a space below the button (I assume the same size as the window) and pushes

Re: [css-d] Positioning a popup window over the button

2012-01-07 Thread Tom Livingston
You could try using absolute positioning, making it relative to the button's containing element. I'm guessing that would allow you to position it better with the button as you desire. Sent from iOS 5 On Jan 7, 2012, at 10:47 AM, G.Sørtun gunla...@c2i.net wrote: On 07.01.2012 15:12, Laura

Re: [css-d] Positioning a popup window over the button

2012-01-07 Thread Laura Valentino
On Jan 7, 2012, at 10:47 AM, G.Sørtun gunla...@c2i.net wrote: One solution is to add ' margin-bottom: -460px;' to div id='PopUp' - (height + padding + border-width), so it doesn't take up any space in original position. Thanks Georg, that solves the problem! I have yet to wrap my brain

Re: [css-d] Positioning a popup window over the button

2012-01-07 Thread Tom Livingston
Sent from iOS 5 On Jan 7, 2012, at 1:29 PM, Laura Valentino la...@vidmot.com wrote: On Jan 7, 2012, at 10:47 AM, G.Sørtun gunla...@c2i.net wrote: One solution is to add ' margin-bottom: -460px;' to div id='PopUp' - (height + padding + border-width), so it doesn't take up any space in

[css-d] positioning over jquery slider...

2011-12-19 Thread Michael Beaudoin
Hello all. I'm working on a page using the jquery nivo slider which rotates images. I would like to position some images over top (for different links) of the slider and let the images move beneath. I've tried and cannot seem to get it to work. I can position the elements over an image, but

Re: [css-d] positioning over jquery slider...

2011-12-19 Thread David Hucklesby
On 12/19/11 10:05 AM, Michael Beaudoin wrote: Hello all. I'm working on a page using the jquery nivo slider which rotates images. I would like to position some images over top (for different links) of the slider and let the images move beneath. I've tried and cannot seem to get it to work. I

[css-d] positioning over mpeg video..

2011-12-11 Thread Michael Beaudoin
Is it possible to position a transparent button over an embeded mpeg video? I can move them around but when the page loads, it seems the buttons are behind the movie. I've tried z-index but I'm sure I'm not doing it right. Code is below but the link is http://www.ba-doyn.com/junk/video/

Re: [css-d] positioning over mpeg video..

2011-12-11 Thread Mark Senff
On 2011-12-11, at 9:18 PM, Michael Beaudoin wrote: Is it possible to position a transparent button over an embeded mpeg video? I can move them around but when the page loads, it seems the buttons are behind the movie. I've tried z-index but I'm sure I'm not doing it right. Code is below but

Re: [css-d] positioning over mpeg video..

2011-12-11 Thread Michael Beaudoin
On Dec 11, 2011, at 8:31 PM, Mark Senff wrote: On 2011-12-11, at 9:18 PM, Michael Beaudoin wrote: Is it possible to position a transparent button over an embeded mpeg video? I can move them around but when the page loads, it seems the buttons are behind the movie. I've tried z-index but

[css-d] Positioning Problems

2011-08-05 Thread Darrin Roenfanz
Good morning fellow listers! The past couple days, I've been toying around with a test design for my yet-to-be-published website. Except for edges not lining up exactly, the design happens to work just about right with my current install of Firefox (I think it's FF6b2) on Win7. While the CSS

Re: [css-d] Positioning Problems

2011-08-05 Thread Alan Gresley
On 5/08/2011 8:35 PM, Darrin Roenfanz wrote: Good morning fellow listers! The past couple days, I've been toying around with a test design for my yet-to-be-published website. Except for edges not lining up exactly, the design happens to work just about right with my current install of Firefox

Re: [css-d] Positioning Problems

2011-08-05 Thread David Laakso
On 8/5/11 6:35 AM, Darrin Roenfanz wrote: http://roenfanz.info/images/dcr_preview.png Could the kind CSS Listers please go over my design and maybe help polish things up? See: http://roenfanz.info/projects/dcr.v2.5/ Thanks in advance, Darrin C Roenfanz I think you are tripping over your

Re: [css-d] Positioning images within a table cell

2011-02-10 Thread Geoff Lane
On Thursday, February 10, 2011, 3:16:08 AM, G.Sørtun wrote: If you intend to keep the form wrapped around the table like in your example, you can position relative to that form. If not you have to wrap a div around the table and position relative to that div. Many thanks, George. I probably

Re: [css-d] Positioning images within a table cell

2011-02-09 Thread Geoff Lane
On Tuesday, February 8, 2011, 11:22:33 PM, Eric A. Meyer wrote: So, as Paul says, throw a div in there, gritting your teeth about the crufty markup if necessary, and relatively position the div. If you want to position in relation to the right or bottom edges of the cell, you may have

Re: [css-d] Positioning images within a table cell

2011-02-09 Thread G.Sørtun
On 09.02.2011 13:18, Geoff Lane wrote: Any further help gratefully received. Maybe this will do... http://www.gunlaug.no/tos/alien/pb/Map%20Test.htm regards Georg __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] Positioning images within a table cell

2011-02-09 Thread Dan Kaufman
Nicely done. Dan K. -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of G.Sørtun Sent: Wednesday, February 09, 2011 9:46 AM To: css-d@lists.css-discuss.org Subject: Re: [css-d] Positioning images within a table cell

Re: [css-d] Positioning images within a table cell

2011-02-09 Thread Geoff Lane
On Wednesday, February 9, 2011, 5:46:28 PM, G.Sørtun wrote: Maybe this will do... http://www.gunlaug.no/tos/alien/pb/Map%20Test.htm --- My initial reaction was, Wow! Many thanks for that! It seems so simple yet seems to work in FF, IE, Chrome, and Opera. Yet when I tried something similar the

Re: [css-d] Positioning images within a table cell

2011-02-09 Thread Tim Climis
Maybe this will do... http://www.gunlaug.no/tos/alien/pb/Map%20Test.htm --- My initial reaction was, Wow! Many thanks for that! It seems so simple yet seems to work in FF, IE, Chrome, and Opera. Yet when I tried something similar the images in the right-hand column were all over the

Re: [css-d] Positioning images within a table cell

2011-02-09 Thread Paul Burney
Georg's solution relied on the table being at the top of the page.  To fix it, add a position:relative rule to the table.  Then his solution should work beautifully. That would work in most browsers, but not Firefox*. If you enclose your table in a div with a position: relative rule, you

Re: [css-d] Positioning images within a table cell

2011-02-09 Thread Geoff Lane
On Wednesday, February 9, 2011, 7:02:39 PM, Tim Climis wrote: Georg's solution relied on the table being at the top of the page. To fix it, add a position:relative rule to the table. Then his solution should work beautifully. --- Thanks. I tried adding style='position:relative;' to the

Re: [css-d] Positioning images within a table cell

2011-02-09 Thread G.Sørtun
Georg's solution relied on the table being at the top of the page. To fix it, add a position:relative rule to the table. Then his solution should work beautifully. I tried adding style='position:relative;' to the opening table tag with no discernible effect. Of course it didn't, since

[css-d] Positioning images within a table cell

2011-02-08 Thread Geoff Lane
Hi All, I'm trying to put together a map-driven interface. An embryonic example is at http://www.gjctech.co.uk/test/test.php (.) The 'work in progress' CSS stylesheet is at http://www.gjctech.co.uk/test/csw.css The map consists of a number of tiles, each in a table cell. At each vertical edge of

Re: [css-d] Positioning images within a table cell

2011-02-08 Thread Jukka K. Korpela
Geoff Lane wrote: I'm trying to put together a map-driven interface. An embryonic example is at http://www.gjctech.co.uk/test/test.php (.) The 'work in progress' CSS stylesheet is at http://www.gjctech.co.uk/test/csw.css The map consists of a number of tiles, each in a table cell. At each

Re: [css-d] Positioning images within a table cell

2011-02-08 Thread Paul Burney
It sounds like you need to set position: relative on the td element. That way, it will establish a system of coordinates for absolutely positioned elements inside it - i.e., they will be positioned relative to the upper left corner of the cell. I believe this is correct, but if I recall

Re: [css-d] Positioning images within a table cell

2011-02-08 Thread Eric A. Meyer
At 4:51 PM -0500 2/8/11, Paul Burney wrote: It sounds like you need to set position: relative on the td element. That way, it will establish a system of coordinates for absolutely positioned elements inside it - i.e., they will be positioned relative to the upper left corner of the cell.

[css-d] Positioning a float

2011-01-27 Thread Bobby Jack
Hi all, I'm working on a layout that requires text to wrap around a positioned image. In my case, I need an image in the bottom-right of a box, with text inside the box. So I need the in-flow, wrapping properties of a float combined with the positioning properties of an absolutely-positioned

Re: [css-d] Positioning a float

2011-01-27 Thread Gabriele Romanato
You cannot position and float an element at the same time. So: 1. make the container relative position: relative Thus you create a context. 2. position the box with the image at the bottom, using left/right: 0 bottom: 0 3. add some top and left margin to the positioned box to

Re: [css-d] Positioning a float

2011-01-27 Thread Philip Taylor (Webmaster, Ret'd)
Bobby Jack wrote: I'm working on a layout that requires text to wrap around a positioned image. In my case, I need an image in the bottom-right of a box, with text inside the box. So I need the in-flow, wrapping properties of a float combined with the positioning properties of an

Re: [css-d] Positioning a float

2011-01-27 Thread Bobby Jack
--- On Thu, 1/27/11, Gabriele Romanato gabriele.roman...@gmail.com wrote: You cannot position and float an element at the same time. So: 1. make the container relative     position: relative    Thus you create a context. 2. position the box with the image at the bottom, using    

Re: [css-d] Positioning a float

2011-01-27 Thread G.Sørtun
I need the in-flow, wrapping properties of a float combined with the positioning properties of an absolutely-positioned element. Is anyone aware of a way of achieving that? You may be able to adapt the method shown here... http://www.satzansatz.de/cssd/tmp/floatspacer.html ...for the

Re: [css-d] Positioning a float

2011-01-27 Thread Dan Kaufman
Sent: Thursday, January 27, 2011 9:51 AM To: css-d@lists.css-discuss.org Subject: Re: [css-d] Positioning a float I need the in-flow, wrapping properties of a float combined with the positioning properties of an absolutely-positioned element. Is anyone aware of a way of achieving that? You may

[css-d] Positioning navigation menu items

2010-12-09 Thread Gabriele Romanato
This is a problem that occurs when we have two separate blocks and we want the second block appear within the first without changing our markup. here are my 2 cents on this: http://onwebdev.blogspot.com/2010/12/css-positioning-navigation-menu-items.html HTH :-) http://www.css-zibaldone.com

Re: [css-d] Positioning and spies

2010-11-11 Thread Ada Elgavish
I have been agonizing over this spry for a week... It worked like a charm! At http://138.26.120.126/CAMAC/Trial21.html: (1) I cannot tell why the submenu in the vertical navigation bar doesn't show all of a sudden. (2) I am still having problems understanding the positioning term. I

Re: [css-d] Positioning and spies

2010-11-11 Thread Thierry Koblentz
I have been agonizing over this spry for a week... It worked like a charm! At http://138.26.120.126/CAMAC/Trial21.html: (1) I cannot tell why the submenu in the vertical navigation bar doesn't show all of a sudden. (2) I am still having problems understanding the

Re: [css-d] Positioning and spies

2010-11-11 Thread Ada Elgavish
: Thierry [mailto:thierry.koble...@gmail.com] On Behalf Of Thierry Koblentz Sent: Thursday, November 11, 2010 1:30 PM To: Ada Elgavish; 'David Laakso'; css-d@lists.css-discuss.org Subject: RE: [css-d] Positioning and spies I have been agonizing over this spry for a week... It worked like

Re: [css-d] Positioning and spies

2010-11-11 Thread Thierry Koblentz
Any idea what I could do about the highlighted problem 2 below? Change this: .LastUpdated { color:#2B; font-family:Arial,Helvetica,sans-serif; font-size:10px; font-style:italic; } To this: .LastUpdated { color:#2B; font-family:Arial,Helvetica,sans-serif; font-size:10px;

Re: [css-d] positioning of sidebar accessibility validation issue

2010-09-23 Thread Angela French
: Wednesday, September 22, 2010 5:41 PM To: Angela French Cc: 'css-d (css-d@lists.css-discuss.org)' Subject: Re: [css-d] positioning of sidebar accessibility validation issue On 9/22/10 6:54 PM, Angela French wrote: Hello, I'm got a problem with pages in my site that have a floating sidebox

Re: [css-d] positioning of sidebar accessibility validation issue

2010-09-22 Thread David Laakso
On 9/22/10 6:54 PM, Angela French wrote: Hello, I'm got a problem with pages in my site that have a floating sidebox. They LOOK fine, but they are not accessible in terms of a semantic document outline. The problem is that the headings I have given my sidebar box aren't correct in terms

Re: [css-d] positioning of sidebar accessibility validation issue

2010-09-22 Thread David Hucklesby
On 9/22/10 3:54 PM, Angela French wrote: Hello, I'm got a problem with pages in my site that have a floating sidebox. [...] I tried moving the content in the source code to where I want it, then absolutely positioning the sidebar box up where I want it, but that just layered the text

[css-d] positioning a horozontal bar

2010-06-08 Thread Andy B.
Hi. I have the following html and css code. My question is this: I need to use css to position the hr / tag blow the ACTIONS, ICON, TITLE AND VISIBILITY divs and above the ContentPane div (using it as a divider between the title bar and the content). How exactly would I do this. It needs to work

Re: [css-d] positioning a horozontal bar

2010-06-08 Thread Val Dobson
Why use a HR? Why not use a styled border property for one of the divs? Val On 8 June 2010 15:21, Andy B. sonfir...@gmail.com wrote: Hi. I have the following html and css code. My question is this: I need to use css to position the hr / tag blow the ACTIONS, ICON, TITLE AND VISIBILITY divs

[css-d] positioning [mac vs win]

2010-05-23 Thread David Laakso
On this test page http://chelseacreekstudio.com/ca/cssd/bmc.html the title block in the header is 10 or so pixels more to the left in all XP browsers than is in Mac browsers. This is not the end of the world as we know it. I am more curious how come than anything else. I assume it is due to

Re: [css-d] positioning [mac vs win]

2010-05-23 Thread Felix Miata
On 2010/05/23 20:42 (GMT-0400) David Laakso composed: On this test page http://chelseacreekstudio.com/ca/cssd/bmc.html the title block in the header is 10 or so pixels more to the left in all XP browsers than is in Mac browsers. This is not the end of the world as we know it. I am more

Re: [css-d] positioning [mac vs win]

2010-05-23 Thread David Laakso
Felix Miata wrote: On 2010/05/23 20:42 (GMT-0400) David Laakso composed: http://chelseacreekstudio.com/ca/cssd/bmc.html On Linux, no apparent title block differences among browsers checked. Font rendering does differ among FF 3.6.3, FF 2.0.0.20 Konq 3.5.9, and the big 100

Re: [css-d] positioning [mac vs win]

2010-05-23 Thread Thierry Koblentz
Hi David, On this test page http://chelseacreekstudio.com/ca/cssd/bmc.html the title block in the header is 10 or so pixels more to the left in all XP browsers than is in Mac browsers. This is not the end of the world as we know it. I am more curious how come than anything else. I

Re: [css-d] positioning [mac vs win]

2010-05-23 Thread David Laakso
Thierry Koblentz wrote: Hi David, http://chelseacreekstudio.com/ca/cssd/bmc.html Could be related to white space. What do you get across browser land when you kill the white space between the List Items? -- Regards, Thierry Among the browsers that I just now checked

Re: [css-d] positioning [mac vs win]

2010-05-23 Thread Thierry Koblentz
http://chelseacreekstudio.com/ca/cssd/bmc.html Could be related to white space. What do you get across browser land when you kill the white space between the List Items? Among the browsers that I just now checked (FF, SeaMonkey, IE/8) the space between the list-items in the

Re: [css-d] positioning [mac vs win]

2010-05-23 Thread David Laakso
Thierry Koblentz wrote: http://chelseacreekstudio.com/ca/cssd/bmc.html Could be related to white space. What do you get across browser land when you kill the white space between the List Items? Among the browsers that I just now checked (FF, SeaMonkey, IE/8)

[css-d] positioning IE versus ff

2010-04-15 Thread Angela French
I am trying to create a jquery slider content box which uses a Previous and Next image button on each end of the content area (left and right ends). I am having a hard getting them to position the same between IE8 and FF 3.6. I am using absolute positioning on the images, I have given them a

Re: [css-d] positioning IE versus ff

2010-04-15 Thread Tim Snadden
On 16/04/2010, at 10:29 AM, Angela French wrote: I am trying to create a jquery slider content box which uses a Previous and Next image button on each end of the content area (left and right ends). I am having a hard getting them to position the same between IE8 and FF 3.6. I am

Re: [css-d] Positioning problem

2010-04-07 Thread Matthew
At least part of why it is confusing to get those javascript rotating images to place correctly is because there are two properties controlling them: /* - rotator in-page placement - */ div#rotator { background: #000; width:300px; position: relative;

Re: [css-d] Positioning problem

2010-04-07 Thread David Laakso
Matthew wrote: Thank you, but when I float: left the div containing the text, and float: right the image, the image vanishes and the crowd at the bottom is no longer behind the next. Nor does it stop at the right point if the browser becomes too small. Man, Otis is going to

[css-d] Positioning problem

2010-04-06 Thread Matthew
Hi everyone, Please check out this site: www.em-w.com/oldschoolband Can someone help me figure out how to control the positioning of the image in the right side without using absolute positioning? I can't do it! I can't make objects appear next to each other with relative positioning; I can

Re: [css-d] Positioning problem

2010-04-06 Thread David Laakso
Matthew wrote: Hi everyone, Please check out this site: www.em-w.com/oldschoolband Can someone help me figure out how to control the positioning of the image in the right side without using absolute positioning? I can't do it! I can't make objects appear next to each other with relative

Re: [css-d] Positioning problem

2010-04-06 Thread Matthew
Thank you, but when I float: left the div containing the text, and float: right the image, the image vanishes and the crowd at the bottom is no longer behind the next. Nor does it stop at the right point if the browser becomes too small. On Apr 6, 2010, at 3:42 PM, David Laakso wrote:

Re: [css-d] Positioning problem

2010-04-06 Thread David Laakso
Matthew wrote: Thank you, but when I float: left the div containing the text, and float: right the image, the image vanishes and the crowd at the bottom is no longer behind the next. Nor does it stop at the right point if the browser becomes too small. Simple: float.

Re: [css-d] Positioning problem

2010-04-06 Thread Matthew
Do you mean Alan Gresely, the person who helped me with this site a few days ago? Send him a direct email? I hope my problems aren't too basic or dumb. I'm asking in the spirit of the information page of this list, which states: My philosophy is that there are two kinds of questions: good

Re: [css-d] Positioning problem

2010-04-06 Thread David Laakso
Matthew wrote: Do you mean Alan Gresely, the person who helped me with this site a few days ago? Yes. ~d -- desktop http://chelseacreekstudio.com/ mobile http://chelseacreekstudio.mobi/ __ css-discuss

Re: [css-d] positioning text in a table cell

2010-02-05 Thread Cyril Motsch
Have you tried absolute positioning? Mind you, I don't know how well AP works with table cells. In 7 years I have used very few tables... I have tried that, with position: absolute; bottom: 0pt, but both Safari 4.0.4 and Firefox 3.5.6 for Mac understand that to be relative to the whole

Re: [css-d] positioning text in a table cell

2010-02-05 Thread Cyril Motsch
(Don't forget that, strictly speaking, 0pt is invalid because a value of 0 doesn't need a unit) OK but both Safari 4.0.4 and Firefox 3.5.6 for Mac understand that to be relative to the whole table, not to the individual cell. Generally speaking, an absolutely-positioned element will be

Re: [css-d] positioning text in a table cell

2010-02-05 Thread Bobby Jack
--- On Fri, 2/5/10, Cyril Motsch cyril.mot...@laposte.net wrote: Have you tried absolute positioning? I have tried that, with position: absolute; bottom: 0pt, (Don't forget that, strictly speaking, 0pt is invalid because a value of 0 doesn't need a unit) but both Safari 4.0.4 and Firefox

[css-d] positioning text in a table cell

2010-02-04 Thread Cyril Motsch
Hi, I have an html table, and I want to put into each cell 3 snippets of text: - text 1 at the top, centered, - text 2 at the bottom left, - text 3 at the bottom right. I manage to have text 1 correctly placed with a property vertical- align:top of the td element, and to have text 2 and text

Re: [css-d] positioning text in a table cell

2010-02-04 Thread David Hucklesby
On 2/4/10 11:04 AM, Cyril Motsch wrote: Hi, I have an html table, and I want to put into each cell 3 snippets of text: - text 1 at the top, centered, - text 2 at the bottom left, - text 3 at the bottom right. Have you tried absolute positioning? Mind you, I don't know how well AP works

Re: [css-d] positioning images on a background graphic

2009-05-15 Thread Gunlaug Sørtun
Anthony L wrote: A question though: I thought the 1px border was just for debugging ... But if I comment out the #container border, the button images shift right to the top of the div ... any idea why? Collapsing margins... http://www.w3.org/TR/CSS2/box.html#collapsing-margins The easiest

Re: [css-d] positioning images on a background graphic

2009-05-15 Thread Anthony L
The easiest solution is to add... #container { padding: 1px 0; } Thanks Georg, that seems to have done the trick :-) And thanks for the link ... best, Anthony __ css-discuss [cs...@lists.css-discuss.org]

[css-d] positioning images on a background graphic

2009-05-14 Thread Anthony L
Is not that big a problem, but I am seeing a shift in the images when viewing the page on IE windows. I know: big surprise. Basically, I have a container div and then an unordered list where each list item is an image. Here's the relevant css : #container { background:blue; width: 735px;

Re: [css-d] positioning images on a background graphic

2009-05-14 Thread Erik Vorhes
On Thu, May 14, 2009 at 1:36 PM, Anthony L antl69or...@gmail.com wrote: Can anyone tell me which IE bug I am missing ? It's the dreaded double-margin float bug, I bet. Add display: inline; to your li styles and you should be good to go. Erik

Re: [css-d] positioning images on a background graphic

2009-05-14 Thread David Laakso
Anthony L wrote: Is not that big a problem, but I am seeing a shift in the images when viewing the page on IE windows. and here is a link to the page ... http://liberto.info/cssplay/fromWork/migration_rollover/migration_opacity_tests_part_b.html Another thing that perplexes me is that if I

Re: [css-d] positioning images on a background graphic

2009-05-14 Thread Erik Vorhes
On Thu, May 14, 2009 at 2:51 PM, David Laakso da...@chelseacreekstudio.com wrote: There is no bug that I am aware of. Actually, the following CSS does trigger the IE 6 doubled-margin float bug: li { float: left; margin: 0 0.15em; } For details on this phenomenon, see

Re: [css-d] positioning images on a background graphic

2009-05-14 Thread David Laakso
Erik Vorhes wrote: On Thu, May 14, 2009 at 2:51 PM, David Laakso da...@chelseacreekstudio.com wrote: There is no bug that I am aware of. Actually, the following CSS does trigger the IE 6 doubled-margin float bug: li { float: left; margin: 0 0.15em; } For details

Re: [css-d] positioning images on a background graphic

2009-05-14 Thread Erik Vorhes
re: http://liberto.info/cssplay/fromWork/migration_rollover/migration_opacity_tests_part_b.html Anthony, the original poster, has followed your advice as of this writing. He has included display:inline; on the li. Follow the above url and note your suggestion does not fix IE/6. Nor does it

Re: [css-d] positioning images on a background graphic

2009-05-14 Thread Anthony L
On Fri, May 15, 2009 at 12:40 AM, Erik Vorhes e...@textivism.com wrote: re: http://liberto.info/cssplay/fromWork/migration_rollover/migration_opacity_tests_part_b.html Anthony, the original poster, has followed your advice as of this writing. He has included display:inline; on the li. Follow

Re: [css-d] Positioning and spacing issues... site check

2009-05-01 Thread Michael Beaudoin
Tim Snadden wrote: -- The screenshot covers some spacing issues and positioning issues within a div so the text areas are set even when the browser is resized. The site is at: http://ba-doyn.com/junk/meeks_test_2/contact.html for you all to look at. Hi

[css-d] Positioning and spacing issues... site check

2009-04-28 Thread Michael Beaudoin
I'm back with some more issues that have me tearing what's left of my hair out. I have been fiddling with this test site, and using some of the comments here, it's getting better. I do have a few questions, and here's a link to a screenshot with some comments in case I can't explain clearly

Re: [css-d] Positioning and spacing issues... site check

2009-04-28 Thread Tim Snadden
The screenshot covers some spacing issues and positioning issues within a div so the text areas are set even when the browser is resized. The site is at: http://ba-doyn.com/junk/meeks_test_2/contact.html for you all to look at. Hi Michael - Absolutely positioned elements are

Re: [css-d] Positioning images and wrapping text...

2009-04-01 Thread Divya Manian
On 3/30/09 4:20 PM, Bobby Jack bobbykj...@yahoo.co.uk wrote: --- On Mon, 3/30/09, Michael Beaudoin mich...@ba-doyn.com wrote: Is there a way to precisely position an image and have the wrap follow? You can float the image and assign precise margins as Gunlaug has done to get what you

Re: [css-d] Positioning images and wrapping text...

2009-03-31 Thread Michael Beaudoin
Message: 21 Date: Mon, 30 Mar 2009 13:19:35 -0700 (PDT) From: Michael Beaudoin mich...@ba-doyn.com Subject: [css-d] Positioning images and wrapping text... To: css-d@lists.css-discuss.org Message-ID: 684965.21721...@web504.biz.mail.mud.yahoo.com Content-Type: text/plain; charset=us-ascii I have

  1   2   3   4   >