Re: [WSG] Problem getting IE to behave

2007-06-16 Thread Kim Kruse

Hi Felix,

I don't get offended and I'm sorry to hear you are getting upset because 
that was not my intension to upset people with me new design. But if it 
does I'll just have to live with that. Anyway I'm glad that I least 
inspired you to get started on your Lip service page.

Have a great weekend
Kim


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Problem getting IE to behave

2007-06-15 Thread Puneet Sakhuja

menubox {
   height: 33px;
   width: 530px;
   padding-top: 242px;
}

here, try using margin, instead of padding
or try display:inline in this block

regards
puneet

On 6/15/07, Kim Kruse [EMAIL PROTECTED] wrote:


Hi,

On this page http://www.geekministry.com/index1.php I've a problem
getting the navbar to sit where I want it. If you look in FF/Opera
you'll see how it should look. I just can't figure out what is causing
the drop in IE and would really appreciate if someone could point me in
the right direction.

Thank you very much and have a great weekend

Kim


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Problem getting IE to behave

2007-06-15 Thread Kim Kruse




Hi Puneet,

Thanks for your reply. Using margin makes the menu jump to the top of
the page instead and display:inline didn't work either. The funny thing
is it looks like the images are being cut off somehow and if I change
the #menubox to have a padding of 230 px that works in IE but if I do
the same with a CC it doesn't have any effect. ARGH if I may say so...

Kim

Puneet Sakhuja skrev:
menubox
{
 height: 33px;
 width: 530px;
 padding-top: 242px;
}
  
here, try using margin, instead of padding
or try display:inline in this block
  
regards
puneet
  
  On 6/15/07, Kim Kruse [EMAIL PROTECTED] wrote:
  Hi,

On this page http://www.geekministry.com/index1.php
I've a problem
getting the navbar to sit where I want it. If you look in FF/Opera
you'll see how it should look. I just can't figure out what is causing

the drop in IE and would really appreciate if someone could point me in
the right direction.

Thank you very much and have a great weekend

Kim


***

List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm

Help: [EMAIL PROTECTED]
***


  
  
  
  
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfmHelp: [EMAIL PROTECTED]***



RE: [WSG] Problem getting IE to behave

2007-06-15 Thread Thierry Koblentz
 On Behalf Of Kim Kruse
 On this page http://www.geekministry.com/index1.php I've a problem
 getting the navbar to sit where I want it. If you look in FF/Opera
 you'll see how it should look. I just can't figure out what is causing
 the drop in IE and would really appreciate if someone could point me in
 the right direction.

Hi Kim,
In IE, the As cut-off the bottom of the images. You could go with
overflow:visible, but I think giving them a specific height will work
better for you, so try height:39px
Make sure to set enough specificity

---
Regards,
Thierry | www.TJKDesign.com






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] Problem getting IE to behave

2007-06-15 Thread Kepler Gelotte
Hi,

The problem is in the javascript function TJK_tipMenu() in external.js.

Add the following line:

z_IMG.style.top=0;

after the line:

z_IMG.style.left=0;

Regards,
Kepler Gelotte

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Thierry Koblentz
Sent: Friday, June 15, 2007 11:47 AM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] Problem getting IE to behave

 On Behalf Of Kim Kruse
 On this page http://www.geekministry.com/index1.php I've a problem
 getting the navbar to sit where I want it. If you look in FF/Opera
 you'll see how it should look. I just can't figure out what is causing
 the drop in IE and would really appreciate if someone could point me in
 the right direction.

Hi Kim,
In IE, the As cut-off the bottom of the images. You could go with
overflow:visible, but I think giving them a specific height will work
better for you, so try height:39px
Make sure to set enough specificity

---
Regards,
Thierry | www.TJKDesign.com






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Problem getting IE to behave

2007-06-15 Thread Kim Kruse




Hi Thierry,
I'm a little confused what you mean with "them"! Is it the id's for
each button? I guess the specificity matter is obvious once I know who
"they" are :)
Thanks a lot.

Kim

Thierry Koblentz skrev:

  
On Behalf Of Kim Kruse
On this page http://www.geekministry.com/index1.php I've a problem
getting the navbar to sit where I want it. If you look in FF/Opera
you'll see how it should look. I just can't figure out what is causing
the drop in IE and would really appreciate if someone could point me in
the right direction.

  
  
Hi Kim,
In IE, the As cut-off the bottom of the images. You could go with
"overflow:visible", but I think giving them a specific height will work
better for you, so try "height:39px"
Make sure to set enough specificity

---
Regards,
Thierry | www.TJKDesign.com






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



  




***List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfmHelp: [EMAIL PROTECTED]***



RE: [WSG] Problem getting IE to behave

2007-06-15 Thread Thierry Koblentz
 On Behalf Of Kim Kruse

 I'm a little confused what you mean with them! Is it the id's for each
button?
 I guess the specificity matter is obvious once I know who they are :)

I'm talking about the As. What wraps your images. 

---
Regards,
Thierry | www.TJKDesign.com






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Problem getting IE to behave

2007-06-15 Thread Kim Kruse




Hi Kepler,
That was effective :) Thanks a lot.

Kim

Kepler Gelotte skrev:

  Hi,

The problem is in the _javascript_ function TJK_tipMenu() in external.js.

Add the following line:

z_IMG.style.top="0";

after the line:

z_IMG.style.left="0";

Regards,
Kepler Gelotte

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Thierry Koblentz
Sent: Friday, June 15, 2007 11:47 AM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] Problem getting IE to behave

  
  
On Behalf Of Kim Kruse
On this page http://www.geekministry.com/index1.php I've a problem
getting the navbar to sit where I want it. If you look in FF/Opera
you'll see how it should look. I just can't figure out what is causing
the drop in IE and would really appreciate if someone could point me in
the right direction.

  
  
Hi Kim,
In IE, the As cut-off the bottom of the images. You could go with
"overflow:visible", but I think giving them a specific height will work
better for you, so try "height:39px"
Make sure to set enough specificity

---
Regards,
Thierry | www.TJKDesign.com






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



  




***List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfmHelp: [EMAIL PROTECTED]***



Re: [WSG] Problem with IE 5

2004-08-05 Thread Ben Bishop
Hi Giles,

 but when using IE 5 the headlins in the main body slip under the nav bar.
 Is there a quick hack for this or have I made a fundamental cock-up at the
 outset with my code?

It's all you :) I'm guessing the reason IE5 hides your headings is the
top:1px; in your #centreblock. When you absolutely position
something, it's positioned in relation to its containing block.

The browser is positioning this div 1 pixel from the top of the body
and your header sits over it thanks to its higher z-index value.

Looking at your document structure, consider using floats instead of
absolute positioning.

These two tutorials by Russ might float your boat:
http://css.maxdesign.com.au/floatutorial/tutorial0901.htm
http://www.maxdesign.com.au/presentation/process/index_step05.cfm

Regards,
Ben
**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



RE: [WSG] Problem with IE

2004-05-19 Thread Mike Pepper



Hi 
Kim,

Drop 
in a clipped backgroundgif of the same colourfor the nav container 
on the CSS to the same width - 170px - but a few hundred px deep without 
overflow and all be well. I see you're using non break spaces to pad the depth 
but that will always be a fudge because once the window is resized (narrowed) 
your copy block will force the footer down and you're back to square 
one.

It's a 
pig to make divs expand to the footer. This is just one, simple and effective 
and lightweight (a few bytes), solution.

Mike 
Pepper
Accessible Web Developer
www.seowebsitepromotion.com

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Kim 
  KruseSent: 19 May 2004 09:22To: 
  [EMAIL PROTECTED]Subject: [WSG] Problem with 
  IE
  Hi,
  
  I don't know if this question is appropriate to 
  post here... but now I've done it.
  
  On this page http://www.pagemakers.dk/divtest/test.htmI 
  have a problem viewing in IE 6. On the left side there is about 10-15 px space 
  between #navcontainer and #footer and I can't figure out why. (CSS here http://www.pagemakers.dk/divtest/mouseriders.css)
  
  Could someone please have a look and 
  maybewhat the solution might be... if there is one. I would really 
  appreciate it.
  
  Thank you
  Kim