[css-d] How to contradict a {left:0;} rule

2006-12-01 Thread Barney Carroll
I'm working on a site where fundamental cross-browser positioning issues have still not been completely ironed out. For one particular object, Firefox, IE7 and the civilised world need to understand this: { position: absolute; left: 0; } But IE6 needs to understand this { position:

Re: [css-d] [solved] How to contradict a {left:0;} rule

2006-12-01 Thread Barney Carroll
Barney Carroll wrote: My conclusion is that I must set the left rule to its default state, which is unspecified. 'left:none' doesn't work, '0' is too much of a specific in this case... Utterly stumped. 'left: auto' - somehow it took me three hours to think of checking the w3 spec. Sorry

[css-d] suckerfish and ie

2006-12-01 Thread info 2m-design.net
Hey   I would build a suckerfish menu but the IE6 means to call a strike. In IE6 the 2nd menu layer was hidden under the next follow menu item... i’d tested to fix it with any combinations of  “z-index” but nothing happens...   i havn’t no more idea and hope one of you could help me...   here the

[css-d] unordered list issues in IE

2006-12-01 Thread Dave Goodchild
Hi all, on this site (unfinished): www.mediamasters.co.uk/dg/xavier/ the nav looks OK in FF but in IE6 the fist link (Programme) is not styled correctly. Any ideas? This is a fixed-width layout as per clientr request and they are not concerned about anything other than FF and IE6. Thanks for any

Re: [css-d] suckerfish and ie

2006-12-01 Thread Ingo Chao
info 2m-design.net wrote: Hey I would build a suckerfish menu but the IE6 means to call a strike. In IE6 the 2nd menu layer was hidden under the next follow menu item... i’d tested to fix it with any combinations of “z-index” but nothing happens... i havn’t no more idea and hope one

Re: [css-d] SOLVEDTwo col with background image - text pushes image

2006-12-01 Thread Miles Thompson
At 10:08 AM 11/30/2006, Miles Thompson wrote: I'm attempting a two column layout for a simple set of web pages: menu on the left, with an image background beneath the menu. The only way I could get the image to display was by putting it in the #wrapper. If I tried to add background-image: to the

[css-d] Style for select box

2006-12-01 Thread Steve LaBadie
Is there a way to get rid of the bulky look of the select box? Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.esu.edu http://www3.esu.edu

Re: [css-d] unordered list issues in IE

2006-12-01 Thread ~davidLaakso
Dave Goodchild wrote: Hi all, on this site (unfinished): www.mediamasters.co.uk/dg/xavier/ the nav looks OK in FF but in IE6 the fist link (Programme) is not styled correctly. Any ideas? The trigger is position: relative to ruleset #column1 ul li a Regards, ~dL --

Re: [css-d] IE6 problem with hover, not showing image

2006-12-01 Thread dimpie
dimpie wrote: I have a problem in Internet Explorer 6. The hover over a thumbnail inside a link is not working [...] You can find the webpage here. http://www.glassbox.nl/deksels/deksels/deksels_verhuur.php 27 validation errors in HTML:

[css-d] Body BG not showing in IE5 Mac

2006-12-01 Thread Kim Brooks Wei
I have a semi-transparent bg graphic produced in photoshop. In the body tag this graphic is laid over a bg color. body { font-size: 75%; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; background: #C6CB81 url('/grfx/blubg.gif') 0 0 repeat; color: #6F9FC0;

[css-d] That Ol' IE6 has me in its spell - menu wise

2006-12-01 Thread Ian Young
I must be going mad. A script that I use for horizontal menus has stopped working in this format. For the life of me I cannot see where I have broken it. Mini test for clarity at http://www.iyesolutions.co.uk/templates/css/menu-test2.html Hope someone can shed light on it. Ian

[css-d] Flash dropdown menus

2006-12-01 Thread Amy Johnson
Is it possible to have Flash dropdown menus that cover up adjacent HTML text? --- On all the browsers (except IE5.0 on Mac and Netscape 4.7 on PC)? I have been struggling with this for days. I got it to the point where it worked on all the major PC and Mac browsers but none of the Linux

[css-d] img size

2006-12-01 Thread Diego Chagastelles
I have an image. I dont know its size, dont know if it has a bigger width or a bigger height, and this is fundamental to fit the image in a div: cause I want the image as big as possible inside the div. How can I do that? __

Re: [css-d] img size

2006-12-01 Thread Chris Williams
Finding out its size is easy, but it depends on the OS. On Mac, just look in the finder. On WinXP, right-click, properties, summary tab, advanced. -Original Message- From: Diego Chagastelles Subject: [css-d] img size I have an image. I dont know its size, dont know if it has a bigger

Re: [css-d] That Ol' IE6 has me in its spell - menu wise

2006-12-01 Thread Ingo Chao
Ian Young wrote: I must be going mad. A script that I use for horizontal menus has stopped working in this format. For the life of me I cannot see where I have broken it. Mini test for clarity at http://www.iyesolutions.co.uk/templates/css/menu-test2.html The suckerfish construct has an ul

Re: [css-d] Site check - logo displaying incorrectly

2006-12-01 Thread Jeralyn Merideth
Thanks for all the great advice. I'm sorry it's taken me so long to respond. I'm in Central MO and we just had a HUGE winter wheather storm blow through and we got 16 of snow!! As soon as I can get back to work (and to my pc files), I'll put all the good advice to work :-) Thanks again,

Re: [css-d] img size

2006-12-01 Thread Kevin Murphy
If you are talking about on the fly on a web server, there are some things in PHP (and I am assuming in other programming languages) that can determine the size of an image. Then you can do the height/width of the CSS style inline rather than in a stylesheet based on the numbers that PHP

[css-d] IE 6 pixel shift

2006-12-01 Thread David Gonzales
Greetings, My previous post was sent as HTML rather than plain text. My apologies to the list. I am new to CSS, and would truly appreciate some help with this first CSS project. In IE 6 the header which contains the logo pushes down the yellow nav bar beneath it by about three pixels. I can't

Re: [css-d] Quirks Mode - IE 6 - image + padding + border - extra markup

2006-12-01 Thread Zoe M. Gillenwater
[EMAIL PROTECTED] wrote: In Quirks Mode, for IE 6, is it possible to get an image to have padding of 10px around, and then a border of 1px without using extra markup such as a div or span around the image? img src=picture.jpg with=200 height=200 class=img-border .img-border { padding:

[css-d] IE6 pixel shift

2006-12-01 Thread David Gonzales
Greetings, I am new to CSS, and would truly appreciate some help with this first CSS project. In IE 6 the header which contains the logo pushes down the yellow nav bar beneath it by about three pixels. I can't seem to figure it out. The page is at

Re: [css-d] How to contradict a {left:0;} rule

2006-12-01 Thread Zoe M. Gillenwater
Barney, I know you solved your problem already, but I wanted to correct something you wrote for your benefit and others who are reading. Barney Carroll wrote: Or at least, in my mind 'right' should override 'left' because you can't have something that is simultaneously specifically

Re: [css-d] Style for select box

2006-12-01 Thread Zoe M. Gillenwater
Steve LaBadie wrote: Is there a way to get rid of the bulky look of the select box? I'm not sure what you're after and what you've tried to get there, but styling form elements is tricky, and sometimes flat out cannot be done. See our wiki for the details:

Re: [css-d] Body BG not showing in IE5 Mac

2006-12-01 Thread Zoe M. Gillenwater
Kim Brooks Wei wrote: I have a semi-transparent bg graphic produced in photoshop. In the body tag this graphic is laid over a bg color. body {font-size: 75%; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; background: #C6CB81 url('/grfx/blubg.gif') 0 0 repeat;

Re: [css-d] img size

2006-12-01 Thread Zoe M. Gillenwater
Diego Chagastelles wrote: I have an image. I dont know its size, dont know if it has a bigger width or a bigger height, and this is fundamental to fit the image in a div: cause I want the image as big as possible inside the div. How can I do that? You could try setting its width to 100%,

[css-d] position of a footer; body bg in IE

2006-12-01 Thread trena
Kimi, I saw Bradley's comments to you, but thought I'd throw in my two cents. One:How do I get the footer to snug up to the bottom of either the content or box divs? I've been able to get this to work in IE 5 Mac using absolute or relative positioning but this doesn't work

[css-d] t-nail and image in FF, not IE

2006-12-01 Thread Joe Harkins
Please look at this page in both IE6 and FF. http://sprangleblog.com The t-nail and the expanded image both display properly in FF. In IE, just a blank space where each should be. I can get the t-nail and the expanded image to display in both IE and FF but that loses the text wrap in both

Re: [css-d] t-nail and image in FF, not IE

2006-12-01 Thread david
Joe Harkins wrote: Please look at this page in both IE6 and FF. http://sprangleblog.com The t-nail and the expanded image both display properly in FF. In IE, just a blank space where each should be. I can get the t-nail and the expanded image to display in both IE and FF but that

Re: [css-d] That Ol' IE6 has me in its spell - menu wise

2006-12-01 Thread Ian Young
Subject: Re: [css-d] That Ol' IE6 has me in its spell - menu wise Ian Young wrote: I must be going mad. A script that I use for horizontal menus has stopped working in this format. For the life of me I cannot see where I have broken it. Mini test for clarity at

[css-d] [w/site]Body BG not showing in IE5 Mac

2006-12-01 Thread Kim Brooks Wei
http://nesbittfuneralhome.com I have a semi-transparent bg graphic produced in photoshop. In the body tag this graphic is laid over a bg color. body { font-size: 75%; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; background: #C6CB81 url('/grfx/blubg.gif') 0 0 repeat;

Re: [css-d] [w/site]Body BG not showing in IE5 Mac

2006-12-01 Thread ~davidLaakso
Kim Brooks Wei wrote: http://nesbittfuneralhome.com [message trimmed] Incidentally, I'd like to know how the background and overall site looks to PC users . . . With regard only to the pc question this is how browsercam sees the page (27 captures):

Re: [css-d] [w/site]Body BG not showing in IE5 Mac

2006-12-01 Thread Philippe Wittenbergh
On Dec 2, 2006, at 7:59 AM, Kim Brooks Wei wrote: http://nesbittfuneralhome.com I have a semi-transparent bg graphic produced in photoshop. In the body tag this graphic is laid over a bg color. body {font-size: 75%; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

[css-d] help with bottom positioning column floats

2006-12-01 Thread Wonderbaby Designs
I have sent a couple of messages but have only gotten one reply so I'm not sure if I'm doing something wrong in my messages, but I hope someone can help me. Here is the design I am trying to create http://www.wonderbabydesigns.com/testing/design.jpg This is what I have so far without the

[css-d] Site Check!

2006-12-01 Thread Jon Hughes
http://americasdepot.com/newsite/securefonts/ Looks pretty good to me, but I do have a problem with the products in the categories, if you make your window smaller and the stamps go to the next line down, it messes everything up. Anyone have a solution for this, and any other tips for improving

Re: [css-d] IE6 pixel shift

2006-12-01 Thread David Hucklesby
On Fri, 1 Dec 2006 13:55:32 -0600, David Gonzales wrote: [...] In IE 6 the header which contains the logo pushes down the yellow nav bar beneath it by about three pixels. I can't seem to figure it out. The page is at http://www.accd.edu/spc/spcmain/applet/120106/default.htm [...] Hi

Re: [css-d] Site Check!

2006-12-01 Thread dannyb
Well on my site i use min-width on the body ... and then presto ... solved .. but not in IE6 (which i am not so strong on for my personal site), but you could use this hack: http://www.dustindiaz.com/min-max-fixed-in-ie7/ good luck: _db, http://nuff-respec.com On Dec 1, 2006, at 11:31

Re: [css-d] help with bottom positioning column floats

2006-12-01 Thread Roger Roelofs
Robin, On Dec 1, 2006, at 8:32 PM, Wonderbaby Designs wrote: I have sent a couple of messages but have only gotten one reply so I'm not sure if I'm doing something wrong in my messages, but I hope someone can help me. Here is the design I am trying to create

Re: [css-d] Site Check

2006-12-01 Thread Richard Brown
Hi All On 29/11/06, Richard Brown [EMAIL PROTECTED] wrote: http://alexander.cregy.net/ http://alexander.cregy.net/wp-content/themes/ThirdSite/style.css Thanks to all who responded. -- Rich http://www.cregy.co.uk Embracing what God does for you is the best thing you can do for him.

[css-d] Datagrids

2006-12-01 Thread Pk
I wish to include my (ASP.NET) datagrid markup in a CSS, but cannot find suitable styles for header , item and alternating item background styles. __ css-discuss [EMAIL PROTECTED]

[css-d] Datagrid class

2006-12-01 Thread Pk
I wish to use the same style for all my datagrids. I think I need to use a class, but my code does not want to accept the word class in the asp.net datagrid tag. How can I implement this in a CSS. __ css-discuss [EMAIL