Re: [css-d] FOOTER in mouth

2007-06-19 Thread Audra Coldiron
-bottom on the body to replace that very last one. AC-- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available

Re: [css-d] page check please, 2nd request

2007-06-19 Thread Audra Coldiron
; padding-bottom: 25px; padding-left: 25px; margin: 0 auto; /*added*/ } AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available

Re: [css-d] CSS Tabular Layout

2007-06-19 Thread Audra Coldiron
. ...or a table. I don't think you can stretch your imagination to justify a table though. I could be wrong ;-) AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller

Re: [css-d] Adapt CSS for a site from Snap.com

2007-06-19 Thread Audra Coldiron
much what I had in mind. Do you think their CSS could serve as a good basis for me? I'm not a real a CSS pro... Hi Marcel. Sure - go ahead and try it. I always recommend going frame-less. If you run into any problems come here for some help. AC -- Audra Coldiron Rock-n-Roll Design Hosting

Re: [css-d] Weird footer issue in Firefox, Opera, IE6, IE7

2007-06-18 Thread Audra Coldiron
design are 760px wide. I am just at a loss here. Hi Suzanne. It's not a CSS problem - it's your images. They are both 760px wide, yes, but if you put one on top of each other in Photoshop you'll see the lines on the right side don't line up. :-) AC -- Audra Coldiron Rock-n-Roll Design

Re: [css-d] text box expanding to full td width inappropriatley

2007-06-18 Thread Audra Coldiron
looking for then go with that. AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available

Re: [css-d] Right columns drops under the rest in IE

2007-06-17 Thread Audra Coldiron
including #left which you've place a margin, you'll need to declare display: inline on that div to counter-act IE6's double margin bug on floats. AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS

Re: [css-d] Right columns drops under the rest in IE [SOLVED]

2007-06-17 Thread Audra Coldiron
and it will center :-) AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available

Re: [css-d] text box expanding to full td width inappropriatley

2007-06-17 Thread Audra Coldiron
suggesting he reverts to a SPAN to replace his original FONT element? You don't necessarily have to replace the FONT tag, you could simply wrap what you want bordered with a span tag and /not/ float it. :-) AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS

Re: [css-d] Simple Border around image question

2007-06-16 Thread Audra Coldiron
an image is by default. Good ol' IE6 gets it wrong. AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available

Re: [css-d] Site breaking in IE7

2007-06-16 Thread Audra Coldiron
completely when viewing the latest version. Tell them to hold down the shift key while clicking refresh (for IE browsers) and see if the problem persists. AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled

Re: [css-d] collapsing margin problem in FF

2007-06-16 Thread Audra Coldiron
-wide #homebuttons { padding-left: 70px; margin: 12px 0; /*--- delete this line*/ } AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller

Re: [css-d] Disappearing active menu

2007-06-16 Thread Audra Coldiron
of the other subjects of the site, but for the life of me I can't see what I did to lose it. Hi John. It was a simple typo here: #leftbar a:active { background: #98b8ac; padding: 0 0 0 10px; margin: 0; } replace a:active with a.active :-) AC -- Audra Coldiron Rock-n

Re: [css-d] Bullets not aligned with first line of UL

2007-06-16 Thread Audra Coldiron
]-- !--[if IE 7] link rel=stylesheet type=text/css href=path/to/ie7.css / ![endif]-- AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available

Re: [css-d] Image disapears in IE6

2007-06-16 Thread Audra Coldiron
your middle image reappear. For the right side image add position: relative here: #navdetails li.first{ margin-left: -20px; margin-top:-105px; position: relative; /*--add this*/ } AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http

Re: [css-d] text box expanding to full td width inappropriatley

2007-06-16 Thread Audra Coldiron
-- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available! __ css-discuss [EMAIL

Re: [css-d] SELECT menu is expanding my DIV in IE6

2007-06-14 Thread Audra Coldiron
cell, and it still pushes the bottom of the container down. Can you point us to a URL? Without a URL is kind of like a doctor trying to diagnose an illness over the phone :-) AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com

Re: [css-d] min height with ie and ff

2007-06-13 Thread Audra Coldiron
to do is feed height only to IE6. You can feed height to IE6 with your method of choice, whether it be a conditional comment or * html hack. div { min-height: 400px; } * html div { height: 400px; } AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http

Re: [css-d] Problems with floating images in Firefox

2007-06-13 Thread Audra Coldiron
here on IE6 and FF2. Did you already fix this? AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available

Re: [css-d] only the background shows in IE6

2007-06-13 Thread Audra Coldiron
from my partner, the debugging master of them all :-) AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available

Re: [css-d] SELECT menu is expanding my DIV in IE6

2007-06-13 Thread Audra Coldiron
removing the padding on the form or if you've already done that try adding overflow: hidden to your containing div. IE6 will incorrectly auto-expand a box if the content goes past the specified height whereas the other browsers stay put. AC -- Audra Coldiron Rock-n-Roll Design Hosting http

Re: [css-d] only the background shows in IE6

2007-06-13 Thread Audra Coldiron
Audra Coldiron wrote: Sandy wrote: hey Audra Something in this line is causing the problem: !--[if lt IE 7] script defer type=text/javascript SRC=js_css/pngfix.jsscript ![endif]-- how did you figure out it was that line? Did you use a utility of some kind, or just read the code and see

Re: [css-d] Padding?

2007-06-12 Thread Audra Coldiron
;*/ margin: 1px; } #image img { display: block; } -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available

Re: [css-d] Problem with a images in FF, Mozilla, NN7 IE6

2007-06-12 Thread Audra Coldiron
a few out there, believe it or not. They will be forced to scroll vertically AND horizontally to read your site making it less accessible (usable) where I think the goal here was to make it more accessible. AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com

Re: [css-d] REPOST: layout falls apart in Netscape 7.x

2007-06-12 Thread Audra Coldiron
broken browser. I wouldn't worry about supporting it. By my stats Netscape 7 has almost 0% market share with all Netscape versions together equaling less than a half a percent. :-) -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com

Re: [css-d] only the background shows in IE6

2007-06-12 Thread Audra Coldiron
colour. What's going on? Hi Sandy. Something in this line is causing the problem: !--[if lt IE 7] script defer type=text/javascript SRC=js_css/pngfix.jsscript ![endif]-- AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com

Re: [css-d] only the background shows in IE6

2007-06-12 Thread Audra Coldiron
. Try refreshing the page again and if it still doesn't show up in IE6 view source to make sure the deleted line is actually gone. AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs

Re: [css-d] Rookie question

2007-06-11 Thread Audra Coldiron
work reliably. Try body { margin-top: 30px; }. I've always had better luck with body { padding-top: 30px; } for cross browser stability. AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made

Re: [css-d] Having problems getting proper alignment in IE

2007-06-11 Thread Audra Coldiron
=header!-- empty comment --/div AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available

Re: [css-d] Trouble with image in IE

2007-06-11 Thread Audra Coldiron
the same as Firefox, etc? Thanks greatly! Hi Travis. Try adding display: block to your About Tusculum College image. AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools

Re: [css-d] Clearing absolutely positioned elements

2007-06-09 Thread Audra Coldiron
could be wrong (wouldn't be the first time) but it looks to me like it's all done with iframes and javascript. I'm not sure what the advantage of doing things this way would be as opposed to simply using floats but it was interesting none the less :-) AC -- Audra Coldiron Rock-n-Roll Design

Re: [css-d] Menu ID Ignoring containing Div class width.

2007-06-08 Thread Audra Coldiron
:#00; word-spacing:normal; letter-spacing:normal; } If you delete the width here your menu will go all the way to the right side in FF2 IE6 if that's what you want... Your class and id are being obeyed according to what you've written as far as I can tell. AC -- Audra

Re: [css-d] Problem with conflicting header (I think)

2007-06-08 Thread Audra Coldiron
.announcer { margin: 0 0 10px 0; } However... check out your site in IE6, validate your code, then come back for help if you need it :-) -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made

Re: [css-d] Min-height, height, and viewport size

2007-06-07 Thread Audra Coldiron
in your HTML whose only purpose is visual. Also since the top and bottom images overlap the borders on the backgrounds it sort of destroys the illusion but that could just be me :-) AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com

Re: [css-d] QUESTION: WYSIWYGs and CSS?

2007-06-07 Thread Audra Coldiron
familiar with it) and you wouldn't have to worry about how it looks in his preview. We've built a CMS that has tableless CSS layouts ready for you to use. I've hammered out the browser bugs in advance so you just worry about the design. The link is in my signature if you are interested. AC -- Audra

Re: [css-d] Right column misplaced in IE6

2007-06-06 Thread Audra Coldiron
; } -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available! __ css-discuss [EMAIL

Re: [css-d] Background Colour Different in IE6

2007-06-06 Thread Audra Coldiron
as a repeating background? If so that is the problem. IE6 does not render colors of .png's correctly. AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller

Re: [css-d] firefox2 and h1

2007-06-06 Thread Audra Coldiron
and nothing else. I have styled the h1, but only the margins and also the div header. You need to put the font size on #header h1 instead of just on the #header. Once you do that you'll probably want to adjust it. I suggest not using px since IE users won't be able to resize it. AC -- Audra

Re: [css-d] Min-height, height, and viewport size

2007-06-06 Thread Audra Coldiron
: 100%; } You described it correctly at first so did you mis-type perhaps? AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available

Re: [css-d] background-image (ISSUES)

2007-06-05 Thread Audra Coldiron
can compress it to a reasonable size w/o sacrificing too much quality. Right now it's 382kB and takes nearly a minute for dial-up users to download the first time. You could easily get it down to under 60kB. AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com

Re: [css-d] float problem

2007-06-04 Thread Audra Coldiron
the left menu ends. This problem affects every browser. Float your centre column too and you'll be able to use floats with clears inside that column with no problem. AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate

Re: [css-d] how to dynamically constrain amount of Text/Content in a DIV area that can vary in size??

2007-06-03 Thread Audra Coldiron
) to have it done elegantly. AC-- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available

Re: [css-d] Gap div sizing issue - IE6

2007-06-03 Thread Audra Coldiron
showing through from the background. It is on all the pages except home (which used the swf file). Any ideas on how to fix this? Though I didn't see the problem, it sounds like IE6 is auto-expanding the container. Overflow: hidden; will fix it for IE6. AC -- Audra Coldiron Rock-n-Roll Design

Re: [css-d] Firefox Wmode Bug

2007-05-29 Thread Audra Coldiron
-index: 10 (or higher that the highest z-index you have) would probably do the trick but it's hard to tell w/o seeing the site :-) AC-- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs

Re: [css-d] Design repository less fancy than CSS Zen Garden

2007-02-16 Thread Audra Coldiron
around the same XHTML file which is based around our CMS. We also have a design wizard and reseller option so the system is open for anyone who's interested. http://rock-n-roll-design.com or http://karmasites.com AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com

Re: [css-d] expert system for CSS?

2007-02-15 Thread Audra Coldiron
around our system who aren't CSS experts. It you want to check it out you can here: http://karmawizard.com -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com A fresh approach: affordable, attractive websites that you control - content and design! No skills needed: http

Re: [css-d] layout choices

2007-01-25 Thread Audra Coldiron
-- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki

Re: [css-d] HTML prepared for Branding

2006-11-07 Thread Audra Coldiron
this breaks our single HTML skeleton ideal a little, but those are the demands the real world places on us :-) Of course, if your designs don't require anything as complicated as these hooks, then by all means avoid them. The simpler you keep your code, the easier maintenance is going to be. AC -- Audra

Re: [css-d] Examples of true pure semantic XHTML web sites using css?

2006-09-07 Thread Audra Coldiron
of it ;-) If anyone's curious you can check it out here: http://designerkarma.com -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2

Re: [css-d] Examples of true pure semantic XHTML web sites using css?

2006-09-07 Thread Audra Coldiron
tried to validate it failed due to my own poor mark-up in the content, not the skeleton. That's what I get for trying to do too many things at once. All's fixed now though, thanks for pointing it out :-) -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com

Re: [css-d] A Question of Strategy

2006-08-11 Thread Audra Coldiron
haven't had a complaint since but don't have a problem telling our clients dude, you/they need to upgrade. ;-) AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] floated layout puzzle - correct URL

2006-07-27 Thread Audra Coldiron
Sorry... here's the correct URL for anyone who's interested... http://audra.a0.aicdesign.net/news/?skin=193 -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com Affordable, attractive websites for musicians that are a breeze to update. Designers - wanna use the tools

Re: [css-d] Clearing Floats and Removing Vert Space

2006-07-10 Thread Audra Coldiron
on the clearing div fixed it for me. I used height 100% and found that any % height worked. I didn't try px or em's though since the div needed to expand with unknown content. AC -- Audra Coldiron Rock-n-Roll Design Hosting http://rock-n-roll-design.com Affordable, attractive websites