[css-d] grey bckground/horz menu

2005-10-03 Thread Patrick Roane
Hey folks, I am wondering how I can move my green horz. menu over so that it is centered above my content instead of being pushed over to the left. Also, does anyone know why the background of the top container block (which contains my logo) is grey in IE, and white (which is what I prefer) in Moz

RE: [css-d] Need help with a layout

2005-10-03 Thread Peter Williams
> From: Mark Kamian [mailto:[EMAIL PROTECTED] > > It's bumping the collage on the right down a line now, which > I suspect has > something to do with the before, but I'm not having > success moving it > up. Any ideas? > > http://d557386.u42.hostserv-dns.net/index.asp No time to test or in

RE: [css-d] download font

2005-10-03 Thread Peter Williams
> From: david > > Peter Williams wrote: > > One method is Microsoft's WEFT > > http://www.microsoft.com/typography/web/embedding/weft3/default.htm > > There are other ways, too. Unfortunately, NONE of them have > become even a de facto standard ... > best to avoid dependency on specific fonts.

Re: [css-d] download font

2005-10-03 Thread david
Peter Williams wrote: From: Arthur Maloney I've got a TT font (barcode128) How do you down load fonts with CSS ? One method is Microsoft's WEFT http://www.microsoft.com/typography/web/embedding/weft3/default.htm There are other ways, too. Unfortunately, NONE of them have become even a d

Re: [css-d] download font

2005-10-03 Thread david
Donna Casey wrote: some fonts won't even show up in a PDF...for example, if you build something in Illustrator that uses a font like Barbara Hand, you have to convert it to paths to make a pdf. FWIW, there's an easy trick to get around that. Install a Postscript printer driver to print to a

[css-d] menu trouble in IE

2005-10-03 Thread Mark Mckee
hi all my page is at http://sixfoottwo.gotdns.com/~sixfoottwo/_test/sf2/_test03/ and the css is at http://sixfoottwo.gotdns.com/~sixfoottwo/_test/sf2/_test03/style.css The top menu is perfect in FF but is totally out of whack in IE. I dont usually worry about IE but this is so bad i would like

Re: [css-d] Can't click on links in IE

2005-10-03 Thread Rich Points
This was it. Thanks Rich Thierry Koblentz wrote: Rich Points wrote: I validated it but I'm still not able to click on the links in IE http://www.clubsauce.com/3.php Did you try to remove all the "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod= .

Re: [css-d] Choppy Scrolling in FireFox

2005-10-03 Thread Rich Points
No I'm not using justified text on this layout. Here is the link http://www.clubsauce.com/3.php Thanks Rich Christy Collins wrote: I didn't see your original post, so I haven't seen your page, but I find this happens with justified text in Firefox. -Christy On Monday, October 3, 2005, at

Re: [css-d] How do I limit a div's height and force a scrollbar?

2005-10-03 Thread Brian Cummiskey
Rick Faircloth wrote: What would be the setting to limit a div's height and force it to use a scrollbar after it expands beyond 100px? max-height: 100px; ? height: 100px; overflow: scroll; If this gives you an un-wanted horizontal scroll bar, you can use the overflow-x and overflow-y prop

Re: [css-d] Problem with CSS nav bars in IE

2005-10-03 Thread Jeff Rechten
Kevin: I'm not sure this is the best way to fix this problem, but this does work. Someone else may have a better fix. For the "exhibits nav" try this: #exhibit_two_links { vertical-align: bottom; margin-left: 41%; } html>body #exhibit_two_links { margin-left: 36%; } I'm not sure abou

Re: [css-d] Choppy Scrolling in FireFox

2005-10-03 Thread Christy Collins
I didn't see your original post, so I haven't seen your page, but I find this happens with justified text in Firefox. -Christy On Monday, October 3, 2005, at 10:57 PM, Rich Points wrote: could be your javascript, has happened to me in the past with firefox. Nope I removed it and it still

Re: [css-d] Choppy Scrolling in FireFox

2005-10-03 Thread Rich Points
could be your javascript, has happened to me in the past with firefox. Nope I removed it and it still happens. :-( __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-

Re: [css-d] Can't click on links in IE

2005-10-03 Thread Rich Points
Ah yes that was what it took for me to find it which I fixed by turning off position:relative on the #container. I've used this technique in the past but forgot it was an option, thanks for the reminder. Rich Steve Clason wrote: On 10/3/2005 5:35 PM Rich Points wrote: I validated it but I

Re: [css-d] Anyway to get rid of the horizontal scrollbar at the bottom of a div?

2005-10-03 Thread Jim Davis
Rick, Try placing the div with overflow: scroll inside of a div with overflow: hidden. Adjust the height of the containing div to less than the height of the inner div. See this example: http://www.jimdavis.org/test/scrolltext.htm Jim On 10/3/05, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > > I

[css-d] suckerfish dropdown right-align, ie quirks

2005-10-03 Thread Doug Ramsay
I am trying to right-align the submenu list items using the suckerfish dropdown technique detailed at htmldog.com. I'm running into a few problems on http://www.humormegraphics.com.. In Safara 1.0, the submenu appears up and to the left of the main list. In IE 6, the homepage submenu disappears w

Re: [css-d]question about universal declaration of zero padding, margin in cssstylesheets

2005-10-03 Thread Holly Bergevin
From: Bruce Gilbert <[EMAIL PROTECTED]> > div {margin:0; padding:0;} For what it's worth, using the above declaration at the beginning of your style sheet will probably accomplish nothing useful, and only add some extra bytes to the page. As far as I know, divs have no default margin or padding

RE: [css-d] Need help with a layout

2005-10-03 Thread Mark Kamian
Aha - thanks! It's bumping the collage on the right down a line now, which I suspect has something to do with the before, but I'm not having success moving it up. Any ideas? Also, in XP/IE 6 there's also some further shifting occurring... Change the styles to: #content { margin-left:

RE: [css-d] How do I limit a div's height and force a scrollbar?

2005-10-03 Thread Adie Hart
Hi, To keep my div's the same height even when users changed the text size I did the following... #fixedHeightDiv {height: 100px; overflow: auto;} There may be other ways though? Adie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent:

Re: [css-d] Can't click on links in IE

2005-10-03 Thread Thierry Koblentz
Rich Points wrote: > I validated it but I'm still not able to click on the links in IE > http://www.clubsauce.com/3.php Did you try to remove all the "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod= ..." from these rules? Thierry | www.TJKDesign.com

RE: [css-d] nav bar border spike

2005-10-03 Thread Peter Williams
> From: Trish Meyer > > > I don't suppose there's a way to make the colored right bar appear > *inside* the colored nav boxes, rather than outside as it does now (I > guess that's what borders do...)? Or do I need to use a graphic > element that appears

[css-d] Anyway to get rid of the horizontal scrollbar at the bottom of a div?

2005-10-03 Thread Rick Faircloth
? I want to keep the vertical scrollbar, but get ride of the horizontal scrollbar... Rick __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Suppo

Re: [css-d] Problem with CSS nav bars in IE

2005-10-03 Thread Kevin Old
On 10/2/05, Jeff Rechten <[EMAIL PROTECTED]> wrote: > Kevin Old wrote: > > >Hello everyone, > >... the "Exhibits nav bar" looks centered in Firefox, but is off to the left > >in IE. > >Also, the bottom toolbar is off as well. > > > >Any suggestions on what I should do to get these working in IE li

[css-d] conditional images

2005-10-03 Thread Marcelo Wolfgang
Hi, I have a page with mutiple attributes. inside each one of them I have another with a image on it so it's something like this *Note, this is not the complete markup, is just a simple testcase ... Is it possible to write a css that AUTOMATICALLY only shows the image on the fi

Re: [css-d] Can't click on links in IE

2005-10-03 Thread Steve Clason
On 10/3/2005 5:35 PM Rich Points wrote: I validated it but I'm still not able to click on the links in IE http://www.clubsauce.com/3.php What you're describing is almost always (in my experience, anyway) caused by a page element that covers more area than you expect and so overlays the elemen

Re: [css-d] Can you do this with CSS? Layers and divs?

2005-10-03 Thread Jeff D. Reid
It's nowhere near pretty but it works (sort of). I know resizing the text will break it. I just found out today that the menu is somehow pushing the content off the page on a Mac... &%9grumblegrumblegripegripegripe*&&[EMAIL PROTECTED] Thanks to everyone who assisted my frustration at making th

RE: [css-d] Need help with a layout

2005-10-03 Thread Peter Williams
> From: Mark Kamian > http://d557386.u42.hostserv-dns.net/index.asp > > The problem I'm faced with is getting the > stuff (which is > currently commented out, you'll see if viewing the source > code) into the middle, white-space area. You've got it clearing your left and right side divs, so i

Re: [css-d] Can't click on links in IE

2005-10-03 Thread Rich Points
I validated it but I'm still not able to click on the links in IE http://www.clubsauce.com/3.php Thanks Rich Schalk Neethling wrote: Rich You should first validate your page via the w3c validator . A test I ran on the page you specified (http://validator.w3.org/check?verbose=1&uri=http://ww

RE: [css-d] download font

2005-10-03 Thread Peter Williams
> From: Christian Heilmann A previous poster asked > > > How do you down load fonts with CSS ? And I stated > > One method is Microsoft's WEFT > > http://www.microsoft.com/typography/web/embedding/weft3/default.htm > Yeah, that is a great plan. Only works for MSIE and was last updated > in Fe

Re: [css-d] download font

2005-10-03 Thread Christian Heilmann
> > I've got a TT font (barcode128) > > > > How do you down load fonts with CSS ? > > One method is Microsoft's WEFT > http://www.microsoft.com/typography/web/embedding/weft3/default.htm Yeah, that is a great plan. Only works for MSIE and was last updated in February 2003. * The web and a br

RE: [css-d] download font

2005-10-03 Thread Peter Williams
> From: [EMAIL PROTECTED] > > This may sound like a stupid q but why? I mean, fonts take up > virtually > no space and AFAIK cant be used in a malicious way? Can they? Is this > some old ruling from the old school or is there a valid reason fonts > declared in CSS cant be retrieved upon reques

RE: [css-d] download font

2005-10-03 Thread Peter Williams
> From: Arthur Maloney > > I've got a TT font (barcode128) > > How do you down load fonts with CSS ? One method is Microsoft's WEFT http://www.microsoft.com/typography/web/embedding/weft3/default.htm -- Peter Williams __

[css-d] Footer issues...

2005-10-03 Thread Colin DiBiase
I am trying to make a footer that is automatically adjusting, i think because i created a background image to repeat inside a div tag that has height of 100% then, the website isn't allowing the footer image to show because on some browsers it is cutting it off. Is that the right assumptio

[css-d] Need help with a layout

2005-10-03 Thread Mark Kamian
Hi there, First-time poster here, and this is where I am in my first attempt at building a site using CSS: http://d557386.u42.hostserv-dns.net/index.asp The problem I'm faced with is getting the stuff (which is currently commented out, you'll see if viewing the source code) into the middle

[css-d] How do I limit a div's height and force a scrollbar?

2005-10-03 Thread Rick Faircloth
What would be the setting to limit a div's height and force it to use a scrollbar after it expands beyond 100px? max-height: 100px; ? Thanks, Rick __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/

[css-d] 1 or 2 pixel gap on one page only in IE 6

2005-10-03 Thread Andy Mosmiller
I just put up a site for a game I'm running and noticed a small error in IE6 on one of the pages. The thing is, the code is essentially the same on this page as all the others. The overall site: http://www.themosmillers.org/faithsandempires/ The faulty page: http://www.themosmillers.org/faithsan

Re: [css-d] download font

2005-10-03 Thread Jan Brasna
I suggest reading http://www.mezzoblue.com/tests/revised-image-replacement/ to apply an acceptable method. Or -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com _

Re: [css-d] link behaviour in IE

2005-10-03 Thread Schalk Neethling
Thanks, Edith. Completely overlooked that. It would have been a lot simpler to be able to do this CSS only but, this is integrated into the Mambo system and I have no experience doing this. I am basically learning as I am going along. If anyone has any tips or pointers in getting a complete CSS

Re: [css-d] download font

2005-10-03 Thread Rob Cochrane
[EMAIL PROTECTED] wrote: Rob Cochrane wrote: [...] but these are not True Type. To be used a font has to be available on the users machine/device and one cannot install fonts for the user if they do not have the font available. This may sound like a stupid q but why? Well fonts are a f

[css-d] Multiple Image Replacements in IE 5.0

2005-10-03 Thread jono
I have a simple layout with a header, content, sidebar, and footer as usual. In the header I have an that I have repalced with an image. In the content, I have an that I have also replaced using a second image. Both the and are displaying as expected in FF, IE 6.0, and 5.5, but in IE 5.0, I

RE: [css-d] link behaviour in IE

2005-10-03 Thread Edith Karnitsch @ Terranetwork
The problem is in the CSS: #mainlevel li a:link, a:visited needs to be #mainlevel li a:link; #mainlevel li a:visited { ... } or the CSS is applied to all a:visited [same goes for #mainlevel li a:hover, a:visited:hover] PS: I've had a look at your other query earlier on, and the containing wrappe

[css-d] Can't click on links in IE

2005-10-03 Thread Rich Points
Howdy, I've got a CSS design that's just about finished and I can't click on any of the links in the main content section in IE 6. I've tried a bazillion things and I can't figure it out. I'm using only Z-index once and that's on the #header section, z-index: 1;. I've tried various combinat

[css-d] Choppy Scrolling in FireFox

2005-10-03 Thread Rich Points
Howdy, I have a design that has a choppy scroll in FF. http://www.clubsauce.com/3.php What's up with that? Rich __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-di

Re: [css-d] download font

2005-10-03 Thread Donna Casey
[EMAIL PROTECTED] wrote: This may sound like a stupid q but why? I mean, fonts take up virtually no space and AFAIK cant be used in a malicious way? Can they? Is this some old ruling from the old school or is there a valid reason fonts declared in CSS cant be retrieved upon request? fonts

[css-d] link behaviour in IE

2005-10-03 Thread Schalk
Greetings All Please have a look at the links in the body of this page: http://tsragt.us/mambo/ For some reason these standard links are taking on the hover and visited states of the side navigation. You can view the CSS here: http://tsragt.us/mambo/templates/tsra/css/template_css.css I do

[css-d] Re: css-d Digest, Vol 34, Issue 10

2005-10-03 Thread Darren Campbell
Got a problem here with a nav-bar which is not working as I expect. I'd really appreciate your help and advice. Steps to re-produce the issue: 1. Go to http://www.darrencampbell.com.au/models/index.php?page=about_us 2. Notice the "Contact About Privacy Term" bar at the bottom of the page. Actua

Re: [css-d] download font

2005-10-03 Thread [EMAIL PROTECTED]
Rob Cochrane wrote: [...] but these are not True Type. To be used a font has to be available on the users machine/device and one cannot install fonts for the user if they do not have the font available. This may sound like a stupid q but why? I mean, fonts take up virtually no space and AF

RE: [css-d] Button element

2005-10-03 Thread CJ Larson
This is the closest I was able to come to the default look while changing the color: .x-button { background-color: #ffcd45; /* ~ */ border-style: outset; } Notice I do *not* specify either border width or color. That seemed to do the trick for me. (

[css-d] Mac/Linux browser checks please

2005-10-03 Thread BJ
css here: Screen shots show everything to be okay in mac, but I'd love to know for sure that everything is working. And you'll all be delighted to know I'm shopping for a te

Re: [css-d] download font

2005-10-03 Thread Rob Cochrane
Arthur Maloney wrote: Hello css-d, I've got a TT font (barcode128) How do you down load fonts with CSS ? In OenOffice or Word you just choose it,and that way I know the font works. I am assuming you wish to present to your user a unique TT font, in this case a barcode font. In a wor

Re: [css-d] Disappearing Text in PCIEv6?

2005-10-03 Thread Steve Clay
Monday, October 3, 2005, 12:11:41 PM, Mark D Hiatt wrote: > Can someone please tell me why my text goes away in this page, in PC > Internet Explorer 6 in the two smaller sizes? > http://www.unl.edu/webtraining/DW01/dw09.shtml Best guess is that, at the larger sizes, your text pushes your footer (p

Re: [css-d] wild Div shifting

2005-10-03 Thread Paul Debban
On 10/3/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > http://www.peacebeuponus.com/hyperstrike/homepage.html > > On the bottom of this page there is a gif graphic that is actually a > java roll over. Its supposed be in the middle pruple section similiar > to the roll overs on the right and le

[css-d] wild Div shifting

2005-10-03 Thread fokuss
Helo veryone... I sent out a previous message but it seems no one had a look at it. http://www.peacebeuponus.com/hyperstrike/homepage.html On the bottom of this page there is a gif graphic that is actually a java roll over. Its supposed be in the middle pruple section similiar to the roll ove

RE: [css-d] nav bar border spike

2005-10-03 Thread Trish Meyer
It is because you've used the border-bottom and right-border combo. ..Use margin-bottom: 10px on those items instead. Thanks Peter, that did the trick! It makes sense now in the cold light of morning when I'm not panicking... I don't suppose there's

Re: [css-d] Disappearing Text in PCIEv6?

2005-10-03 Thread Missy Koos
Could this be more of a system resource issue? I was unable to make the text disappear either. (Win XP, IE 6.0.2900.2180.xpsp_sp2_gdr.050301-1519 as well) Otherwise the default small text size for IE is 16px where the others I believe are 14px. :) Missy On 10/3/05 12:49 PM, "Rob Cochrane" <[EM

[css-d] Button element

2005-10-03 Thread Jørgen Farum Jensen
Is it possible to style the button element while keeping the distincnt shape? I want to control the :hover effect. Jørgen Farum Jensen www.webdesign101.dk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listi

Re: [css-d] Disappearing Text in PCIEv6?

2005-10-03 Thread Rob Cochrane
Mark D Hiatt wrote: http://www.unl.edu/webtraining/DW01/dw09.shtml In PCIEv6, the text is there at the three larger sizes. It's visible if I re-size it lower, but if I Refresh the page it vanishes. If I place something *over* my browser window and remove it. I can *select* text and that por

addendum [css-d] Culture Lab: pulpculture.org site check query

2005-10-03 Thread David Laakso
Kate, I meant to say 'accessiblity' mode *with the ignore font size box checked* in IE at text-size largest; ~dL David Laakso wrote: Kate wrote: We've been trying to experiment with different three-column site designs. But there always seems to be one drawback or another. In this case,

Re: [css-d] Culture Lab: pulpculture.org site check query

2005-10-03 Thread David Laakso
Kate wrote: We've been trying to experiment with different three-column site designs. But there always seems to be one drawback or another. In this case, I'm not quite sure I understand why the background image doesn't show completely in the first (left) column, unless I define it as a cert

[css-d] download font

2005-10-03 Thread Arthur Maloney
Hello css-d, I've got a TT font (barcode128) How do you down load fonts with CSS ? In OenOffice or Word you just choose it,and that way I know the font works. -- Best regards, Arthur mailto:[EMAIL PROTECTED] __

[css-d] Disappearing Text in PCIEv6?

2005-10-03 Thread Mark D Hiatt
Can someone please tell me why my text goes away in this page, in PC Internet Explorer version 6, in the two smaller sizes? http://www.unl.edu/webtraining/DW01/dw09.shtml I'm floating images left and right, screenshots of what's discussed in the text. In Firefox, Opera and Safari, everything

Re: [css-d] question about universal declaration of zero padding, margin in css style sheets

2005-10-03 Thread Benjamin Rossen
Bruce, You need to think about structuring your CSS according to the position of the selectors in the cascade, and the rules of inheritance. It is useful to think of the CSS having layers, which I have named: * Global General * Global Specific * Local General *

Re: [css-d] question about universal declaration of zero padding, margin in css stylesheets

2005-10-03 Thread birgit geiberger
my understanding is when you set * {margin:0; padding:;} in the beginning of the stylesheet, you set for all elements and all browsers margin and padding to 0. >From that point on you only define margin and padding very specific to div's, id's, etc. when you need a different value. /birgit --

Re: [css-d] CSS Problems - layout

2005-10-03 Thread David Laakso
Chris Boxall wrote: Hi Guys, I'm now trying to rebuild that site now in CSS for all Browsers and have come across problems. This is where I am up-to building my site which is compatible in all browsers: http://www.sloughobserver.com/css_firefox/ But now I want to add another two columns to m

Re: [css-d] question about universal declaration of zero padding, margin in css stylesheets

2005-10-03 Thread Kristina Floyd
Bruce Gilbert wrote: If I declare at the top of my stylesheet div {margin:0; padding:0;} when I declare a specific div eg: #header, do I need to declare the zero attributes in there as well or does my top declaration take care of that? Bruce I recommend you read the following article:

RE: [css-d] question about universal declaration of zero padding, margin in css stylesheets

2005-10-03 Thread CJ Larson
Your top definition will automatically make all have 0/0 (the way you specified it). You can change this for a specific if you want, but if you do not specify margin/padding for specifics, they'll be 0/0. -Original Message- If I declare at the top of my stylesheet div {margin:0; paddin

Re: [css-d] question about universal declaration of zero padding, margin in css stylesheets

2005-10-03 Thread Paul Farnell
Bruce, The top declaration should take care of it I believe. But if you specified a different margin/padding in #header then that would take priority, as it's more specific. Paul. On 3 Oct 2005, at 15:32, Bruce Gilbert wrote: If I declare at the top of my stylesheet div {margin:0; padd

[css-d] question about universal declaration of zero padding, margin in css stylesheets

2005-10-03 Thread Bruce Gilbert
If I declare at the top of my stylesheet div {margin:0; padding:0;} when I declare a specific div eg: #header, do I need to declare the zero attributes in there as well or does my top declaration take care of that? -- ::Bruce:: ___

[css-d] Culture Lab: pulpculture.org site check query

2005-10-03 Thread Kate
Hi, Originally, a colleague worked on the basic structure of this site, then I took over to implement surface design tweaks (color, etc.) We've been trying to experiment with different three-column site designs. But there always seems to be one drawback or another. In this case, I'm not quit

[css-d] CSS Problems - layout

2005-10-03 Thread Chris Boxall
Hi Guys, I'm new to this list so please be nice to me ;-) I was wondering if anybody could help. To cut a long story short I wish to switch my tables website to CSS. I managed to do this using IE - got the stylesheet validated and xhtml validated but it did not display right in Firefox and

Re: [css-d] beginners question

2005-10-03 Thread Paul Farnell
If I understood your problem correctly, it can be fixed by removing the "height: 100%" line altogether. The will expand automatically to accommodate your content, so no need to set its height in this case. Apologies if I've misunderstood the problem. Paul On 3 Oct 2005, at 13:53, R.H. F

[css-d] beginners question

2005-10-03 Thread R.H. Fan
Hi, I'm making a real simple page for my dad. http://e.domaindlx.com/lowenf/lj/index.html In mozilla the container with height 100%, only uses 100% of the browser width, so how to get this right? In IE there is the nasty horizontal scroll... I think it's some element with a hidden/default margin?

[css-d] left nav quirk

2005-10-03 Thread Schalk
Greetings All! I have a strange thing happening to my nav element on the following page: http://tsragt.us/mambo/ As you will see the navigation is halfway down the left side bar. I cannot seem to figure out what is causing this. My CSS is here: http://tsragt.us/mambo/templates/tsra/css/templat

RE: [css-d] nav bar border spike

2005-10-03 Thread Peter Williams
> From: Trish Meyer > > I just started a template today for a garden society: > > > I can't figure out how to get rid of the "spike" when I hover over > the nav list? > > Trish, It is because you've