Re: [css-d] IE6 and margin problem

2008-10-10 Thread Gunlaug Sørtun
Karlo Lozovina wrote: > http://mosor.net/iebljuv/ > > In FF, Opera and Konqueror the height of the blue box is exactly the > same as the height of the gray DIV. In IE6 the gray DIV is a fex > pixels bigger than it should be, so they don't fit perfectly. Any > ideas what is the problem, and how

Re: [css-d] Standrards Compliance -fine-tuning

2008-10-10 Thread neal
Thanks Pat but I was referring to a different page Now I have two of them: http://www.constructweb.com/seo/a http://www.constructweb.com/seo/b which one do most people think is better for SEO and web standards http://www.constructweb.com/seo/b has a IRT (Image replacement Technique) implemented I

[css-d] IE6 and margin problem

2008-10-10 Thread Karlo Lozovina
Hi everybody, here's an example page of my problem: http://mosor.net/iebljuv/ In FF, Opera and Konqueror the height of the blue box is exactly the same as the height of the gray DIV. In IE6 the gray DIV is a fex pixels bigger than it should be, so they don't fit perfectly. Any ideas what is the p

Re: [css-d] Standrards Compliance -fine-tuning

2008-10-10 Thread pat cope
Neal, at a minimum for SEO, include keywords/phrases searchers might use: 1. Expand your title tag (currently just Construct Web) to include the tagline: Standards-Compliant Web Design / Development 2. Add a description tag Think of these in terms of the highlighted words/phrases that might show in

Re: [css-d] ie6 - image based menu not scrolling with content - when using a fixed position bottom element

2008-10-10 Thread Gunlaug Sørtun
corey deep wrote: > It works fine everywhere except, in ie6 when i applied i to my mockup > the topmenu is not scrolling with the other content. > http://thevenusflytrap.org/ie6/fixed-position-mockup-2.html All 'absolute' and 'relative' positioned elements will be fixed to the window in IE6 wit

Re: [css-d] ie6 - image based menu not scrolling with content - when using a fixed position bottom element

2008-10-10 Thread Alyda Gilmore
I don't think your IE stylesheets are loading. Try: html {overflow-x:auto; overflow-y:hidden;} --- Alyda > From: corey deep <[EMAIL PROTECTED]> > Date: Fri, 10 Oct 2008 12:32:18 -0700 > To: > Subject: [css-d] ie6 - image based menu not scrolling with content - when > using a fixed posi

[css-d] ie6 - image based menu not scrolling with content - when using a fixed position bottom element

2008-10-10 Thread corey deep
Hello all, i'm having a heck of a time here, what I am trying to accomplish is a fixed position element set on the bottom of viewport. It works fine everywhere except, in ie6 when i applied i to my mockup the topmenu is not scrolling with the other content. Any help would be greatly appreciated.

Re: [css-d] A footer that moves to the middle of the screen

2008-10-10 Thread David Hucklesby
On Fri, 10 Oct 2008 08:02:25 +0200, Juan Diaz-Bustamante wrote: > Hello, > > I'm doing a website where container is 960px width and footer is 100% px > width being > the footer out of the container. > The site is long in some pages so when you scroll down you see the footer at > the bottom > as e

Re: [css-d] :active with display: none

2008-10-10 Thread David Hucklesby
On Thu, 9 Oct 2008 10:57:31 -0600, Jack Blankenships wrote: > I can click a link that is displayed "off left." On my test page at > http://www.cssprovingground.com/ there is a link relatively positioned with > left: - > 220px as the first element on the page. I can tab to the link and activate >

[css-d] word-wrap: break-word not working in Firefox

2008-10-10 Thread Vincent Pollard
What do people think the easiest solution is for this problem?" __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discus

Re: [css-d] What's an OP? and other stuff

2008-10-10 Thread Rob Emenecker
> My apologies for being off-topic and my thanks for the > pointers. But what is an OP? Clearly, I am one but a look > in the mirror confirmed general normality. OP = [O]riginal [P]oster of message. > Whenever someone replies to one of my threads, I receive two > copies of each response but

Re: [css-d] IE position problem

2008-10-10 Thread Alan K Baker
I have no issue with any of that below. It's factually correct. What has happened is that some folks have read their own meaning into what I said, which is that (apart from the is the prime and only global element at the start of a document. If you simply add text to it, the text will obey any

Re: [css-d] A footer that moves to the middle of the screen

2008-10-10 Thread Lourens Thalen
Hello, What you should do is create a wrapper of 100% height and 100% width which contains both the footer and #container. html, body { height: 100%; width: 100%; } .wrapper { height: auto !important; height: 100%; min-height: 100%; position: relative; } #container { padding-bottom: height of f

Re: [css-d] border doesn't fill expected area

2008-10-10 Thread Lourens Thalen
Hi Kimi, What page are you talking about? Can we see some of your code and lay-out? Regards, Lourens, The Netherlands 2008/10/10 Kim Brooks Wei <[EMAIL PROTECTED]> > Hi People, > > I have #contentwrap with a border, and expected the border to fill > the entire content area all the way to the b

[css-d] border doesn't fill expected area

2008-10-10 Thread Kim Brooks Wei
Hi People, I have #contentwrap with a border, and expected the border to fill the entire content area all the way to the bottom of the text on this page, but it doesn't. Instead, it stops after h1. Help resolving this issue much appreciated. Kimi -- This email sent by Kimi Wei http://thewei.

Re: [css-d] Embedded SWF isn't linking

2008-10-10 Thread Lourens Thalen
Hi Daniel, Something like this: HTML Put a fake description here for google CSS .flashcontainer { width: 200px; height: 200px; position: relative; } .flashcontainer a{ text-indent: -px; height: 200px; width: 200px; z-index: 2; position; absolute; left: 0px; top: 0px; } .flashfile{ po

Re: [css-d] A footer that moves to the middle of the screen

2008-10-10 Thread Rasal Postill
On Fri, 10 Oct 2008 08:02:25 +0200, Juan Diaz-Bustamante wrote: | Hello, | | I'm doing a website where container is 960px width and footer is 100% px | width being the footer out of the container. | The site is long in some pages so when you scroll down you see the footer at | the bottom as expec