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
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
'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
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
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
__
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
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]
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
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://
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
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
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
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
*!!! 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
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
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
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
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
___
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
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
.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
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
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
___
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
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
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
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
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
_
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
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
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.
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
#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
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
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
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
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:/
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
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
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
"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,
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.
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
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
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.
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
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
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
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
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
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
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
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
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
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
__
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
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
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
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
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
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
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,
; 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
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
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
_
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.
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
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
__
68 matches
Mail list logo