[css-d] IE display problem

2006-06-26 Thread Liz lizCSSlist
Hello, I hope someone can help me. My layout is at http://www.lizdesign.com/test/index.html I'm still struggling through the basics of css layout. I used the code from the equal-height columns of alistapart for my page with adjustments to sizes http://www.alistapart.com/d/holygrail/example_3.htm

Re: [css-d] site check - IE 6 please

2006-06-26 Thread Gunlaug Sørtun
Stephen Karsch wrote: > ok, i'm sort of ashamed to call myself a web developer but i can't > figure this one out... Ok :-) but if that's the criteria, then none of use can use the working-title of 'web developer' ;-) > http://www.webcre8ive.com/ > > on IE6 the body background SOMETIMES disappea

Re: [css-d] site check - IE 6 please

2006-06-26 Thread Bob Boisvert
> IE6 the body background SOMETIMES disappears...on some pages i can > load it up and it looks fine, but then i reload and some of the content > Background is missing... < Steve, I can see what you're talking about in Windows XP Pro IE6, when the page loads. I can go back and forth between page

Re: [css-d] In Opera divs shown behind rather than in front -should I use overflow?

2006-06-26 Thread Gunlaug Sørtun
ed good wrote: > [...] In Opera browsers the navimager and navimagel are shown behind > the other divs. How can I move these two divs to the front? > > Webpage: http://www.villa-corti.com/menus.htm Opera-versions prior to 9 can't layer (stack) floats - using 'position: relative' has no effect. O

Re: [css-d] site check - IE 6 please

2006-06-26 Thread David Laakso
Stephen Karsch wrote: > http://www.webcre8ive.com/ > > on IE6 the body background SOMETIMES disappears...on some pages i can > load it up and it looks fine, but then i reload and some of the content > background is missing... > > any ideas? > thanks! > steve I am not able to reproduce the the pro

[css-d] site check - IE 6 please

2006-06-26 Thread Stephen Karsch
ok, i'm sort of ashamed to call myself a web developer but i can't figure this one out... http://www.webcre8ive.com/ on IE6 the body background SOMETIMES disappears...on some pages i can load it up and it looks fine, but then i reload and some of the content background is missing... any ideas

[css-d] In Opera divs shown behind rather than in front -should I use overflow?

2006-06-26 Thread ed good
The tabsh div and navbar div should always be shown behind the other divs. The navimager and navimagel divs should always be shown in the front. In Opera browsers the navimager and navimagel are shown behind the other divs. How can I move these two divs to the front? Thanks for any pointers

Re: [css-d] Page check please

2006-06-26 Thread David Laakso
Ian Young wrote: > See what you think of this page, which has been converted from table based > template and JavaScript menu > > Seems to zoom in ok, but think it might be breaking at 800x 600 (according > to browsercam). > > http://www.iyesolutions.co.uk/templates/vensite/navtest.html > > http://w

Re: [css-d] Address

2006-06-26 Thread Tom Livingston
How about: .center {text-align:center; margin:0 auto;} or maybe even .center {position:relative; text-align:center; margin:0 auto;} -- Tom Livingston | Senior Multimedia Artist | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com

Re: [css-d] Page check please

2006-06-26 Thread Robert O'Rourke
Ian Young wrote: > thanks, Robert > > Trying to get the logo and the "about" gif to line up and be close together > as per original > > http://www.mambo.in-development-server.co.uk/trossachs/index.php?option=com_ > content&task=view&id=22&Itemid=39 > > This table based template looks ok but the sc

[css-d] Page check please

2006-06-26 Thread Ian Young
See what you think of this page, which has been converted from table based template and JavaScript menu Seems to zoom in ok, but think it might be breaking at 800x 600 (according to browsercam). http://www.iyesolutions.co.uk/templates/vensite/navtest.html http://www.iyesolutions.co.uk/templates/

Re: [css-d] IE 6 - dropdowns over flash require double click

2006-06-26 Thread Jim Berkey
>Any ideas how to not have the doubleclick issue? I'd prefer a single >click. I think you need to embed your swf with javascript to avoid the eolas double-click in IE for instance: http://blog.deconcept.com/swfobject/ __ css-

[css-d] IE 6 - dropdowns over flash require double click

2006-06-26 Thread Tim Ware
There are the usual dropdown-over-flash issues with Safari etc., but this one should work in IE 6 and it's not. You can see it at http://help.hyperarts2.com http://help.hyperarts2.com /_inc/ to see css and javascript Any ideas how to not have the doubleclick issue? I'd prefer a single clic

[css-d] Address

2006-06-26 Thread Scott Hughes
I am working with the address tag/element. The content appears where I want (centered with the horizontal graphic) in my editor but when uploaded to the site, it appears to far to the right. The URL is: http://www.geocities.com/lbphotographs/Lori_Ballard_Photography.html .nav_1 {

[css-d] h4/a right border alignment within td (E.M on CSS p.102)

2006-06-26 Thread Albo Fossa
OOps: Sorry, neglectful post. Context: chapter 5 of book, site: www.ericmeyeroncss.com. Describing html: transition between ch0504.html and ch0505.html. Situation: programmer is presented with a web page in which a web page describes a navigation td at left and a body td at right. The navigation td

[css-d] Liquid equal height columns

2006-06-26 Thread Mark Batty (Gmail)
Hi all So far I've been using the one true layout technique for equal height columns using the extra large negative margin [1], however the advice has been updated to say it can be dangerous [2]. I've also seen an article by Zoe to modify faux columns for liquid layouts [3] as well as other ad