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] http://www.css-discuss.org/mailman/listi

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; 6)

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 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, an

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 t

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 wrote: > http://www.ricochet.org/test/test5.html > > > the desired effect i'm looking for is t

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 adv

Re: [css-d] positioning

2012-05-05 Thread David Laakso
On Sat, May 5, 2012 at 12:01 PM, Brian Funk 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 O.K. And thank you

Re: [css-d] positioning

2012-05-04 Thread David Laakso
On Fri, May 4, 2012 at 7:15 PM, Brian Funk wrote: Why does the sphere not show up in IE/9 or Opera? 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 - Yeah. Abandoned

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 wrote: > On Fri, Apr 13, 2012 at 10:12 PM, David Laakso > wrote: > >> Greetings, >> >> Why does the sphere not show up in IE/9 or Opera? >> >> >> T

Re: [css-d] positioning

2012-04-15 Thread David Laakso
On Fri, Apr 13, 2012 at 10:12 PM, David Laakso wrote: > Greetings, > > Why does the sphere not show up in IE/9 or Opera? > > > Thanks. > > Best, > David Laakso > > Thanks to all who replied. Above url revised 4/15/2012 at 6:45a. Notes of file. This end: HP Pavilion g

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

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? > 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 Opera1

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? 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 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? 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 background images in IE 8/7

2012-04-09 Thread Ghodmode
On Tue, Apr 10, 2012 at 12:16 AM, Debbie Campbell 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 background > images disap

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 wrote: In IE on this page: http://www.greendrakephoto.com/site/contact/ The little green-bordered square's image content is showing up un

Re: [css-d] positioning search button

2012-01-18 Thread Ghodmode
On Thu, Jan 19, 2012 at 3:58 AM, Debbie Campbell 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 underneath the pane

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 wrote: > On Jan 7, 2012, at 10:47 AM, "G.Sørtun" wrote: > >> >>> One solution is to add ' margin-bottom: -460px;' to > (height + padding + border-width), so it doesn't take up any space in >> original position. >> > > Thanks Geor

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" wrote: > > > One solution is to add ' margin-bottom: -460px;' to (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 around this yet though... On

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" wrote: > On 07.01.2012 15:12, Laura Valentino wrote:

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 th

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 can

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 I'm

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 b

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 ow

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 (I

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 pro

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, sinc

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 t

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 Tim Climis
> > Maybe this will do... > > > --- > > 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 >

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... > --- 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 simil

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

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... regards Georg __ css-discuss [css-d@lists.css-discuss.org] http

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 h

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.

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 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 verti

Re: [css-d] Positioning a float

2011-01-27 Thread Dan Kaufman
" and just include that in the with an IE conditional comment wrap, such as: -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: Thursday, January 27, 2011 9:51 AM To: css-d@lists.css-discus

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... ...for the line-

Re: [css-d] Positioning a float

2011-01-27 Thread Bobby Jack
--- On Thu, 1/27/11, Gabriele Romanato 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 >     left/right: 0 bott

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 absolutely

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 preve

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; font-style:ita

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

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 th

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 c

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

2010-09-23 Thread Angela French
Sent: 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

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 blocks.

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 of

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. wrote: > Hi. I have the following html and css code. My question is this: I need to > use css to position the tag blow the ACTIONS, ICON, TITLE AND > VISIBILITY divs and above the ContentP

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

2010-05-23 Thread David Laakso
Thierry Koblentz wrote: >>> 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

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

2010-05-23 Thread Thierry Koblentz
> >> > >> > > > > 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 li

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

2010-05-23 Thread David Laakso
Thierry Koblentz wrote: > Hi David, > > >> >> > > 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 jus

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

2010-05-23 Thread Thierry Koblentz
Hi David, > On this test page 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. >

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: > > >> >> > > > > 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

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 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 mor

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 u

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

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-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 [cs...@lists.css-

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 quest

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
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: > Matthe

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

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

2010-02-05 Thread Bobby Jack
--- On Fri, 2/5/10, Cyril Motsch 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 3.5.6 for Mac

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 eleme

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

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 wel

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] http://www.css-

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

2009-05-14 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... The easie

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 wrote: >> >> re: >> >> >> Anthony, the original poster, has followed your advice as of this writing. >> He has included display:inline; on the li. Follow the

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

2009-05-14 Thread Erik Vorhes
> > re: > > > 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

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 > 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 o

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 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
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 th

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 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 styles and you should be good to go. Erik _

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 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. >

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 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 posit

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

2009-04-01 Thread Divya Manian
On 3/30/09 4:20 PM, "Bobby Jack" wrote: > > --- On Mon, 3/30/09, Michael Beaudoin 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 need. I think the best would be to

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

2009-03-31 Thread Gunlaug Sørtun
Michael Beaudoin wrote: > http://www.mhinonline.org/dev. You mean like... ...or did you have something else in mind? regards Georg -- http://www.gunlaug.no __ css-d

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

2009-03-31 Thread Michael Beaudoin
: Mon, 30 Mar 2009 23:20:49 + (GMT) From: Bobby Jack Subject: Re: [css-d] Positioning images and wrapping text... To: css-d@lists.css-discuss.org Message-ID: <319184.36851...@web24105.mail.ird.yahoo.com> Content-Type: text/plain; charset=us-ascii --- On Mon, 3/30/09, Michael Beaudoin

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

2009-03-30 Thread Gunlaug Sørtun
Michael Beaudoin wrote: > Is there a way to precisely position an image and have the wrap > follow? "Precisely" can be a problem since hardly anything can be relied upon as "precise" in something as fluid as a web design. But, yes, you can get the effects _I think_ you're after, if you let go of

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

2009-03-30 Thread Bobby Jack
--- On Mon, 3/30/09, Michael Beaudoin wrote: > Is there a way to precisely position an image and have the > wrap follow? Hi Michael, You can achieve what I think you're after simply by wrapping the image in an absolutely positioned container. Demo here: http://www.fiveminuteargument.com/posi

Re: [css-d] Positioning Issues - how to center the middle float?

2009-02-22 Thread Virgilio Quilario
> I am having some positioning problems over here: http://tinyurl.com/5kxvdb > > I have a UL floating left - an image floating left - and a UL floating > right. > > There is probably an easier way to do this. But basically I want the > image to be centered between the two UL floats. Centered in th

Re: [css-d] positioning and bordering a photo

2009-02-14 Thread David Laakso
Fractal Moonshine wrote: > Thank you very much for your time and effort. I'm surprised and grateful at > the willingness of list members to help. > > I think you did not read all the correspondence regarding the issue you wrote about (or you have not corrected it as yet). Your page is curren

Re: [css-d] positioning and bordering a photo

2009-02-13 Thread Philippe Wittenbergh
On Feb 14, 2009, at 5:33 AM, Fractal Moonshine wrote: > I have validated both the XHTML and the CSS at W3C for this page: > > http://www.marketstreetsingers.org/posters/css/index.html > > How can I get the photo, div id="frontpagephoto", to be horizontally > centered, below the logo and the men

Re: [css-d] positioning and bordering a photo

2009-02-13 Thread Gunlaug Sørtun
Fractal Moonshine wrote: > I have validated both the XHTML and the CSS at W3C for this page: > > http://www.marketstreetsingers.org/posters/css/index.html > > How can I get the photo, div id="frontpagephoto", to be horizontally > centered, below the logo and the menu? Add 'clear: both;' to #fro

Re: [css-d] positioning and bordering a photo

2009-02-13 Thread David Hucklesby
On Fri, 13 Feb 2009 12:33:41 -0800 (PST), Fractal Moonshine wrote: > I have validated both the XHTML and the CSS at W3C for this page: > > http://www.marketstreetsingers.org/posters/css/index.html > > How can I get the photo, div id="frontpagephoto", to be horizontally > centered, below the logo an

Re: [css-d] positioning and bordering a photo

2009-02-13 Thread David Laakso
Well, the below will never do. I'm having a bad day. Someone else will help you out... David Laakso wrote: > Fractal Moonshine wrote: > >> I have validated both the XHTML and the CSS at W3C for this page: >> >> http://www.marketstreetsingers.org/posters/css/index.html >> >> How can I get the

Re: [css-d] positioning and bordering a photo

2009-02-13 Thread David Laakso
Fractal Moonshine wrote: > I have validated both the XHTML and the CSS at W3C for this page: > > http://www.marketstreetsingers.org/posters/css/index.html > > How can I get the photo, div id="frontpagephoto", to be horizontally > centered, below the logo and the menu? And, how can I get the black

Re: [css-d] Positioning a background image in holy grail layout

2009-01-23 Thread Richard Grevers
On Sat, Jan 24, 2009 at 5:47 AM, Gunlaug Sørtun wrote: > Richard Grevers wrote: > >> When I remove no-repeat, the background becomes visible, but its offset >> varies as you change the page width. How can I get it static where I want it >> to be? > > That .leftcol is 100% wide, so it stretches far

Re: [css-d] Positioning a background image in holy grail layout

2009-01-23 Thread Gunlaug Sørtun
Richard Grevers wrote: When I remove no-repeat, the background becomes visible, but its offset varies as you change the page width. How can I get it static where I want it to be? That .leftcol is 100% wide, so it stretches far outside the browser-window on the left side and changes width with

Re: [css-d] positioning element correctly for text resizing

2008-11-21 Thread Gunlaug Sørtun
Debbie Campbell wrote: > > > Is it possible for me to keep my blockquote where I've placed it yet > not have the oversized text flow on top of it? Like this..?

Re: [css-d] Positioning div's

2008-11-06 Thread Peter Hyde-Smith
- Original Message - From: "Aaron Gray" <[EMAIL PROTECTED]> To: Sent: Thursday, November 06, 2008 11:53 AM Subject: [css-d] Positioning div's >I have two problems involving div's, both involve div's being side by side, >and being positioned relative to the rest of the document they ar

Re: [css-d] positioning problem

2008-11-04 Thread Mustafa
Add these properties to your #navlist - #navlist { float: left; border-bottom: 1px solid gray; width: 200px; *position:absolute; right: 10px; top: 20px;* } Alternatively, you could also block out content using divs to achieve some fine control over your layout. - Mustafa

Re: [css-d] positioning problem

2008-11-04 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > http://free.of.pl/r/ramirez/temp/index.htm > > What I'm trying to do is to put the navigation on the right side of > the container. To absolute position it, add... #Content { position: relative; } ...to establish a relation for A:P. Then use these nav-styles... #na

Re: [css-d] Positioning a website in the middle

2008-10-03 Thread Brad Kelley
On Oct 3, 2008, at 8:43 AM, tedd wrote: > Did someone say simple? That's me. :-) > > http://webbytedd.com/b2/vertical-center-tedd/ > > And no JS needed. Sweet, but you may want to offer some additional explanation for those interested. Correct me if I'm wrong, but this technique requires a fi

Re: [css-d] Positioning a website in the middle

2008-10-03 Thread tedd
At 11:10 AM +0100 10/2/08, Krystian - Sunlust wrote: >Hi, >I was trying to google for it but I can't find a solution, >I know how to position website with margin: 0 auto, but it stays on the top >of the website on bigger screens, what I need is it to stay in the middle, >vertically and horizontally

Re: [css-d] Positioning a website in the middle

2008-10-02 Thread David Hucklesby
> On Thu, Oct 2, 2008 at 3:03 PM, Christian Heilmann <[EMAIL PROTECTED]>wrote: > >> {table example snipped} >> >> Hi Krystian, you don't need a table for that. Here's a well explained >> solution: >> >> http://www.jakpsatweb.cz/css/css-vertical-center-solution.html > On Thu, 2 Oct 2008 16:37:44 +

  1   2   3   >