Daniel wrote:
> ...it seems like the "t" in
> Development always appears
> on top of the graphic.
A duplicated character could turn out to be the culprit, too.
http://positioniseverything.net/explorer/dup-characters.html
Ingo
--
http://www.satzansatz.de/css.html
_
On 11/16/06, Eric A. Meyer <[EMAIL PROTECTED]> wrote:
> Similarly, 'body:first-child' would select any body element that's
> the first child of its parent (which is html) -- and since every
> document I've ever seen has at least a head element before the body
> element, 'body:first-child' woul
Daniel wrote:
> I'm doing an image replacement, but in IE 6 (and 7?), I'm getting rid of
>
> Web Design & Development and replacing it with
> a graphic.
>
> The CSS is :
>
> .mir {
> text-indent:-9px;
> }
> h1 {
> background: url(i/branding_h1.jpg) no-repeat;
> height: 180px;
>
Ross Hulford wrote:
> Hi,
>
>
> This page is a work-in-progess however I am trying to make the text stay
> inside the div butttons when the text size is increased (firefox). I tried
> word-wrap:break-word; but this does not work.
>
> http://www.blue-fly.co.uk/test.php
>
> http://www.blue-fly.
Erik Visser wrote:
> Then a question on my menu. It looks quite good. Hoovering is ok. But
> when clicked the border of #header disappears...
>
> I think this was brought up earlier on the list. Something to do with
> dotted line when selected. But is this correct and is there a
> solution?
Reference file here. CSS on the page:
http://208.112.27.110/TEST.cfm
The two lists are copies of each other. No difference.
The CSS for them is exactly the same to, the only difference is
"display: inline;" added to li elements on the horizontal list.
Roll over the links and you can see what ha
francky wrote:
> Erik Visser wrote:
>
>>
>> The the colored horizontal menu's left and right zone are white. But the
>> left
> and right?
>
No, right should be blue, left should be white. Gunlaug brought up the
solution.
Thanks Franky, Erik
__
Gunlaug Sørtun wrote:
>
> The addition of...
> #header {background: blue; height: auto;}
> .hnav {background: #fff;}
> #nav {overflow: hidden; background: #fff;}
> ...will make it look as you describe - blue on left side and white on
> right side.
>
Well, keeping left and right apart is always h
Pardue, Karen T. wrote:
>[...] It is my understanding that by choosing "Heading 3", for
>example, I will apply the style for that selected heading according to
>what is in the attached style sheet for "Heading 3".
>My colleague [...] instead uses the CSS Styles Panel to select such
>font styles
Erik Visser wrote:
> -- 1. -- Padding or margin?
> To lower the text in the middle column (#col_middle) i used:
> margin-top: 6em; The same for the right column. I also could have
> used padding.
>
> Wich one is better margin or padding? And why? Or is the answer:
> depends.. If so, in which
Hi,
I have two divs one contains tab navigation and the other contains the
content. I want the content div to display directly under the tabs.
In IE6 it's displaying how I want it to...but for some reason in FF
the tabs are showing up at the top inside the content div..Here's my
html markup and cs
I'm doing an image replacement, but in IE 6 (and 7?), I'm getting rid of
Web Design & Development and replacing it with
a graphic.
The CSS is :
.mir {
text-indent:-9px;
}
h1 {
background: url(i/branding_h1.jpg) no-repeat;
height: 180px;
width:650px;
}
Ok, to the problem...n
On the 17th of October Heidi Langeneckert wrote:
> My design is fairly simple, I just want my content centered
> in the middle vertically, and stretch 100% from top to
> bottom.
Grüße Heidi
This might get you started:
http://css-discuss.incutio.com/?page=HundredPercentHeight
HTH
Mark
--
Thi
Erik Visser wrote:
>[...]
>I have 2 specififc questions.
>
>-- 1. --
>[...]
>
>-- 2. -- About the horizontal menu. Propabilly quite simple, but i
>struggled for quite a while and did not find a solution.
>
>The the colored horizontal menu's left and right zone are white. But the
>left
>
and righ
James Ward wrote:
>I'm wanting to use a technique similar to Eric Meyer's:
>
>http://meyerweb.com/eric/css/edge/popups/demo.html
>
>to show an explanation of some technical terms in a site I am building.
>
>My problem is that I want the popup text to be positioned in a
>different div to the anchor
Thanks, especially Gunlaug and Franky, for the thorough testing.
Now i put up further developed version of the site.
(Franky, your latest addition/change is not yet included)
I have 2 specififc questions.
-- 1. -- Padding or margin?
To lower the text in the middle column (#col_middle) i used: ma
Maren Child wrote:
>[...]
>Does anyone know why?
>
>
Hi Maren,
Yes: suggestions of my first reply tested! :-)
*
http://home.tiscali.nl/developerscorner/css-discuss/test-biotextconsult-1.html
Succes and greetings,
francky
>>
>> http://kickasswebdesign.com/test/wp/
>>
>> relevant css here:
>> http://kickasswebdesign.com/test/wp/wp-admin/themes/gridztheme/style.css
>>
>
> All browsers:
> I think you'll need to bump the on hover color for div.topcontentnav
> a:hover.
> XP
> Looks fine in ie7 to me; although, if you
Hi Heidi,
The support for CSS to stretch content vertically is a bit tricky
since CSS is unaware of the browser window's width and height, though
you could take steps to figure these values out with Javascript, but I
don't recommend it as there may be other alternatives:
-Have you tried applyi
This properly positions a background image for the body in IE and Netscape.
Doesn't work in Firefox
body {
height: 100%;
background-color: #FF;
padding: 0;
margin: 0;
background-image: url(../images/back_body.gif);
background-position: bottom center;
background-repeat: no-repeat;
At 11/16/2006 11:18 AM, James Ward wrote:
>I'm wanting to use a technique similar to Eric Meyer's:
>
>http://meyerweb.com/eric/css/edge/popups/demo.html
>
>My problem is that I want the popup text to be positioned in a
>different div to the anchor to which it is linked.
Not using CSS alone. But
charles wrote:
> Responding to my own message with an update... if anybody cares. =}
>
> charles wrote:
>> I've recently run into a new (to me) bug in IE6 and IE7 regarding
>> fieldsets and legends. I've been bashing my head against my desk for a
>> couple days now and would appreciate it if a
Hi,
Im am fairly new to CSS. Thi is my issue:
My design is fairly simple, I just want my content centered in the middle
vertically, and stretch 100% from top to bottom. I put this in my css to do
this,
body, html {
margin: 0;
height: 100%;
}
So this works on my Mac in f
Hi,
Im am fairly new to CSS. Thi is my issue:
My design is fairly simple, I just want my content centered in the middle
vertically, and stretch 100% from top to bottom. I put this in my css to do
this,
body, html {
margin: 0;
height: 100%;
}
So this works on my Mac in f
Responding to my own message with an update... if anybody cares. =}
charles wrote:
> I've recently run into a new (to me) bug in IE6 and IE7 regarding
> fieldsets and legends. I've been bashing my head against my desk for a
> couple days now and would appreciate it if anybody could let me know
I'm wanting to use a technique similar to Eric Meyer's:
http://meyerweb.com/eric/css/edge/popups/demo.html
to show an explanation of some technical terms in a site I am building.
My problem is that I want the popup text to be positioned in a
different div to the anchor to which it is linked.
Do
Hi,
Im am fairly new to CSS. Thi is my issue:
My design is fairly simple, I just want my content centered in the middle
vertically, and stretch 100% from top to bottom. I put this in my css to do
this,
body, html {
margin: 0;
height: 100%;
}
So this works on my Mac in
WebCore (the framework that does all the rendering and such within
WebKit) gets all of its CSS information from http://trac.webkit.org/
projects/webkit/browser/trunk/WebCore/css/CSSValueKeywords.in and
http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/css/
CSSPropertyNames.in
The
At 10:45 -0700 16/11/06, Michael Stevens wrote:
>I don't think this is a Dreamweaver question.
>
>It looks to me as though she's asking what the difference or benefit is
>between formatting a paragraph as an element or formatting it by class="SanText90Centered"> when h3 and .SanText90Centered are
I don't think this is a Dreamweaver question.
It looks to me as though she's asking what the difference or benefit is
between formatting a paragraph as an element or formatting it by when h3 and .SanText90Centered are defined
identically in the stylesheet.
Mike
-Original Message-
From:
Barney,
I know this isn't exactly what you're looking for, but have a look at
this (if you haven't already):
http://trac.webkit.org/projects/webkit/browser/trunk/WebKitTools/iExploder/htdocs/cssproperties.in?rev=14011
One interesting thing to note is that about halfway down the file,
there's a c
At 4:12 PM + 11/16/06, Barney Carroll wrote:
>body:last-child ... {}
>
>I saw this a while back and chuckled, but today I found cause to use it.
>It's supposedly a hack for WebKit browsers (I don't understand how there
>could be any ambiguity over what the last child of the body could be,
>but
The latest Webkit nightlies now use the -webkit prefix instead of -
khtml (I forget off the top of my head if they still recognize -khtml
properties). The WebKit developers don't really publicize -webkit
properties because most of them are only intended for use internally
within the engine,
Ross Hulford wrote:
> This page is a work-in-progess however I am trying to make the text stay
> inside the div butttons when the text size is increased (firefox). I tried
> word-wrap:break-word; but this does not work.
>
> http://www.blue-fly.co.uk/test.php
>
> http://www.blue-fly.co.uk/test/bf.
Karen
It would be better to ask such a question on a Dreamweaver mailing
list, since this is a Dreamweaver-related question and not a CSS one.
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14240
If anyone wants to answer Karen, please do so offlist.
Alex
css-d moderator
_
Hello,
I noticed my colleague and I work differently with certain aspects of
CSS. In Dreamweaver is found both "Properties: Format" (when assigning
font properties according to style sheets present) and the Dreamweaver
Panel, "CSS Styles: .SanText90Centered" (etc). If I want to create a
heading in
Anybody know about this?
body:last-child ... {}
I saw this a while back and chuckled, but today I found cause to use it.
It's supposedly a hack for WebKit browsers (I don't understand how there
could be any ambiguity over what the last child of the body could be,
but there you go). I've seen e
Andrew and Don, cheers.
KHTML, the technology itself, is widely documented - although mostly in
purely abstract forms. I am interested in finding a definition of khtml
css properties, with a listing, explanation, and lists of possible
values to assign to them. That's why I specifically searched
bj wrote:
> Page here:
>
> http://kickasswebdesign.com/test/wp/
>
> relevant css here:
> http://kickasswebdesign.com/test/wp/wp-admin/themes/gridztheme/style.css
>
[trimmed-- Ingo answered the Safari question]
>
> I'm still recovering from a hard drive crash on the xp box, and can't
> yet test
Ingo Chao wrote:
> bj wrote:
>
>> http://kickasswebdesign.com/test/wp/
>> Background color and background image won't show on the #header. It
>> almost looks like a clearing problem but I have a clearing element in
>> place that's working in every other browser.
>>
>> Also the two horizontal navi
I've had a very exciting day chasing a Safari bug. While looking for
solutions I stumbled upon the following thins, which I'm sure everyone
will find very useful:
The WebKit nightly build - http://webkit.org
Essentially Safari 3 beta. It has the most incredible DOM inspector I
have ever seen (
My apologies to the list - my instinct was wrong and I held off from
stepping in earlier to stop this thread.
>This is getting way off-topic now, so I'm going to leave it at that.
If you ever find yourself writing something like the above...
... STOP! DO NOT PASS GO! DO NOT COLLECT 200 CSS-D
Greetings,
When I have an element with position:relative, and inside it I have elements
with position: absolute and background-color, The background-color isn't
showing.
The problem is only in FF1.5 (not 2.0 and not IE)
(example: http://img2.tapuz.co.il/forums/1_89256141.htm)
Thanks
I/\/\
__
bj wrote:
> http://kickasswebdesign.com/test/wp/
> Background color and background image won't show on the #header. It
> almost looks like a clearing problem but I have a clearing element in
> place that's working in every other browser.
>
> Also the two horizontal navigation areas don't show i
Hi all,
I'm trying to figure out and understand a problem that I have multiple
times while coding, so if anyone can point me out what I'm doing
wrong, and which is the best direction I can follow I'll appreciate
it.
Here's the problem
I have a div with a small image only ( 5px per example ) if I
On 16/11/2006 00:11, Graham Anderson wrote:
> attribute for the Body
> strstr ($_SERVER['HTTP_USER_AGENT'], "Macintosh") ?
> print "body { font-size:76%;}" : /*UserAgent says its a Mac*/
> print "body { font-size:100%;} "; /*PC*/
>
You know you can't trust the User Agent string, right? We've be
Page here:
http://kickasswebdesign.com/test/wp/
relevant css here:
http://kickasswebdesign.com/test/wp/wp-admin/themes/gridztheme/style.css
Background color and background image won't show on the #header. It
almost looks like a clearing problem but I have a clearing element in
place that's wor
Hi,
This page is a work-in-progess however I am trying to make the text stay inside
the div butttons when the text size is increased (firefox). I tried
word-wrap:break-word; but this does not work.
http://www.blue-fly.co.uk/test.php
http://www.blue-fly.co.uk/test/bf.css
I do not really want
Maren Child wrote:
>Links in the second row of a navigation list do not behave like links in
>IE6, but they are fine in Firefox:
>
>ul.menu { list-style-type: none; padding-bottom: 20px; margin-left: 0;
>}
>ul.menu li { display: inline; padding-bottom: 20px; text-align: left;
>}
>ul.menu a { text
Ingo wrote:
>
> apply
> vertical-align:bottom
> to the li's
>
> http://archivist.incutio.com/viewlist/css-discuss/68792
>
>
> Ingo
>
> --
> http://www.satzansatz.de/css.html
>
Yes, applying the vertical-align: bottom worked. Great.
Thank you very much Ingo.
Dimpie
dimpie wrote:
> ...In Internet Explorer 6 the list-items in ul#level1 are moving down as soon
> as I hover over one of the list-items.
> I think this has to do with the 'display: block' I've put on the tag,
> because as soon as I remove it, the jumping of the list-items stops.
>
>
> ... You c
Hi everybody,
I'm getting quite desparate about this problem.
I've been trying for hours and hours to solve the problem, but nothing works.
In Internet Explorer 6 the list-items in ul#level1 are moving down as soon as I
hover over one of the list-items.
I think this has to do with the 'display:
Links in the second row of a navigation list do not behave like links in
IE6, but they are fine in Firefox:
ul.menu { list-style-type: none; padding-bottom: 20px; margin-left: 0;
}
ul.menu li { display: inline; padding-bottom: 20px; text-align: left;
}
ul.menu a { text-decoration: underline; colo
53 matches
Mail list logo