Re: [css-d] Getting absolutely positioned divs with bottom: auto to end together

2009-05-11 Thread Gunlaug Sørtun
Michael Leibson wrote: www.thinkingmusic.ca/analyses I have used a copy of this page to exemplify one approach to solving your problems... http://www.gunlaug.no/tos/alien/ml/test_09_0511.html http://www.gunlaug.no/tos/alien/ml/test_09_0511_files/styles00.css Are these differences the result

Re: [css-d] Fluid Page + Centered 80% Div + Thumbnails

2009-05-11 Thread Court Kizer
Sorry for the late reply, and why yes. Thank you it is! -ck On May 6, 2009, at 5:33 PM, Tim Snadden wrote: On 7/05/2009, at 11:08 AM, Court Kizer wrote: I have a thumbnail gallery composed of 200px by 200px thumbnails. I put them in a 80% wide DIV and allow them to reflow as the browser

[css-d] UL Menu Causing Separate Issues In IE and Firefox?

2009-05-11 Thread The Ferrett
I'm working on a table-free layout with jQuery-based drop-down megamenus (which have a hover-based trigger that displays a panel). The menus are ULs, though to make it fit underneath the logo they're contained in a DIV set to a display: inline (since otherwise, it doesn't validate). Though the

[css-d] Image bullets and floated images

2009-05-11 Thread Stephen Tang
Hi, I have a div/image that is floated left from the rest of the content. My content consists primarily of p tags and lists. The text needs to wrap below the floated dv/image. This part is not difficult. However, I have a list where the bullets have been replaced with images. When I do this,

Re: [css-d] Image bullets and floated images

2009-05-11 Thread Brian Hazelton
The best that I can come up with is that since it is just a circle and not anything too intricate, you can just use the image as the list-style type...list-style:url(image name); the only problem with this is that the image is not directly in the center of the text. Hope this helps.

Re: [css-d] IE 8

2009-05-11 Thread david
Divya Manian wrote: I have also experienced MultipleIEs have issues with javascript (sometimes CSS). Plus it doesn't work as expected when u install IE 8. I am still looking for a good solution to test IE 6/7/8 in one machine, no luck so far. Linux with VirtualBox and 3 different Windows VM's

Re: [css-d] IE 8

2009-05-11 Thread Ib Jensen
2009/5/11 david gn...@hawaii.rr.com: Divya Manian wrote: I have also experienced MultipleIEs have issues with javascript (sometimes CSS). Plus it doesn't work as expected when u install IE 8. I am still looking for a good solution to test IE 6/7/8 in one machine, no luck so far. Linux with

Re: [css-d] Image bullets and floated images

2009-05-11 Thread Stephen Tang
Hi Bill, What is this style? ul {display:inline!ie;} Is this a browser hack? --Stephen On Mon, May 11, 2009 at 2:56 PM, Bill Brown macnim...@gmail.com wrote: Stephen Tang wrote: [snipped/] list item. Is there any way to get the bullet images next to the list items again?  I don't want to

Re: [css-d] Image bullets and floated images

2009-05-11 Thread Bill Brown
Stephen Tang wrote: [snipped/] list item. Is there any way to get the bullet images next to the list items again? I don't want to jeopardize the text-wrapping either. http://stephentang.info/floattest/test.html Something like this ought to work for you: ~~~ body, ul, p, li, div

Re: [css-d] Getting absolutely positioned divs with bottom: auto to end together

2009-05-11 Thread Michael Leibson
From: Gunlaug Sørtun gunla...@c2i.net To: Michael Leibson michael_mabe...@yahoo.ca Cc: css-d@lists.css-discuss.org Sent: Monday, May 11, 2009 5:56:02 AM Subject: Re: [css-d] Getting absolutely positioned divs with bottom: auto to end together

Re: [css-d] Getting absolutely positioned divs with bottom: auto to end together

2009-05-11 Thread Michael Leibson
Thanks for your generous feedback, Philippe! Some follow-up questions, below. . . To get all containers to ‘conclude’ at the same point, at the bottom of the page, I’ve given their bottom-most elements the margin-bottom measurements required to do that. However, I’m getting unexpected

Re: [css-d] Getting absolutely positioned divs with bottom: auto to end together

2009-05-11 Thread Gunlaug Sørtun
Michael Leibson wrote: www.thinkingmusic.ca/analyses You guys aren't 'mere web developers' -- you're mathematicians! :-) When dealing with browsers that's definitely an advantage. Apart from that; when one has created and modified a few thousand layouts, the only problem is which solution(s)

[css-d] How do you dynamically change the size of graphics on a page?

2009-05-11 Thread Trevor
Aloha! This is my first post, so be kind... Here's a site I've been playing around with: http://orangephile.com Right now the images are created at 150px square, but I list their height and width as 300px. What I would like to know is how can you create CSS code to dynamically change the

Re: [css-d] How do you dynamically change the size of graphics on a page?

2009-05-11 Thread David Laakso
Trevor wrote: Aloha! This is my first post, so be kind... Here's a site I've been playing around with: http://orangephile.com Right now the images are created at 150px square, but I list their height and width as 300px. What I would like to know is how can you create CSS code to

Re: [css-d] How do you dynamically change the size of graphics on a page?

2009-05-11 Thread David Laakso
Trevor wrote: Welcome to the list! CSS deals primarily with look and feel rather than behavior, so dynamic generation using pure css is somewhat limited. But you might consider pure css pop-ups. This is one example by Stu Nicholls. http://www.cssplay.co.uk/menu/photo_not_so_simple#nogo I

Re: [css-d] IE 6 layout issues

2009-05-11 Thread David Bailey
Hi Tim and others, Sorry I have not responded sooner, but have been away. Thanks for the reply and helpful advice. On 07/05/2009, at 10:49 AM, Tim Snadden wrote: 1. Text content: The text drops down below the image on the right instead of being parallel to it. I'm sure I've seen something