[css-d] IE7 Pseudoclass/hasLayout Weirdness

2006-10-30 Thread Steve Clason
e element pseudoclass, and you have to use two different triggers, apparently. There's a test case at http://www.bch.org/ie7HoverTest.html. -- Steve Clason Web Design & Development Boulder, Colorado, USA www.topdogstrateg

Re: [css-d] IE7 Pseudoclass/hasLayout Weirdness

2006-11-03 Thread Steve Clason
Bruno Fassino wrote: > Steve Clason wrote: > >> Although IE7 does support the :hover pseudoclass on elements other than >> , making Suckerfish-type navigation work without JavaScript, you >> have to be careful to trigger "hasLayout" in both the element and th

Re: [css-d] CSS between local and server

2006-11-05 Thread Steve Clason
't on the server; 2. the server delivers .css files as something other than text/css; 3. the link to the style sheet on the page references your hard drive; 4. something else. It's impossible to give a definitive answer without seeing it. Can you provide a URL? -- Steve Clason Web Design &a

Re: [css-d] alternating coloured rows in dynamic website

2006-12-12 Thread Steve Clason
d'); Untested, YMMV, etc. Then you can alter the background colors in the stylesheet and make other changes as well if you decide you want them later. So, tr.odd {background-color: #eee} tr.even {background-color: #F9FBF9] -- Steve Clason Boulder, Colorado, USA (303) 818-8590

Re: [css-d] Horizontal Navigation with Images

2007-02-11 Thread Steve Clason
up flush against one another? If an example is needed, I can post a > link. I just always assume that evil padding and margins lurk to thwart my desires everywhere, and explicitly set them all to 0. -- Steve Clason Boulder, Colorado, USA (303) 818-8590 __

Re: [css-d] list-style-image horizontal spacing

2007-02-12 Thread Steve Clason
ld probably turn something up, but ... The tip originated on this list, I think. If I'm going to use an image for a list I put the image as a background-image for the li, then set margins/padding on the appropriately. Since you can adjust the position of a background-image, that seems t

Re: [css-d] dreamweaver css

2007-03-12 Thread Steve Clason
that for myself on the odd occasion that I've maintained content on a static web site. -- Steve Clason Web Design & Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Pipe Dream?

2005-11-22 Thread Steve Clason
partial to open source but commercial recommendations are > welcome. > A good place to start is the wiki: http://css-discuss.incutio.com/?page=CssEditors Since this is a little OT, I'll send my recommendation off list. -- Steve Clason Web Design and Development Boulder, Colorado, US

Re: [css-d] Consistent navigation bar

2005-12-02 Thread Steve Clason
ough, but a server-side thingie. [1] http://httpd.apache.org/docs/1.3/howto/ssi.html -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTECTED] http://

Re: [css-d] Making whole of navigation list item area clickable in IE

2005-12-19 Thread Steve Clason
tent { font-color: teal; color: #003366; There's no selector "font-color" so you should probably just delete it in favor of the following "color". -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-85

Re: [css-d] Making whole of navigation list item area clickable in IE

2005-12-19 Thread Steve Clason
On 12/19/2005 4:34 PM Paul Jinks wrote: > Steve Clason wrote: > > I gave "ul#navlist li a" a 100% width and it seemed to work OK locally. > Hi Steve, > Are you viewing this in IE6 for windows? On my machine, if I set width > at 100%, this moves the last nav link

Re: [css-d] Problems with nested s used for tabbed navigation in IE 6.0

2005-12-22 Thread Steve Clason
take care of most of the issues you mentioned, though I'll admit I didn't look at everything. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EM

Re: [css-d] site check, Opera, any platform

2005-12-23 Thread Steve Clason
I have sent you a screen shot in a different email. Opera 8/WinXP is showing them as well. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROT

Re: [css-d] Site check for beta site (CSS layout help needed as well)

2005-12-29 Thread Steve Clason
*!!! NEW !!!*/ or I believe you can just delete the "position: absolute" from header_container, like so: div#header_container{ width:100%; height:8.5em; background:#005F00; /*position:absolute; !!! this is now rem'd out !!!*/ } It ain't exact

Re: [css-d] Why small gap between images?

2006-01-02 Thread Steve Clason
you might want to give the image an id and just apply the style to it. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTECTED] http://www.css-disc

Re: [css-d] centering text and left justifying text on one line

2006-01-03 Thread Steve Clason
ably. But why you're laying out this simple page with tables escapes me completely. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] "visited" footer Navigation problems

2006-01-04 Thread Steve Clason
e that first line should read: #navFoot ul li a:link, #navFoot a:visited { -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTECTED] http://www.css-disc

Re: [css-d] Obviously Misguided

2006-01-13 Thread Steve Clason
inspector. I'll help you as I can but you should email me offlist. Webdesign-l might be a better list for the kind of help you need [http://webdesign-L.com/]. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 ___

Re: [css-d] background-images alignment questions

2006-02-03 Thread Steve Clason
working on we might be able to help. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b

Re: [css-d] Aligning to bottom of a div

2006-02-03 Thread Steve Clason
bsolute; /*new rule*/ bottom: 0; /*puts it on the bottom*/ } You might want to give your price footers a class as well as an id and then position the class--it'll save some electrons. -- Steve Clason Web Design and Development Boulder, Colorado, USA

Re: [css-d] padding around image in IE6

2006-02-03 Thread Steve Clason
.dtd";> and things should be hunky-dory, though I confess I didn't test it. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] IE Repeating Text

2006-02-15 Thread Steve Clason
licated Characters Bug" http://www.positioniseverything.net/explorer/dup-characters.html -- Steve Clason Web Design & Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTECTED] http://www.css-dis

Re: [css-d] CSS Tab Menu Issue & Page Shifting Issue

2006-02-19 Thread Steve Clason
ou might consider a min-height on #container (for example) larger than the largest viewport height you expect so there will always be a scrollbar. -- Steve Clason Web Design & Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 ___

Re: [css-d] Question about IE6

2006-03-14 Thread Steve Clason
computer so I can really tear it > apart, I don't know what to tell him. I don't see a problem. It looks very similar to Firefox on IE6/SP2, Win XP Pro. -- Steve Clason Web Design & Development Boulder, Colorado, USA w

Re: [css-d] Suckerfish Woes & Frustrations

2006-07-09 Thread Steve Clason
r navigation list under "Dental Services", so there's nothing additional to show on hover. -- Steve Clason Web Design & Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [E

Re: [css-d] margin-top: imbalances in IE6 vs. FF1.5

2006-07-09 Thread Steve Clason
g you to grab a page and the associated style sheet(s) which I find useful for harder problems: http://www.newsgator.com/NGOLProduct.aspx?ProdID=TopStyle I don't know if the Lite Version has the feature. -- Steve Clason Web Design

Re: [css-d] Drop down menu not working in IE

2006-07-10 Thread Steve Clason
py the JavaScript as well as the html for your menu to work in IE. -- Steve Clason Web Design & Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTECTED] http://www.css-disc

Re: [css-d] problem with header spacing

2006-07-23 Thread Steve Clason
them explicitly to what you want: h1, h2, h3 (margin:0;padding:0;) h1 {padding: 1em 0} h2 {padding: .5em 0} h3 {padding-top: .5em} for instance. -- Steve Clason Web Design & Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 _

Re: [css-d] problem with header spacing

2006-07-23 Thread Steve Clason
p" element because it looked like you wanted the paragraph text to start immediately below the h3, and browsers have different default margins and padding for p as well as h*. I apologize for leading you astray. -- Steve Clason Web Design & Development Boulde

Re: [css-d] problem with header spacing

2006-07-23 Thread Steve Clason
Gene Falck wrote: > Hi Liz, > > You wrote (to Steve Clason): > >> Your code with the p worked perfectly until I wanted a paragraph break not >> under a header. Just a normal one. I didn't get a double space. I tried >> adding the paragraph space back in like

Re: [css-d] A quick Hello and a question

2006-08-03 Thread Steve Clason
Wade Markham wrote: > Hello all, > I'm Wade, a new designer. Hi Wade. > I've a problem, and unfortunately, I don't an url > for the troublesome code. Can I post the code? You can post the code but you are less likely to get help than if you supply a URL.

Re: [css-d] Trouble with putting a background-image in container

2006-08-03 Thread Steve Clason
without a URL, but if your CSS sits in its own directory then the path might be wrong--you might need (for instance): background-image: url("/Images/Paper.jpg"); I don't believe you need the quotes but I think they look pretty. -- Steve Clason Web Design & Development Bould

Re: [css-d] Disappearing Content in IE [Urgent]

2006-08-30 Thread Steve Clason
#x27;t get down to details, but I'd change background colors on likely suspects until I found a div that was sitting where I expected the nav to appear. If I wasn't so sleepy and my dog didn't need a walk, that is. I hope that helps some. -- Steve Clason Web Desi

Re: [css-d] Food menu set up

2006-09-21 Thread Steve Clason
y to do this? Also, it > would mean two lists being floated (the pint prices and the quart > prices) which could get problematic. > > Any ideas/suggestions would be most welcome. Sounds like a table to me. -- Steve Clason Web Design & Development Boulder, Colorado, USA www.topd

Re: [css-d] Footer not occupying full width of containing in IE6

2006-09-21 Thread Steve Clason
s short. Do you maybe have margin or padding on body or page-home? -- Steve Clason Web Design & Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTECTED] http://www.css-dis

Re: [css-d] extra space under in IE

2006-10-08 Thread Steve Clason
ul in #nav that's causing the problem--so you could do: #nav ul {margin: 0; padding: 0;} and see what happens. I've spent more hours than I want to remember scratching my head over similar problems and I always seem to forget those interior elements can cause what you're des

Re: [css-d] Organising my CSS styles

2006-10-12 Thread Steve Clason
his helps me keep my wits around what's being applied where. FWIW, YMMV, My $.02, etc. -- Steve Clason Web Design & Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTECTED] http:/

Re: [css-d] Style rule based upon ID and Class?

2005-05-14 Thread Steve Clason
padding 1ex; } then #mini{ font-weight: normal; } #full{ font-weight: bold; Both "Mini" and "Full" will be black text on a gray background surrounded by a 1 px solid black border. "Mini" will be normal--"Full" will be bold. -- Steve Clason

Re: [css-d] Background image not showing in Firefox - resubmission

2005-05-21 Thread Steve Clason
the issue. Both leftcol and maincol are floated, so as far as Firefox is concerned #inner has 0 height, so no place for the background to show. Clear them floats! http://www.positioniseverything.net/easyclearing.html -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrate

Re: [css-d] not understanding why link wont work

2005-05-21 Thread Steve Clason
om/aardvark/ [2] http://chrispederick.com/work/firefox/webdeveloper/ -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/m

Re: [css-d] Print Style Sheet still shows sidebars

2005-06-23 Thread Steve Clason
"media="screen" to "styles/advanced.css" or you'll have to explicitly declare "display: none" in "print.css" for each element you want to hide on a print. -- Steve Clason Web Design and Development Boulder,

Re: [css-d] out of place but floating?

2005-06-27 Thread Steve Clason
ction, and if I'm really lucky, in print with footnotes at the end of the page on which their "normal flow" tag would appear. Anyone have any thoughts on if this is even possible, or should I go crawling back to LaTeX? Sounds like a job for the DOM and Javascript, not CSS.

Re: [css-d] Displaying a Site over Several Platforms

2005-07-05 Thread Steve Clason
7;s a page from our Wiki that covers the essentials: http://css-discuss.incutio.com/?page=MediaStylesheets The short answer is "yes, but.... -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (30

Re: [css-d] Re: Problem with “bottom-sectio n” overwriting “mid-section” in CSS

2005-07-13 Thread Steve Clason
thing not sinking below the left-navigation, that can be fixed by changing #navigation from "position:absolute" to "float:left". I didn't look at what new problems that causes. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogs

Re: [css-d] IE Displays Sometimes - Other Times Does Not

2005-07-14 Thread Steve Clason
on? Am I doing something that is causing this strange behavior? Hard to tell for sure without seeing the page but it sounds like the peekaboo bug. See: http://www.positioniseverything.net/explorer/peekaboo.html -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.

Re: [css-d] small space between image and border

2005-07-14 Thread Steve Clason
text descenders like the tail on a "g". Changing the display to "block" removes the possibility of descenders and so the need for the space. You could also make the text-size on #mosaic tiny (1px, say) to make the space for the descenders disappear. -- Steve Clason Web Desig

Re: [css-d] Containers and floats

2005-07-19 Thread Steve Clason
s". Searching on that will get you lots of advice, here are two good sources: http://www.positioniseverything.net/easyclearing.html http://www.quirksmode.org/css/clearing.html -- Steve Clason Web Design and Development Boulder, Colorado, USA w

Re: [css-d] Two different sets of hyperlink rules

2005-07-24 Thread Steve Clason
es if you want to control hover and visited states, for instance: .addressbar a:link{ text-decoration:underline; } .addressbar a:visited{ text-decoration:underline; } .addressbar a:hover{ text-decoration:none; } .addressbar a:active{ text-decoration:underline; } -- Steve Clason Web Design a

Re: [css-d] Suckerfish Dropdown Problem

2005-08-01 Thread Steve Clason
New Open Close Save Save As... Log Out This contains the sub-list in the top-level list item. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (30

Re: [css-d] Suckerfish Dropdown Problem

2005-08-01 Thread Steve Clason
menus act like normal Suckerfish-style dropdowns as far as I can tell. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTECTED] http://www.css-disc

Re: [css-d] Site check please

2005-08-21 Thread Steve Clason
crewy. Site is: http://www.bnh.org Your host is serving the stylesheet with the wrong MIME type: Content-Type: text/plain Should be: Content-Type: text/css So FF and NS ignore it. See this explanation: http://developer.mozilla.org/en/docs/Incorrect_MIME_Type_for_CSS_Files -- Steve Clason Web D

Re: [css-d] Positioning Confusion

2005-09-01 Thread Steve Clason
ight: 25px; background: url(http://www.insidedesign.info/bck/images/contentBacground.gif) repeat-y; } -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTE

Re: [css-d] bump problem in IE

2005-09-10 Thread Steve Clason
On 9/10/2005 12:24 PM Adam Helweh wrote: Anyone have any idea why my nav on the right side is bumped down in IE but not in FF? http://www.lice-control.com/layout2.htm ewww, lice. It looks the same to me DP Alpha 2 and IE6, WinXP. Where exactly are you seeing the problem? -- Steve

Re: [css-d] importing html code (and its respective css file)

2005-09-11 Thread Steve Clason
here, it is not well supported. Sounds like a job for an iframe: http://www.w3.org/TR/REC-html40/present/frames.html#h-16.5 Which makes it OT for this list. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrate

Re: [css-d] Why don't my images appear on site?

2005-09-22 Thread Steve Clason
if memory serves.) You'll have to get that stuff right and then we can help you if any CSS issues remain. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __

Re: [css-d] Centering a Site

2005-09-25 Thread Steve Clason
ve a look at the css-d wiki, as David suggested: <http://css-discuss.incutio.com/?page=CenteringBlockElement> -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ cs

Re: [css-d] Validator Encoding Note

2005-09-27 Thread Steve Clason
k under "Information" then "View Page Information" and "View Response Headers". -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-disc

Re: [css-d] Validator Encoding Note

2005-09-27 Thread Steve Clason
Content-Type element is for, to change the content-type of the page from what the http header says. We may be straying from practical-css, though. The List at evolt[1] would be a good place to ask the question again. [1]http://lists.evolt.org/mailman/listinfo/thelist -- Steve Clason Web Desig

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

2005-10-03 Thread Steve Clason
erlays the element with the links. The best way to go about troubleshooting that I've found is to put colored borders or backgrounds on your block-level elements and see what's sitting on top of what. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrate

Re: [css-d] My nav bar doesn't show up

2005-10-13 Thread Steve Clason
On 10/13/2005 1:22 AM Nancy Smith wrote: What am I doing wrong with my nav bar? It shows up in Dreamweaver, but not on the site? http://www.doloresmission.com/wmipage.htm# I don't see a nav bar in your source code. Maybe you are looking at two different versions of the file. -- Steve C

Re: [css-d] Help with Expandable Lists

2005-10-16 Thread Steve Clason
ing the missing "}" seems to fix at least some of the problems. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTECTED] http://www.css-dis

Re: [css-d] drop down menus aren't clickable in IE

2005-10-19 Thread Steve Clason
x27;d recommend reviewing this tutorial: http://devedge-temp.mozilla.org/viewsource/2003/devedge-redesign-js/index_en.html or using the "Son of Suckerfish" technique: http://www.htmldog.com/ptg/archives/50.php -- Steve Clason Web Design and Development Boulder, Colorado,

Re: [css-d] Horizontal navigation problem - forefox.

2005-10-21 Thread Steve Clason
; color: #fff; border: 0; display:block } /*display:block is new*/ -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/li

Re: [css-d] Bullets in FF

2005-10-24 Thread Steve Clason
display: list-item; list-style-type: none;/*add this*/ float: left; margin: 0px; padding: 0px; height: 20px; width: 80px; } -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (30

Re: [css-d] Put gap in list styled for navigation

2005-10-26 Thread Steve Clason
o to: http://www.digitalbeginnings.shef.ac.uk I'm missing something really obvious, right. But what? I believe I'd go with two lists. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 _

Re: [css-d] The css-d wiki REBORN!

2010-03-11 Thread Steve Clason
Eric A. Meyer wrote: > Ladies and gentlemen, the new CSS-D wiki: A deep bow to all the volunteers. (Bows, deeply.) And the logo is great. -- Steve Clason Boulder, Colorado, USA (303)818-8590 __ css-discuss [cs...@lists.

Re: [css-d] slideshow positioning problem

2011-04-19 Thread Steve Clason
something like: .slideshow p { position: absolute; } Which is present on the site that works, BTW, and not on the one that doesn't. -- Steve Clason Boulder, Colorado, USA (303)818-8590 __ css-discuss [css-d@lists.css-di

Re: [css-d] Why Did This CSS Class Stop Working?

2005-04-30 Thread Steve Clason
f Unix) so "class="PullQuote" doesn't refer to ".pullquote". Make the case the same and you should be on your way. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 __