[css-d] IE and CC problem

2007-04-23 Thread KJ'[EMAIL PROTECTED]
Hi,

On this page http://www.geekministry.com/test/claus/reference1.php I 
wonder why the CC doesn't kick in. The images are too far right in IE6. 
Any help appreciated.

Thanks
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] A few IE problems

2007-06-14 Thread KJ'[EMAIL PROTECTED]
On this page http://www.geekministry.com/index.php I've a few problems 
with various versions of IE.

In IE7 the nav bar is being pushed down about 5px and I just can't 
figure out why.

The same thing apply to IE6 and also a gap between the navbar and the 
midwrapper compared to FF2, Opera and Safari for win.

I know Safari for Win is a beta but is there a fix for the headings not 
being displayed?

Any suggestions?

Thanks a lot.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Trouble with footer on five column layout

2007-07-01 Thread KJ'[EMAIL PROTECTED]
You have a bunch of html errors on your page. Try to fix those and see 
if that helps.

trevor bayliss skrev:
> I am using David Laakso´s Chealseacreekstudio five column layout which can be 
> seen here: http://www.chelseacreekstudio.com/ca/cssd/stuff.html For some 
> reason the footer in firefox doesn´t go to the bottom of the page. Also I 
> would like to move the c1 div (the h3 column) from the left to the right. Any 
> comments greatly accepted as to how I can improve thie css on this page.
>
> The webpage:
>  http://216.219.94.105/stuff.htm
>
>
> TIA
>
>
>
> -
> Need a vacation? Get great deals to amazing places on Yahoo! Travel. 
>
> -
> Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. 
> __
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7 information -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
>   
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Is this possible at all...

2006-08-19 Thread KJ'[EMAIL PROTECTED]
Hi,

I'm trying to get a fixed width div and an elastic div play together 
inside an elastic wrapper div. So now I'm wondering is that possible at 
all?

What I have working is this...

HTML:

This is the content
This is the sidebar



CSS:
#wrapper{margin:0 auto;text-align:left;width:90%;position:relative}
#content {float:left;width:65%;padding:20px 0 40px;line-height:1.5em}
#sidebar { 
padding:10px;width:25%;font-size:.9em;overflow:hidden;float:right;background:#fef1fe;margin:
 
30px 0 20px;}


What I want is the below CSS... but that doesn't work because the 
sidebar drops below the content div. If I put the fixed width sidebar on 
the left and the elastic content div to the right it works fine... but 
that is not what I need.

CSS
#wrapper{margin:0 auto;text-align:left;width:90%;position:relative}
#content {float:left;width:65%;padding:20px 0 
40px;line-height:1.5em;margin-right:320px}
#sidebar 
{padding:10px;width:280px;font-size:.9em;overflow:hidden;float:right;background:#fef1fe}
 


Anyone...?

Kim
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Is this possible at all...

2006-08-19 Thread KJ'[EMAIL PROTECTED]
Hi Eric,

That makes the content div drop below the sidebar... thanks a lot though.

Kim

KJ'[EMAIL PROTECTED] skrev:
> Hi Eric,
>
> That makes the content div drop below the sidebar... thanks a lot though.
>
> Kim
>
> Éric Vesque skrev:
>> KJ'[EMAIL PROTECTED] a écrit :
>>> Hi,
>>>
>>> I'm trying to get a fixed width div and an elastic div play together 
>>> inside an elastic wrapper div. So now I'm wondering is that possible 
>>> at all?
>>>
>>> What I have working is this...
>>>
>>> HTML:
>>> 
>>> This is the content
>>> This is the sidebar
>>> 
>>> 
>>>
>>> CSS:
>>> #wrapper{margin:0 auto;text-align:left;width:90%;position:relative}
>>> #content {float:left;width:65%;padding:20px 0 40px;line-height:1.5em}
>>> #sidebar { 
>>> padding:10px;width:25%;font-size:.9em;overflow:hidden;float:right;background:#fef1fe;margin:
>>>  
>>> 30px 0 20px;}
>>>
>>>
>>> What I want is the below CSS... but that doesn't work because the 
>>> sidebar drops below the content div. If I put the fixed width 
>>> sidebar on the left and the elastic content div to the right it 
>>> works fine... but that is not what I need.
>>>
>>> CSS
>>> #wrapper{margin:0 auto;text-align:left;width:90%;position:relative}
>>> #content {float:left;width:65%;padding:20px 0 
>>> 40px;line-height:1.5em;margin-right:320px}
>>> #sidebar 
>>> {padding:10px;width:280px;font-size:.9em;overflow:hidden;float:right;background:#fef1fe}
>>>  
>>>
>>>
>>> Anyone...?
>>>
>>> Kim
>>
>> Hi Kim,
>> did you try this:
>> HTML:
>> 
>> This is the sidebar 
>> 
>> This is the content
>> 
>> 
>>
>> I think that should work as you want.
>> Regards,
>
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Is this possible at all...

2006-08-20 Thread KJ'[EMAIL PROTECTED]
Excellent. Just what I was looking for. Thank you very much.

Gunlaug Sørtun skrev:
> KJ'[EMAIL PROTECTED] wrote:
>> I'm trying to get a fixed width div and an elastic div play together
>>  inside an elastic wrapper div. So now I'm wondering is that possible
>> at all?
>
> Yes, but you've locked up 'width' too much for your version to work.
> Better take the following (found through the CSS-D WIKI)...
> <http://www.ryanbrill.com/floats.htm>
> ...and modify that until it suits you.
>
> I use that method a lot - like here...
> <http://www.gunlaug.no/contents/main_copyright_sources.html>
> ...but it isn't all that obvious since I have added so much *garbage*
> err... *styleable elements* into the mix :-)
>
> regards
> Georg
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Strange css rules

2006-08-29 Thread KJ&#x27;[EMAIL PROTECTED]
Wonder if anyone can explain what these specific rules does. They are 
from yahoo's new website.

*padding:1px;
_width:140px;


Kim
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Strange css rules

2006-08-29 Thread KJ&#x27;[EMAIL PROTECTED]
Thank you very much... also to others that replied. (mystery solved  :-) )

Craig Cook skrev:
>> *padding:1px;
>> 
>
> This is the "lonestar hack" which sends declarations only to IE5 (in
> both Windows and MacOS 9, it seems).
> http://www.media451.com/experiments/css/hacks/ie_star.html
>
>   
>> _width:140px;
>> 
>
> This is the "underscore hack" which sends declarations to IE5 and IE6
> in Windows (fixed in IE7).
> http://wellstyled.com/css-underscore-hack.html
>
>   
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] CSS table display for IE

2006-10-28 Thread KJ&#x27;[EMAIL PROTECTED]
Hi Amy,

Maybe you could use this method somehow 
http://tjkdesign.com/articles/make_an_html_list_look_like_a_table.asp

Kim

Amy M Ostrom skrev:
>   Dear CSSers:
>  
>  I am having the darndest time getting my image and text to sit next to each 
> other.  I finally just used the display:table and display:table-cell and have 
> it working beautifully in Firefox, but of course these are not available in 
> IE.  Does anyone know a good fix for this?  I will send a link, but please 
> disregard the rest of the site outside the "booklist" box please (unless you 
> think that is what is screwing with my booklist layout!). I really appreciate 
> the help!
>  
>  http://www.jocolibrary.org/files2/test/teens2/careers/wages/
>  
>  PS The CSS for the booklist is here: 
> http://www.jocolibrary.org/files2/test/teens2/s/templates.css
>   
>   
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] IE problem

2006-12-27 Thread KJ&#x27;[EMAIL PROTECTED]
Hi,

Hope you all had a good x-mas. My problem is I can't figure out why the 
images are being cut off (the nav that is) and it looks fine in FF and 
Opera. Any suggestion appreciated. http://geekministry.com/test/

Thanks
Kim
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Second Look - Outdoor Image

2007-01-20 Thread KJ&#x27;[EMAIL PROTECTED]
Hi Keith,

In additions to Gunlaug's reply your topnav brakes too in FF 2. The 
contact link goes below the nav.

Kim
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Mac pagecheck

2007-01-20 Thread KJ&#x27;[EMAIL PROTECTED]
Hi List,

I was told that this page doesn't look good in Mac OS9/IE5. I'm not 
worried about that but I would like to hear if it has any problems in 
more recent Mac browsers?

http://geekministry.com/cj/index.htm and just the index page is working.

Thank you
Kim
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Second Look - Outdoor Image

2007-01-20 Thread KJ&#x27;[EMAIL PROTECTED]
Hi Keith,

In additions to Gunlaug's reply your topnav brakes too in FF 2. The 
contact link goes below the nav.

Kim


Keith Burgin skrev:
> Thanks everyone for the initial site check -
>
> Could I talk a few of you into giving the site a second look now that  
> it's live?  Opinions welcome, even if you just don't like the color  
> scheme.  If it's off-topic, please e-mail me directly.
>
> http://www.outdoorimage.com
>
> Thanks very much.
>
>
> Keith Burgin
> [EMAIL PROTECTED]
>
> ___
> Note: This e-mail and its contents are private  and intended for  
> viewing only by the person for whom they were intended.  If you  
> recieved this e-mail by accident, and are not the person for whom it  
> was intended, please excuse the interruption.  It was not intended.
>
>
>
> __
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7 information -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
>   
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Mac pagecheck

2007-01-20 Thread KJ&#x27;[EMAIL PROTECTED]
Hi List,

I was told that this page doesn't look good in Mac OS9/IE5. I'm not 
worried about that but I would like to hear if it has any problems in 
more recent Mac browsers?

http://geekministry.com/cj/index.htm and just the index page is working.

Thank you
Kim
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Ahhh! Why can't I find you? Degrading Popup (CSS only?)

2007-01-22 Thread KJ&#x27;[EMAIL PROTECTED]
This works very well 
http://tjkdesign.com/articles/popup_window_with_no_extra_markup.asp

Jon Hughes skrev:
> I would prefer to keep this CSS only, but I'm not sure I can.
>
> Basically, I have this page:
> http://goonsquad.org/hosting
>
> The little "help" buttons bring you to a new page (in a new window/tab) with
> that question focused (via an anchor) ... I don't like that.  I personally
> hate when sites open new tabs/windows, especially when it's on the same
> domain.  But I can't make it load in a single window, because that would
> take them away from the hosting page.
>
> What I need, is an floating popup on hover, basically, but every time I try
> to do it in just CSS, it activates when I go near it - I just can't find the
> suitable solution.
>
> Basically, I want it to pop up when CSS is enabled, but if you don't have
> CSS enabled, I want it to go to the new page (as far as I can tell, that is
> the best solution, unless someone here has a better idea)
>
> I'm sure there is something out there like this... it's not exactly
> suckerfish, but it's close.
>
> Help? :(
>
> __
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7 information -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
>   
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] test

2007-01-26 Thread KJ&#x27;[EMAIL PROTECTED]
Testing
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Header BG or IMG not lined up

2006-04-30 Thread KJ&#x27;[EMAIL PROTECTED]
Hi,

Not quite sure which one is not lined up...the header background image 
or the image in the header div. Page is here 
http://geekministry.com/mrball/motorised/index.htm

Would anyone care to explain?

Thanks
Kim
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Header BG or IMG not lined up (PROBLEM SOLVED)

2006-04-30 Thread KJ&#x27;[EMAIL PROTECTED]
Thanks a lot Francky.

francky wrote:
> KJ'[EMAIL PROTECTED] wrote:
>
>> Hi,
>>
>> Not quite sure which one is not lined up...the header background 
>> image or the image in the header div. Page is here 
>> http://geekministry.com/mrball/motorised/index.htm
>>
>> Would anyone care to explain?
>>
>> Thanks
>> Kim
>> __
>>  
>>
> Hi Kim,
> It's the image which is to high positioned (shows a screenshot viewed 
> in a paint program), but it is IE only going wrong (as usual...). FF, 
> Opera and so on do it right.
> Playing a bit with the height of the #header can solve it, without 
> harm for the rest.
> See testpage:
> http://home.tiscali.nl/developerscorner/css-discuss/test-mr.ball.htm
>
> Greetings,
> francky
>
>
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Postion : relative + absolute

2006-05-09 Thread KJ&#x27;[EMAIL PROTECTED]
Hi Marcelo,

I don't know if this makes any difference but you need to close this 
one...  Hi list,
>
> I'm developing a web site ( you can check it out at
> http://work.grillo.tk/vilarigno/home.html ), and I'm pretty rusted
> with css ( almost 8 month without coding ), and I need a little help
>
> I have an element, the badge that says "faça seu pre cadastro", that I
> need to be over some other elements, so I thought about declaring it
> with position:absolute.
>
> But I need it to be at a certain position from other element ( I
> remember seeing something like this in the web before, I think ). I
> need this so when the user with low resolution, scroll the page, the
> badge will be on the same position where it started.
>
> Is this the best approach to do this ?
>
> Can someone spare a tip on how to achieve this effect ?
>
> TIA
>
> Grillo
> __
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
>   
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/