[css-d] follow up on: 'can anyone see my content disappearing'

2007-07-02 Thread kristin
i wrote: i am told that on the wine pages contact page: http://www.tuttobenewines.com/contact.html http://www.tuttobenewines.com/contact.html http://www.tuttobenewines.com/wines-rosso.html http://www.tuttobenewines.com/wines-rosso.html http://www.tuttobenewines.com/wines-bianco.html

Re: [css-d] centering elements via margin: auto

2007-07-02 Thread David Dorward
On 02/07/07, Josue Martinez [EMAIL PROTECTED] wrote: Alan, the problem with that is that, at least as of a few years ago, IE6/Win does not center the container with #container {margin: 0 auto;}, which is why the text-align: center is applied to the body element. Only in Quirks mode.

[css-d] Wordpress Blog Style Question - Page/Screen Width Adjustment

2007-07-02 Thread Christopher Baron
Www.capitalistslog.com. I¹m trying to get the page margins the correct width to accommodate the Google Ads and Search I added. Can¹t seem to get it to go the proper width on the left and the screen/color is off. Chris [EMAIL PROTECTED]

[css-d] a different approach for positioning

2007-07-02 Thread eric
We started building a form generator with a drag and drop interface and hit the often mentioned float versus absolute discussions. I've invented a different approach that has the flexibility of absolute positioning without the negative side effects but need some advice on some specific issues

[css-d] div text centering issue, IE layout issues (gee, really?)

2007-07-02 Thread Ray Leventhal
Hi all, It's always the freebies that give me a headache :) I'm working on a site which amounts to a simple 3 column layout in appearance. My current issues are 1) the text in h1 and h2 aren't centering despite text-align: center; being stated and 2) IE7 drops the 'content' div way down in the

Re: [css-d] Having an Anchor span block level elements

2007-07-02 Thread Mark Kelly
On Monday 02 July 2007 01:34, Robert James wrote: On 7/1/07, Mark Kelly [EMAIL PROTECTED] wrote: On Sunday 01 July 2007 21:50, Robert James wrote: I'd like to have an entire DIV, including H2's, be a hyperlink (A). (Why? Imagine a web app with various panels with can be clicked on).

Re: [css-d] Strange Print Issue

2007-07-02 Thread Robbert van Andel
Thank you, that was exactly the fix I needed. Much appreciated. Robbert From: Robbert van Andel [EMAIL PROTECTED] In particular the text appears outside the borders of the containing division. when printing Can any suggest what I can do to fix this?

Re: [css-d] Does line-height override height in IE6 and lower?

2007-07-02 Thread Rick Faircloth
Hi, Matt... I've been wrestling with a similar issue, although with different elements. I have some lines of text that vertically space well in FF2 and IE7, but IE6 was spacing them too far apart. What solved my problem and got IE6 to react to my line-height spec was to give the containing div

[css-d] IE6 problem; gap or extra margin? in header

2007-07-02 Thread Erik Visser
Thought i could figure it out myself. Checked out positioniseverything for ie bugs. But can't find it. In the header there are 2 images. IE7, Firefox and the others display them ok. But with IE 6 there's a gap under the images. Tried all sorts of adjustments. But the gap won't go. This is the

[css-d] css menus-flash-javascript

2007-07-02 Thread Melinda Odom
Hi, I have this flash working using the javascript but wanted to make it work using either straight css or an iframe. This is the iframe: http://www.usprayercenter.org/test.html The problem is the menus stop going over the flash and hide behind it because it won't validate with wmode or opaque

Re: [css-d] IE6 problem; gap or extra margin? in header

2007-07-02 Thread Kevin Evans
Hey Erik, The space is probably because CSS sometimes treats images as text with the baseline below, acting as space. To get rid of it you either have to add display: block; to the image or a float: left; to the image Kevin On Jul 2, 2007, at 12:31 PM, Erik Visser wrote: Thought i

Re: [css-d] css menus-flash-javascript

2007-07-02 Thread Marcus Taylor
Hi Melinda, I had the same problem on a site I did recently. http://www.televisual.com/festival/ Set the wmode of the Flash movie to transparent and set the z-index of your menus to 100 (or something). Let me know if that works. Marcus Hi, I have this flash working using the javascript

[css-d] iframes - who still uses them

2007-07-02 Thread Ross
Hi, Looking at the last post it got me thinking. Does anyone still use frames or iframes? Is it a valid development technique? R. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

Re: [css-d] iframes - who still uses them

2007-07-02 Thread James Gadrow
Ross wrote: Does anyone still use frames or iframes? Is it a valid development technique? Depending upon what you are doing with them, an iframe may be the only way to achieve a desired effect. Say, you want a webpage with a section of the page that tells you in big, blue letters that you have

Re: [css-d] iframes - who still uses them

2007-07-02 Thread Russ Peters
Hi, Looking at the last post it got me thinking. Does anyone still use frames or iframes? Is it a valid development technique? R. We are using an iframe on our homepage to incorporate a secure page for login purposes. I will say that this has proved to be a challenge with the new

Re: [css-d] iframes - who still uses them

2007-07-02 Thread Daniel Hammond
| Ross wrote: | Does anyone still use frames or iframes? Is it a valid | development technique? | Depending upon what you are doing with them, an iframe may be | the only | way to achieve a desired effect. Say, you want a webpage with | a section | of the page that tells you in big, blue

Re: [css-d] iframes - who still uses them

2007-07-02 Thread Ray Leventhal
Russ Peters wrote: Hi, Looking at the last post it got me thinking. Does anyone still use frames or iframes? Is it a valid development technique? R. We are using an iframe on our homepage to incorporate a secure page for login purposes. I will say that this has proved

[css-d] [ADMIN] Re: iframes - who still uses them

2007-07-02 Thread Zoe M. Gillenwater
Ross wrote: Does anyone still use frames or iframes? Is it a valid development technique? It's not a valid question for this list. This thread is off-topic and needs to end now. Thanks, Zoe Gillenwater css-d list moderator

Re: [css-d] a different approach for positioning

2007-07-02 Thread Alan Gresley
Eric Sol wrote: snip However, IE6 has a problem rendering this CSS when the size of the viewport is changed. After a refresh everything aligns OK so I think this has nothing to do with hasLayout issues. I suspect some form of quirky percentages (see

[css-d] 2 IE7/Vista problems

2007-07-02 Thread Andrew S. Townley
of having the layout with the current ordering is that it still remains usable even without the stylesheet. Screen captures of problem #2 on XP and Vista for comparison: Windows XP: http://www.atownley.org/wip/menu3/ie7-winXPsp2-test-20070702.png Vista: http://www.atownley.org/wip/menu3/ie7-vista-test

Re: [css-d] IE6 problem; gap or extra margin? in header

2007-07-02 Thread Erik Visser
Kevin Evans wrote: Hey Erik, The space is probably because CSS sometimes treats images as text with the baseline below, acting as space. To get rid of it you either have to add display: block; to the image or a float: left; to the image On Jul 2, 2007, at 12:31 PM, Erik Visser

Re: [css-d] div text centering issue, IE layout issues (gee, really?)

2007-07-02 Thread Alan Gresley
Ray wrote: Hi all, It's always the freebies that give me a headache :) I'm working on a site which amounts to a simple 3 column layout in appearance. My current issues are 1) the text in h1 and h2 aren't centering despite text-align: center; being stated and 2) IE7 drops the 'content'

[css-d] nav-bar cross browser issues

2007-07-02 Thread Bryan Hepworth
Hi Everyone I've been staring at this for hours - hopefully a fresh pair of eyes will point me in the right direction. I'm developing a communal website in mambo - but am limited with the number of mysql instances I can have. The mainpage is just a jumping off page to the other sections so

Re: [css-d] div text centering issue, IE layout issues (gee, really?)

2007-07-02 Thread Ray Leventhal
Alan Gresley wrote: Ray wrote: Hi all, It's always the freebies that give me a headache :) I'm working on a site which amounts to a simple 3 column layout in appearance. My current issues are 1) the text in h1 and h2 aren't centering despite text-align: center; being stated and 2)

[css-d] how to manage scroller/scrollbar

2007-07-02 Thread Bob Meetin
See: http://dottedi.biz/codesamples/hs/index.html Also: http://dottedi.biz/codesamples/hs/scroller-o.html The vision is to have the images scroll, as they do, but to butt up against a column on the right. If you widen the browser the column to the right should remain as is and more images

Re: [css-d] 2 IE7/Vista problems

2007-07-02 Thread David Hucklesby
On Mon, 02 Jul 2007 18:45:13 +0100, Andrew S. Townley wrote: I've made some good progress on my menu layout now (see: http://atownley.org/wip/menu3/), but I'm noticing some issues when testing on IE7/Vista that I'm not sure how to tackle. The layout is working properly on: *

Re: [css-d] WinIE Hack please

2007-07-02 Thread David Hucklesby
On Sat, 30 Jun 2007 05:09:10 +0100, Richard Brown wrote: Back to this site again: http://familywealthdifference.com/blog/ http://familywealthdifference.com/blog/wp-content/themes/FWPItheme2/style.css On 01/07/07, David Hucklesby [EMAIL PROTECTED] wrote: Sorry to say, IE7 has problems,

Re: [css-d] iframes - who still uses them

2007-07-02 Thread Ray Gresko
Hi Ross- If you're referring to my IFRAMEs and max height post - I'd love to find a way to use a div with overflow to perform a similar function. My page design is essentially a menu shell that browses through content by setting the target of the iframe. Is there a way to do something similar

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

2007-07-02 Thread Terry Hamel
On 7/2/07, Phil Turner [EMAIL PROTECTED] wrote: Hi Everyone I've put this site live before finishing so need someone to check it out in IE 6 please and let me know if the sites behaving. http://www.philturner-uk.com/index.html I dont think it will be behaving in IE 6and I will certainly

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

2007-07-02 Thread Terry Hamel
I may have misstated myself about IE6 and XML. I just reread Eric Myers picking a rendering mode @ http://www.ericmeyeroncss.com/bonus/render-mode.html in which he states IE6 DOES know how to render any XML mode in standards mode. I just completed a project that required IE6 rendering and I