Re: [css-d] image placement question - amended

2010-12-28 Thread Philippe Wittenbergh
On Dec 29, 2010, at 10:32 AM, Tim Climis wrote: > CSS3 column extensions, probably, but those are > currently only supported by Firefox, I'm pretty sure. CSS3 multi column is also supported by Webkit based browsers, fwiw. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __

Re: [css-d] image placement question - amended

2010-12-28 Thread Matthew P. Johnson
On Tuesday, December 28, 2010 04:41:10 pm Matthew P. Johnson wrote: > OK So I have figured out how to left vertically align, now I am trying > to figure out if there is a way to have the images start a second > column when a fixed div height is reached instead of continuing > downward forever. I

Re: [css-d] image placement question - amended

2010-12-28 Thread David McGlone
On Tuesday, December 28, 2010 04:41:10 pm Matthew P. Johnson wrote: > OK So I have figured out how to left vertically align, now I am trying to > figure out if there is a way to have the images start a second column when > a fixed div height is reached instead of continuing downward forever. I am >

Re: [css-d] image placement question - amended

2010-12-28 Thread Matthew P. Johnson
OK So I have figured out how to left vertically align, now I am trying to figure out if there is a way to have the images start a second column when a fixed div height is reached instead of continuing downward forever. I am trying to accomplish this without using a table. :) http://www.ecoitsf.com

[css-d] image placement question

2010-12-28 Thread Matthew P. Johnson
OK So I have figured out how to left align, now I am trying to figure out if there is a way to have the images start a second column when a fixed height is reached instead of continuing downward forever. http://www.ecoitsf.com/test/index.html Matthew P. Johnson | Eco I.T. 708 Bay Road Mil

Re: [css-d] Image placement issue in IE

2010-11-05 Thread Al Sparber
On 11/5/2010 1:50 PM, Thierry Koblentz wrote: Hello everyone, i'm trying out yet another idea for my new website! The accordion menu works fine on all browsers but i'm having a problem with the images not floating correctly, for example on the About link, on the right and text not sitting side by

Re: [css-d] Image placement issue in IE

2010-11-05 Thread Thierry Koblentz
> Hello everyone, i'm trying out yet another idea for my new website! The > accordion menu works fine on all browsers but i'm having a problem with > the images not floating correctly, for example on the About link, on > the right and text not sitting side by side to it on the left in > Internet Ex

Re: [css-d] Image placement issue in IE

2010-11-05 Thread David Laakso
On 11/5/10 12:04 PM, Dipesh Parmar wrote: Any thoughts on the website itself would be greatly appreciated as well if anyone is interested. http://dvpwebdesign.com/ Dipesh Nice. Best, ~d -- :: desktop and mobile :: http://chelseacreekstudio.com/

Re: [css-d] Image placement issue in IE

2010-11-05 Thread Al Sparber
On 11/5/2010 12:04 PM, Dipesh Parmar wrote: Hello everyone, i'm trying out yet another idea for my new website! The accordion menu works fine on all browsers but i'm having a problem with the images not floating correctly, for example on the About link, on the right and text not sitting side b

[css-d] Image placement issue in IE

2010-11-05 Thread Dipesh Parmar
Hello everyone, i'm trying out yet another idea for my new website! The accordion menu works fine on all browsers but i'm having a problem with the images not floating correctly, for example on the About link, on the right and text not sitting side by side to it on the left in Internet Explorer.

Re: [css-d] image placement help

2008-03-05 Thread jennifer ham
On Mon, Mar 3, 2008 at 2:12 PM, Christie <[EMAIL PROTECTED]> wrote: > Hello group, > > I am new to CSS in web design and have a pretty basic question but am unsure > about the best way to solve the problem. Here is the page I am building: > > http://www.arabian-horses-west.com/test.html > > I

Re: [css-d] image placement help

2008-03-05 Thread Chris Akins
Using the Firefox web developer tools I added a top and bottom negative margin on the #wrapper and it fixed it in Firefox. I haven't tested in IE. Don't know if this is the best or proper approach, and I don't really know why the stated margins of 0 shouldn't have worked. Some of the true experts

[css-d] image placement help

2008-03-05 Thread Christie
Hello group, I am new to CSS in web design and have a pretty basic question but am unsure about the best way to solve the problem. Here is the page I am building: http://www.arabian-horses-west.com/test.html I would like the very top and very bottom graphics to touch the middle so that it is al

Re: [css-d] Image Placement in CSS - Help!

2007-10-25 Thread Elli Vizcaino
--- Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > You should take a bit more care and write valid > source code. > For instance: an anchor is not an empty element, and > should never be > marked up as one. > This is not correct, no matter which doctype you > use... > http://www.e7flux.com"; />Elli

Re: [css-d] Image Placement in CSS - Help!

2007-10-24 Thread Gunlaug Sørtun
Elli Vizcaino wrote: > [...] It's looking great so far across IE7, Safari & FF as far as > look & layout is concerned. You can see examples here: > www.e7flux.com/tgb > www.e7flux.com/tgb/index2.html > However, I'm still baffled by I6. Apparently you've made the > iepngfix.htc file work to su

Re: [css-d] Image Placement in CSS - Help!

2007-10-24 Thread Elli Vizcaino
--- Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > Not sure I get the entire idea, but there might be > something you can use > here... > > > regards > Georg > -- > http://www.gunlaug.no Hi Georg, A million hugs and kisses to you!

Re: [css-d] Image Placement in CSS - Help!

2007-10-24 Thread Gunlaug Sørtun
Elli Vizcaino wrote: > Please help me! I really want to execute this design as I've > visualized and designed it. I need to be able to place the pumpkins > image as shown in the graphic comp: > www.e7flux.com/thanksgivingbuffet2.jpg. The code and CSS can be found > here: http://e7flux.com/tgb/ - N

Re: [css-d] Image Placement in CSS - Help!

2007-10-24 Thread Zak Owen
Hi, I'm kind of limited in testing as I'm at school right now, but I think you should be able to position this element using style attributes such as .myImageClass { position: fixed; right: 20px; bottom: 20px; } or something similar. Also, look into perhaps making the pumpkins a watermar

Re: [css-d] Image Placement in CSS - Help!

2007-10-23 Thread Elli Vizcaino
Please help me! I really want to execute this design as I've visualized and designed it. I need to be able to place the pumpkins image as shown in the graphic comp: www.e7flux.com/thanksgivingbuffet2.jpg. The code and CSS can be found here: http://e7flux.com/tgb/ - I'm not sure how to place this im

Re: [css-d] Image Placement in CSS

2007-10-23 Thread Vicki Stebbins
Hi Elli, Someone may know a more eloquent way but I'd write up an individual class for each and then do the placement in the style sheet. Regards Vicki At 05:08 AM 23/10/2007, Elli Vizcaino wrote: >Hello, > >I'm working on a design that's visually rich and uses >a few background images as well

[css-d] Image Placement in CSS

2007-10-22 Thread Elli Vizcaino
Hello, I'm working on a design that's visually rich and uses a few background images as well as .png files for transparency. I don't want to have to place all the images as backgrounds in order to be able to place the images exactly where I want on the page. Is there a way to declare the placement

Re: [css-d] image placement bottom

2007-07-19 Thread Rick Lecoat
Fiona; A few points: 1) your markup does not currently validate, although I don't think that the errors flagged have any bearing upon your image placement issues. Still, it's always good to get the markup squared away before trying to fix other stuff, if possible. 2) your #maincontent div and yo

Re: [css-d] image placement bottom

2007-07-18 Thread Fiona
I'm really having trouble trying to get the background image positioned at the bottom of the div. Please excuse me if the answer is obvious, but I haven't tried this before and Ive searched on Google to try and figure it out, but Im just getting confused. I think the bg image is lining up with th

[css-d] image placement bottom

2007-07-18 Thread Fiona
Hello, Could anyone tell me how I would get the watermark image on this page - www.fionahayward.com/interiordesign to sit at the bottom of that div - in line with the rightportfolio div? Thankyou for any help Regards Fiona _

Re: [css-d] Image Placement

2007-05-08 Thread David Dorward
On 07/05/07, Steve LaBadie <[EMAIL PROTECTED]> wrote: > I have an image set to align="middle", but aligns on the bottom of the > cell in Firefox. How can I correct this? 1. Remove obsolete presentational markup 2. Set the vertical-align property for the table data cell (I assume that is what you a

Re: [css-d] Image Placement

2007-05-07 Thread Ernie Finlay
Try, background-position: center center; Regards,Ernie. From: "Steve LaBadie" <[EMAIL PROTECTED]> To: Subject: [css-d] Image Placement Date: Mon, 7 May 2007 15:06:01 -0400 I have an image set to align="middle", but aligns on the bottom of the cell in Firef

[css-d] Image Placement

2007-05-07 Thread Steve LaBadie
I have an image set to align="middle", but aligns on the bottom of the cell in Firefox. How can I correct this? Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.esu.edu

[css-d] Image Placement Help

2006-04-03 Thread Issac Rosa
I have the following page www.amazingflags.com/flags.cfm. I want the images under Flag Patterns and Color Selection to be centered between the left, center, and right containers. Any suggestions? Thanks, Issac __ css-

Re: [css-d] Image Placement

2006-01-11 Thread Roger Roelofs
Rich, On Jan 11, 2006, at 9:04 AM, Richard Brown wrote: >>> I have a couple of images on this site: >>> > >>> The second image is the one that sits in the nav bar at the bottom. >>> Rather than sit alongside the text, I would like it to sit on top. >>> How

Re: [css-d] Image Placement

2006-01-11 Thread Richard Brown
Hi Roger On 11 Jan 2006, at 06:36, Roger Roelofs wrote: >> I have a couple of images on this site: >> >> > style.css> >> >> The first image is the one that sits in the top left. I would lik

Re: [css-d] Image Placement

2006-01-10 Thread Roger Roelofs
Richard, On Jan 10, 2006, at 10:12 AM, Richard Brown wrote: > Hi All > > I have a couple of images on this site: > http://www.uzellacourtantiques.co.uk/ > http://www.uzellacourtantiques.co.uk/wp-content/themes/antiques/ > style.css > > The first image is the one that sits in the top left. I would

[css-d] Image Placement

2006-01-10 Thread Richard Brown
Hi All I have a couple of images on this site: http://www.uzellacourtantiques.co.uk/ http://www.uzellacourtantiques.co.uk/wp-content/themes/antiques/ style.css The first image is the one that sits in the top left. I would like the image to also appear in all the other corners. Is this possible