Re: [css-d] My Last (I Think) IE7 Bug

2006-09-11 Thread Chris Williams
THAT'S IT! That fixed it. Super, thanks so much. Chris -Original Message- From: Tony Crockford [mailto:[EMAIL PROTECTED] Subject: Re: [css-d] My Last (I Think) IE7 Bug apply position: relative; to the h5 and all will be okay. ___

Re: [css-d] My Last (I Think) IE7 Bug

2006-09-11 Thread Tony Crockford
Chris Williams wrote: > The reason why I do it is because then I'd have to have the .box (with > no padding) and then some bogus internal container (.inbox??) that has > some margin on it. And it would have to be everywhere there is a box > (like all over the site), as every box has this padding.

Re: [css-d] My Last (I Think) IE7 Bug

2006-09-11 Thread Chris Williams
I fixed the silly thing, don't know how that happened... Validates now, both the HTML and the CSS. As for negative margins... It's funny that it works in IE7 on all borders, except the bottom one? This makes me think this is a red herring... The reason why I do it is because then I'd have to h

Re: [css-d] My Last (I Think) IE7 Bug

2006-09-11 Thread Tony Crockford
Tony Crockford wrote: > Chris Williams wrote: >> Thanks for the reply. >> >> Funny, the "convoluted use of negative margins" is all over the place, and I >> got it from a couple of different references, both books and example sites. >> And it works in every browser on the planet... Except IE7?? >

Re: [css-d] My Last (I Think) IE7 Bug

2006-09-11 Thread Tony Crockford
Chris Williams wrote: > Thanks for the reply. > > Funny, the "convoluted use of negative margins" is all over the place, and I > got it from a couple of different references, both books and example sites. > And it works in every browser on the planet... Except IE7?? I've never seen it used in tha

Re: [css-d] My Last (I Think) IE7 Bug

2006-09-11 Thread Chris Williams
Thanks for the reply. Funny, the "convoluted use of negative margins" is all over the place, and I got it from a couple of different references, both books and example sites. And it works in every browser on the planet... Except IE7?? As for the thing, not sure how that happened, but it will get

Re: [css-d] My Last (I Think) IE7 Bug

2006-09-11 Thread Tony Crockford
Chris Williams wrote: > I'm sure it's obvious, and I'm sure it's somewhere in the Wiki pages on > IE7, but I can't find it. It's related to your convoluted use of negative margins to overcome padding on the box. the fix is to remove padding from the .box and add margin to the elements inside t

Re: [css-d] cannot get side shadows for outer div to display right in FF

2006-09-11 Thread Bruce Gilbert
> > >Yes :-) > > >Add borders on the following elements and you'll see better > > >#outer_div{ > >height: 100%; > >margin-left: auto; > >margin-right: auto; > >width:58em; > >border:1px solid lime > >} > > >#shadow_container{ > >margin:0; > >padding:0; > >width:62em; > >border:1px solid red > } > >

Re: [css-d] Position links on Image bugs

2006-09-11 Thread Tim Kadlec
Eleanor, Welcome to the list and welcome to the wonderful, exciting and never ever frustrating world of using CSS. You were right. The problem did lie in the way you were doing the top navigation. I would recommend slightly modifying your html and css to make it a little easier on yourself.

[css-d] site check, please - cchy website

2006-09-11 Thread Kay C. Tien
Hi All, Why do I keep having this problem with IE PC having an extra gap? http://kt1.clarityconnect.net/cchy/index.html I've checked it on FF, SeaMonkey, Opera on Win XP, and Safari, FF, and IE on the MAC OS X. They're all fine, but in IE on Win XP, I have this gap between the menu buttons an

Re: [css-d] cannot get side shadows for outer div to display right in FF

2006-09-11 Thread Philippe Wittenbergh
Bruce, On Sep 12, 2006, at 11:23 AM, Bruce Gilbert wrote: > I am attempting to create a CSS based page which is centered within a > browser window and has a shadow effect on the outer div repeating > vertically > down the left and right sides. I have this looking decent in IE, > but in > Moz

Re: [css-d] cannot get side shadows for outer div to display right in FF

2006-09-11 Thread Philippe Wittenbergh
Bruce, On Sep 12, 2006, at 11:23 AM, Bruce Gilbert wrote: > I am attempting to create a CSS based page which is centered within a > browser window and has a shadow effect on the outer div repeating > vertically > down the left and right sides. I have this looking decent in IE, > but in > Mozil

Re: [css-d] ie showing background image, but not other styles

2006-09-11 Thread francky
Gunlaug Sørtun wrote: >Eystein Alnaes wrote: > > >>Thanks. I'm testing in XP, but still having the same problem. Does >>this happen here too? (the full page) >>http://files.nho.no/rayon/site/arbeidsliv.phtml >> >> >No highlighting in IE6 on win2K, because 'a:link' is the wrong status as >IE

[css-d] cannot get side shadows for outer div to display right in FF

2006-09-11 Thread Bruce Gilbert
Hello, I am attempting to create a CSS based page which is centered within a browser window and has a shadow effect on the outer div repeating vertically down the left and right sides. I have this looking decent in IE, but in Mozilla/FF it is really screwy looking with the shadow not fitting the l

Re: [css-d] displayproblem IE mac and win

2006-09-11 Thread francky
beat.beer wrote: >Hi Folks > >in this site http://www.stardesign.ch/startup1/ueber.html >I have a display problem in IE win and mac. > > Hi Beat, ... and in FF ... (screenshot ) ! >While in IE/WIN the is

Re: [css-d] displayproblem IE mac and win

2006-09-11 Thread Philippe Wittenbergh
On Sep 12, 2006, at 4:27 AM, beat.beer wrote: > in this site http://www.stardesign.ch/startup1/ueber.html > I have a display problem in IE win and mac. > > While in IE/WIN the is pushed almost to the top of the > , in IE/Mac it is pushed at the bottom of the > > > this is the html > > > star

Re: [css-d] how to prevent two divs to break line?

2006-09-11 Thread Roger Roelofs
Patrick, On Sep 11, 2006, at 6:00 PM, Patrick Aljord wrote: > On 9/11/06, Roger Roelofs <[EMAIL PROTECTED]> wrote: >> Without a test page, I can't be sure.  The first thing I would try is >> to add width: 24%; to #regions.  If that doesn't work, put up a test >> page and we'll try to give you a b

[css-d] Position links on Image bugs

2006-09-11 Thread Eleanor Hand
Hello, This is my first post to this forum so let me say thank you for taking the time to look at this. I have decided to try and create a client website using CSS positioning as the main layout and design. Of course the learning curve is huge and I'm stuck. So here I am. I am having severa

[css-d] My Last (I Think) IE7 Bug

2006-09-11 Thread Chris Williams
I have been testing with IE 7 and have fixed most of my issues. But I have found something I can't nail. Would appreciate the wisdom of those here. If you look at my site (http://www.clwill.com ), you will see that I use H5 headers to be a "footer" in the boxes I draw

Re: [css-d] Underlining across varied elements?

2006-09-11 Thread Gunlaug Sørtun
Anne E. Shroeder wrote: > http://www.language-works.com/swimdesign/no-tables.htm > Part of the trouble is that I'm using a to get the second row of > tabs down below the first row of tabs. Any ideas at all? Sure, use margins and borders on existing elements, and place suitable elements at the

[css-d] I'm lost on this IE glitch, help appreciated

2006-09-11 Thread Stuart Swan
Hi List, I've come across an error in IE, on this page http://www.stuartswan.com/v6/index.php on the part that says 'You are in: Home' it has a background image 400 pixels wide, in Firefox it looks perfect and attaches to both sidebars nicely but in IE it has a bit of padding on either side. Page

Re: [css-d] Expanding column 3 for Layoutgala 34

2006-09-11 Thread Ingo
On Mon, 11 Sep 2006 13:23:26 +0200 Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: Hey Francky and Gunlag, thanks a lot for both your input! > >> I understand fiddling mindlessly around can crash the whole design > >> (which I don't fully grasp yet) and it's browser compatibility, > > Don't be afraid

Re: [css-d] Underlining across varied elements?

2006-09-11 Thread Ann Adamcik
- Original Message I've had some terrific help from people on this list with regard to rounded tabbing effects and I'm very grateful! I'm now at the next stage of trying to get an underline to go across from label, under tabs, and all the way to the right hand side of the container.

[css-d] displayproblem IE mac and win

2006-09-11 Thread beat.beer
Hi Folks in this site http://www.stardesign.ch/startup1/ueber.html I have a display problem in IE win and mac. While in IE/WIN the is pushed almost to the top of the , in IE/Mac it is pushed at the bottom of the this is the html startupper.ch Preisgünstige, professionelle Angebote fuer

Re: [css-d] site check: squibbles

2006-09-11 Thread cj
On 9/11/06, Mike Botsko <[EMAIL PROTECTED]> wrote: > http://www.mysquibbles.com > > > For now the text size is fixed with PX, so I know I'm going to have problems > with text sizes. at least if it's fixed (for now), it's large enough to read well (for me at least)! first, i think the site's col

[css-d] Safari acting up with horizontal menus

2006-09-11 Thread richard n
Hi Trying to create a simple navigation menu for my side-scrolling photo gallery. I've played with dropdowns, but given up on them because they seem buggy (also I decided I didn't like the look of them). Now trying something that is hopefully a bit simpler - a 2 line horizontal menu. Main se

Re: [css-d] background color issues

2006-09-11 Thread ~davidLaakso
RKN Studio wrote: > Thanks David. That took care of the 'space' I was getting in IE 6 - I > appreciate the help. > > The background-color warning happens when I validate the CSS. My file > passes validation, but warns about this div's bg-color. In my css, I > have: > ... > div#wrap { > wi

Re: [css-d] application/xhtml+xml: background-color disappears!

2006-09-11 Thread Dave Pierce
Nick nicely noted: > If you look at http://nicku.org/index.shtml you will see the body > background-color is a light greeny colour #e5f5e9, but if you look at > http://nicku.org/index.sxhtml in firefox 1.5.0, you will see that the > background-color is missing. (If you look at http://nicku.org/ y

[css-d] Underlining across varied elements?

2006-09-11 Thread Anne E. Shroeder
I've had some terrific help from people on this list with regard to rounded tabbing effects and I'm very grateful! I'm now at the next stage of trying to get an underline to go across from label, under tabs, and all the way to the right hand side of the container. This is the current version, w

[css-d] site check: squibbles

2006-09-11 Thread Mike Botsko
http://www.mysquibbles.com For now the text size is fixed with PX, so I know I'm going to have problems with text sizes. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- ht

Re: [css-d] Site check

2006-09-11 Thread Cecil Ward
RE: Site check you requested on www.theheetproject.org.uk Hi Tim, This is a very nice looking site. Really excellent. I took a _very brief_ look in IE7 RC1, Firefox 1.5, Opera 9, LynxViewer and a number of other tools. A couple of suggestions for you to consider. 1) Source order: I prefer not t

Re: [css-d] ie showing background image, but not other styles [SOLVED]

2006-09-11 Thread Gunlaug Sørtun
Eystein Alnaes wrote: > Problem solved! And as I expected, the main problem was 50 cm in > front of the screen :/ :-) Are you _that close_ to the screen..? I can't work properly unless I am at least 130cm from the screens - all 6 of them ;-) Georg -- http://www.gunlaug.no __

Re: [css-d] ie showing background image, but not other styles [SOLVED]

2006-09-11 Thread Eystein Alnaes
> No highlighting in IE6 on win2K, because 'a:link' is the wrong status as > IE sees it (it has already visited the page when it's loaded :-) ) > > Changing it to... > body#arbeidsliv #mainNav ul li.arbeidsliv a { > ...seems to cover it, and works fine on a local copy - same in IE6, > Firefox 1.5.

[css-d] styling the legend element

2006-09-11 Thread Paul Collins
Hi all, I know CSS support for the legend element is currently minimal, but I was wondering if anyone has ever managed to float it left in the major browsers? In particular, IE5+, Firefox, Safari. I've got a graphic title inside which I have also floated left, was hoping I could override the

[css-d] Fixing things in IE

2006-09-11 Thread Stefan Nagtegaal
Hi list, I'm building a new layout around some CMS I use. Now, the ayout i finished, I want to fix it's appearance in IE first before going further and spice up some more things.. IMO the best way todo this is with the allknown conditional CSS tags Microsoft browsers offer for fixing the dis

Re: [css-d] displayproblem in IE Mac

2006-09-11 Thread Philippe Wittenbergh
On Sep 11, 2006, at 6:14 PM, beat.beer wrote: > I hhave a strange displayproblem in IE Mac. > > My content_right is not being display a side od content_left in > this site > > http://www.stardesign.ch/startup1/angebot.html > > I've tired to manage it by float left and right as well as I have

Re: [css-d] CSS 3 Attribute selector - javascript workarounds for IE?

2006-09-11 Thread Christian Heilmann
> >I want to use the CSS-3 attribute selector to hide a certain select > >element - naturally, selecting elements based on their attributes is not > >supported by IE6 and below, but I was wondering whether anyone has seen any > >simple javascript solutions for this? > > This is actually a CSS 2 fe

Re: [css-d] ie showing background image, but not other styles

2006-09-11 Thread ~davidLaakso
Eystein Alnaes wrote: >> I'm using the body-id with link-class to highlight the current page, but IE >> > > >>> (surprise) chokes on it. Showing the backgroundimage, and font-weight, >>> >> but >> >>> none of the other styles. The nearest I've got to a fix was taking away >>>

Re: [css-d] ie showing background image, but not other styles

2006-09-11 Thread Gunlaug Sørtun
Eystein Alnaes wrote: > Thanks. I'm testing in XP, but still having the same problem. Does > this happen here too? (the full page) > http://files.nho.no/rayon/site/arbeidsliv.phtml No highlighting in IE6 on win2K, because 'a:link' is the wrong status as IE sees it (it has already visited the pag

Re: [css-d] ie showing background image, but not other styles

2006-09-11 Thread Eystein Alnaes
>I'm using the body-id with link-class to highlight the current page, but IE > >(surprise) chokes on it. Showing the backgroundimage, and font-weight, > but > >none of the other styles. The nearest I've got to a fix was taking away > all > >parent divs, which worked once, but not again. Are you se

Re: [css-d] CSS 3 Attribute selector - javascript workarounds for IE?

2006-09-11 Thread Bjoern Hoehrmann
* Smith, James wrote: >I want to use the CSS-3 attribute selector to hide a certain select >element - naturally, selecting elements based on their attributes is not >supported by IE6 and below, but I was wondering whether anyone has seen any >simple javascript solutions for this? This is actually

Re: [css-d] ie showing background image, but not other styles

2006-09-11 Thread francky
Eystein Alnaes wrote: >I'm using the body-id with link-class to highlight the current page, but IE >(surprise) chokes on it. Showing the backgroundimage, and font-weight, but >none of the other styles. The nearest I've got to a fix was taking away all >parent divs, which worked once, but not again

[css-d] CSS 3 Attribute selector - javascript workarounds for IE?

2006-09-11 Thread Smith, James
Hi there, I want to use the CSS-3 attribute selector to hide a certain select element - naturally, selecting elements based on their attributes is not supported by IE6 and below, but I was wondering whether anyone has seen any simple javascript solutions for this? (I am unable to add a cla

Re: [css-d] Expanding column 3 for Layoutgala 34

2006-09-11 Thread Gunlaug Sørtun
>> [...]I played around with >> http://blog.html.it/layoutgala/LayoutGala34.html >> I understand fiddling mindlessly around can crash the whole design >> (which I don't fully grasp yet) and it's browser compatibility, >> > > Don't be afraid for trial and error, that's the way to learn! ;-) In

[css-d] ie showing background image, but not other styles

2006-09-11 Thread Eystein Alnaes
I'm using the body-id with link-class to highlight the current page, but IE (surprise) chokes on it. Showing the backgroundimage, and font-weight, but none of the other styles. The nearest I've got to a fix was taking away all parent divs, which worked once, but not again. Are you seeing the same i

Re: [css-d] Expanding column 3 for Layoutgala 34

2006-09-11 Thread francky
Ingo wrote: >Hi list, > >I am a CSS newbie, > Hi Ingo, Welcome to the list! Now we have at least 2 Ingo's from .de. :-) >and rely a bit on example frameworks found on the >net. I played around with > >http://blog.html.it/layoutgala/LayoutGala34.html > >of Alessandro Fulcinitis LayoutGala, and li

[css-d] IE5 problem with menus

2006-09-11 Thread Nick Urbanik
Dear Folks, The menus here: http://camwest.pps.com.au/ jump about in IE5, but these menus: http://nicku.org/ seem to work fine in IE5. I wrote both, basing the html and css on the code in http://www.tanfa.co.uk/css/examples/menu/vs7.asp. Can anyone suggest why http://nicku.org/ works and http:/

[css-d] displayproblem in IE Mac

2006-09-11 Thread beat.beer
Hi Folks I hhave a strange displayproblem in IE Mac. My content_right is not being display a side od content_left in this site http://www.stardesign.ch/startup1/angebot.html I've tired to manage it by float left and right as well as I have it now. #content { color: #333;

[css-d] Expanding column 3 for Layoutgala 34

2006-09-11 Thread Ingo
Hi list, I am a CSS newbie, and rely a bit on example frameworks found on the net. I played around with http://blog.html.it/layoutgala/LayoutGala34.html of Alessandro Fulcinitis LayoutGala, and like it a lot. I would like to expand column 3 (the orange "extras") down to the footer, though. Regar

Re: [css-d] Wiki Updated - IE on Linux

2006-09-11 Thread francky
Erik Visser wrote: >Felix Miata wrote: > > >>It's now easy to test for yourself using IE on Linux. >>Screenshot: http://mrmazda.no-ip.com/SS/kde-IE6.gif >> >> >gives a 404 > Felix'directory says: there is a kde-IE6a.gif and a kde-IE6b.gif