[css-d] Print stylesheet troubles

2007-04-26 Thread Christy Collins
: transparent; } #content_int, #footer{ width: 90% !important; } #footer{margin-top: 5em; width: 100% !important;} } --- Christy Collins Web Design http://www.loudjoy.com/ccwebdesign/ __ css

[css-d] IE stepping floats

2006-10-19 Thread Christy Collins
http://www.loudjoy.com/ChampSite/ http://www.loudjoy.com/ChampSite/base.css http://www.loudjoy.com/ChampSite/ie.css I'm working with the navigation on this page - it looks perfect on mac/Firefox and Safari IE6 is making steps out of the navigation bar (which consists of the 2 large buttons

Re: [css-d] Centering text to graphical bullets.

2006-08-11 Thread Christy Collins
On Aug 11, 2006, at 3:20 PM, Rachel Wright wrote: I have an unordered list with graphical bullets and I need to center the text vertically to the graphical bullets. How do I do this? Something like: li{ background: #fff url(image.gif) no-repeat 45% left; } tweaked to actually center the

Re: [css-d] PNG Background in IE6

2006-06-30 Thread Christy Collins
Hi David, I read the enteire website, and this fix don't work for png images used as background in the css like : .bckgrnd{ background: url('image;png'); } but, thanks for the page, I like the solution he offers there for regular images. Still hopping to find a solution for the

[css-d] Links not working IE/PC

2006-06-28 Thread Christy Collins
I have some pages where the links in the body text can't be clicked in IE/PC. Could anyone point me in the direction of what might cause this to happen? -C __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Links not working IE/PC

2006-06-28 Thread Christy Collins
On Jun 28, 2006, at 2:55 PM, Glenn E. Lanier, II wrote: From: Christy Collins Sent: Wednesday, June 28, 2006 1:50 PM I have some pages where the links in the body text can't be clicked in IE/PC. Could anyone point me in the direction of what might cause this to happen? Christy, Do

Re: [css-d] Links not working IE/PC

2006-06-28 Thread Christy Collins
On Jun 28, 2006, at 4:25 PM, Ingo Chao wrote: Christy Collins wrote: http://www.aspinwell.com/index.php?/kennedy_park/ The links are at the very bottom of this text box. The second one will activate if you hit the very bottom of it. I think I've figured out the problem

Re: [css-d] Internet Explorer for Mac

2006-06-27 Thread Christy Collins
On Jun 27, 2006, at 3:48 PM, Mikolaj Misiurewicz wrote: Hi, I have a question about Internet Explorer for Mac. It it still used on the Internet? What can be the statistics for this browser? Who use it? I understand that you cannot give me any exact numbers, but I am just wondering does it

Re: [css-d] IE7 PNG Alpha Transparency...

2006-06-20 Thread Christy Collins
On Jun 20, 2006, at 3:43 PM, Stephen Cunliffe wrote: but does anyone have a fix for this one? .foo { background-image: url(test.png); background-repeat: repeat-x; /* ? */ } E.g. the problem here, is that there is no width or height to play with... since a.) It repeats, and

Re: [css-d] IE7 PNG Alpha Transparency...

2006-06-20 Thread Christy Collins
On Jun 20, 2006, at 4:36 PM, Christian Heilmann wrote: I've set a repeating png background by putting this in an ie only stylesheet that's imported from a conditional comment: * html #text_box { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=i/

[css-d] overflow and z-index

2006-06-01 Thread Christy Collins
I have a page with overlapping elements that work properly until I apply overflow: auto to one of the elements. Then it seems to throw the z-index off. This is happening in Firefox but not Safari. Any suggestions? Thanks! -Christy

Re: [css-d] overflow and z-index

2006-06-01 Thread Christy Collins
On Jun 1, 2006, at 7:51 PM, Roger Roelofs wrote: Christy, On Jun 1, 2006, at 2:57 PM, Christy Collins wrote: I have a page with overlapping elements that work properly until I apply overflow: auto to one of the elements. Then it seems to throw the z-index off. This is happening

Re: [css-d] Mousey!

2006-05-26 Thread Christy Collins
I've found justified text to scroll with difficulty on Firefox - unrelated to the mouse -C On May 26, 2006, at 4:45 PM, [EMAIL PROTECTED] wrote: Nope. -- Marc Luzietti Flagship Project Bayview Financial, L.P. (305) 341-5624 do you happen to have any very small repeating background

Re: [css-d] Wrapping in thumbnail gallery

2006-05-18 Thread Christy Collins
On May 18, 2006, at 10:31 PM, Lassi Heikkinen wrote: The rows are sorted according to window's size, so by resizing the window the images are changing rows. What I want is that each row should always contain same number of images (excluding the last one) in all situations. For example in

Re: [css-d] how to configure h1 (or any font) with transparent background that will validate?

2006-05-18 Thread Christy Collins
On May 18, 2006, at 10:31 PM, sonic sonic wrote: -example: trying to get this test to validate: html body {background: none;} h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font- size: 10px; color: #00; font-weight: normal; background-color: none} h2 { font-family:

Re: [css-d] non traditional fonts and stylesheet

2006-05-12 Thread Christy Collins
On May 12, 2006, at 10:08 AM, [EMAIL PROTECTED] wrote: Is there a way to incorporate non-traditional fonts onto a page on a hosted site? Say for instance, Automatica or Fusion? the CSS stylesheet entry would be something like: .automatica { font-family: Automatica; } I'm presuming that

Re: [css-d] Universal reset of margins and padding: Which technique do you prefer?

2006-05-11 Thread Christy Collins
On May 11, 2006, at 3:30 PM, Christian Montoya wrote: As a result, buttons don't behave like buttons anymore, and so forth. I never really noticed that, which only goes to show that I'm no longer used to buttons behaving like buttons. I did some research in this, and as it turned out, most

Re: [css-d] Clearing div breaks absolute positioning - IE

2006-04-26 Thread Christy Collins
On Apr 26, 2006, at 4:21 AM, Gunlaug Sørtun wrote: Christy Collins wrote: I have an absolutely positioned image that isn't appearing in IE - I've isolated the offending code and it seems to be a clearing div. http://www.loudjoy.com/styled_div.html You have (at least) two options. In any

[css-d] Clearing div breaks absolute positioning - IE

2006-04-25 Thread Christy Collins
I have an absolutely positioned image that isn't appearing in IE - I've isolated the offending code and it seems to be a clearing div. http://www.loudjoy.com/styled_div.html http://www.loudjoy.com/unstyled_div.html Can anyone suggest a fix? Thanks, Christy

Re: [css-d] Now-Safari broken Was-background images missing in IE

2006-04-21 Thread Christy Collins
is slightly higher in IE than Firefox. I can probably affect this with a conditional comment, but if anyone has another solution I'd love to hear it. http://ee.berkshireradio.org/index.php/main/test/ -Christy On Apr 20, 2006, at 7:17 PM, Ingo Chao wrote: Christy Collins wrote: Anyone know

Re: [css-d] Now-Safari broken Was-background images missing in IE

2006-04-21 Thread Christy Collins
On Apr 21, 2006, at 11:08 AM, Christy Collins wrote: There's also a little thing where the position is slightly higher in IE than Firefox. I can probably affect this with a conditional comment, but if anyone has another solution I'd love to hear it. Forget that last part - Ingo's fix made

Re: [css-d] Now-Safari broken Was-background images missing in IE

2006-04-21 Thread Christy Collins
On Apr 21, 2006, at 11:08 AM, Christy Collins wrote: Now there's one last thing. Safari doesn't like it. It didn't like it before either, so this fix didn't break it. We have a heap of Safari users. ... http://ee.berkshireradio.org/index.php/main/test/ -Christy Found

Re: [css-d] Now-Safari broken Was-background images missing in IE

2006-04-21 Thread Christy Collins
On Apr 21, 2006, at 3:24 PM, Ed Seehouse wrote: Christy Collins [EMAIL PROTECTED] wrote: Found this on a bulletin board: the display: inline on safari does not let you use padding or height or anyting to adjust the height of the box Um, I believe that's the standard for all inline

Re: [css-d] SOLVED: Now-Safari broken Was-background images missing in IE

2006-04-21 Thread Christy Collins
. Thanks everyone. -Christy On Apr 21, 2006, at 11:08 AM, Christy Collins wrote: Now there's one last thing. Safari doesn't like it. It didn't like it before either, so this fix didn't break it. We have a heap of Safari users. ... http://ee.berkshireradio.org/index.php/main/test/ -Christy

Re: [css-d] SOLVED: Now-Safari broken Was-background images missing in IE

2006-04-21 Thread Christy Collins
on this and found several references to a lack of support for vertical padding on inline elements in Safari - but no solutions. -Christy (who is now going to stop being such a wimp and change her doctype to strict) On Apr 21, 2006, at 5:43 PM, Ingo Chao wrote: Christy Collins wrote: I'm still

[css-d] background images missing in IE

2006-04-20 Thread Christy Collins
Anyone know what I need to do to get IE to display these background images? It's the yellow triangle things above the navigation. TIA -Christy http://ee.berkshireradio.org/index.php/main/test/ CSS: #navcontainer{ text-align: left; position: absolute; top: 20px; left: 550px; } ul#navlist{

Re: [css-d] changing bullet point colours

2006-04-12 Thread Christy Collins
Try background images: http://css.maxdesign.com.au/listamatic/vertical05.htm -C On Apr 12, 2006, at 10:57 AM, David Hearn wrote: Hi Has anyone found a way of changing bullet point colours to a different colour to the text? Cheers Dave

[css-d] seeking 2 column layout

2006-04-11 Thread Christy Collins
I'm looking for a 2 column layout where the left column is the main content area and is fluid and the right column is a fixed width. Seems like a simple thing but I'm having trouble making or finding one. I'm just on the verge of throwing in the towel and creating a completely fixed

Re: [css-d] seeking 2 column layout

2006-04-11 Thread Christy Collins
goes here /div /body /html Basically, the idea is that the content_wrapper container shifts the content right by a fixed amount (200px in this case), leaving space for right hand fixed width column. The content wrapper then shifts the content back in again. Christy Collins wrote

[css-d] class on body

2006-04-10 Thread Christy Collins
I'm studying the css on some other sites and I see a class applied to body on one. Why would someone use a class instead of an id on body? TIA, Christy __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Making a pull-quote

2006-04-09 Thread Christy Collins
A lot of sites seem to solve this problem by including the closing quote in the text and only making a graphic for the opening quote. Visually, it seems to work. Semantically, it might bother some. -C On Apr 9, 2006, at 7:16 PM, Ian Piper wrote: Hi all, I wonder whether someone could

[css-d] absolute positioning browser differences

2006-04-06 Thread Christy Collins
Are there any resources for understanding the differences between how browsers render absolutely positioned elements? I have a couple of different instances that seem to look different on every browser. Thanks, Christy __

Re: [css-d] Color Scheme Assistance

2006-02-24 Thread Christy Collins
http://wellstyled.com/tools/colorscheme2/index-en.html http://www.colorschemer.com/online.html http://www.morecrayons.com/ http://www.meyerweb.com/eric/tools/color-blend/ And there's probably more -C On Feb 24, 2006, at 10:45 AM, David A. Ensor wrote: I've had no success in searching thru the

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] dt and dd next to each other

2005-08-11 Thread Christy Collins
Yeah, I've used floats to do this, but the problem I ran into is dt's without an accompanying dd. This makes the next dd move up into the space left for that missing dd, which means you have a term aligned with an incorrect definition. I think the way I worked around it was just to give

[css-d] dt and dd next to each other

2005-08-10 Thread Christy Collins
Is there a way to get a dt and a dd next to each other? If I set both to inline, I then don't get a line break after the dd. Is there a way to do this without adding a break tag in my markup? Thanks, Christy __ css-discuss

Re: [css-d] fieldset jogs over in IE/PC

2005-07-24 Thread Christy Collins
That's interesting - yes, it does fix it, but then it breaks differently in Netscape Firefox - it sets the width of the box to the widest element of the fieldset and doesn't wrap paragraph text. Could you direct me to where the problem is documented? Is the problem directly related to the

Re: [css-d] fieldset jogs over in IE/PC

2005-07-24 Thread Christy Collins
Okay, I've used the underline hack to give display: inline to just IE and I think it's all working fine. I'd still be curious to know where this problem is documented. Thanks so much for your help. -Christy On Sunday, July 24, 2005, at 08:15 AM, Christy Collins wrote: That's interesting

[css-d] fieldset jogs over in IE/PC

2005-07-22 Thread Christy Collins
I have a page that is basically a long form: http://www.loudjoy.com/TALCSurvey/survey.html css: http://www.loudjoy.com/TALCSurvey/style.css it looks just how I want it to in Firefox and mostly right in Safari and Netscape I'm looking at IE PC on browsercam and the first fieldset is jogged

IE Mac use was Re: [css-d] Positioning problem in IE

2005-06-13 Thread Christy Collins
Any self-respecting Mac user that bought a Mac in the early iBook or iMac days is probably using IE Mac. I personally know three of them. They don't have enough money to upgrade to a Mac that runs X and they don't know that there is anything so awful about IE Mac. They will just know that

Re: [css-d] Re: IE 5.0 PC - what should I be looking at?

2005-06-04 Thread Christy Collins
On Saturday, June 4, 2005, at 08:49 AM, Prabhath Sirisena wrote: - what kinds of things might IE 5 PC do differently than every other browser? Positioning doesn't seem to have any problems, other than the first blue box at the bottom having a double margin problem. (left margin) The nav

[css-d] IE 5.0 PC - what should I be looking at?

2005-06-03 Thread Christy Collins
I have a menu that (I think) works everywhere except IE 5.0 PC http://www.iraqproject.org http://www.iraqproject.org/base.css I asked already about this and didn't get an answer - so I'm rephrasing - what kinds of things might IE 5 PC do differently than every other browser? Thanks,

[css-d] navbar IE5PC trouble

2005-06-01 Thread Christy Collins
I have a Navbar at the top of this page: http://www.iraqproject.org/action/ that is not displaying correctly on IE5 PC - some styles are being ignored and it's position is off. Display seems to be correct on other browsers - I am using browsercam for PC and checking on my Mac There is

Re: [css-d] FW: H1 question

2005-05-17 Thread Christy Collins
you can use h1 or h2 etc as many times as you like - the only restriction is in using class or id - you can only use id once, so if it is going to repeat on the page, use class ... or use neither On Tuesday, May 17, 2005, at 08:48 AM, Jackie Lott wrote: I'm new to CSS and wanted to know where

[css-d] wrapping long URLs

2005-05-16 Thread Christy Collins
Is there a CSS way to make long URLs wrap? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --