Peggy Coats wrote:
> Can't figure out what I'm missing here:
> http://www.ambientglow.com/garage/pmsca/web/sample-index.html
>
> css: http://www.ambientglow.com/garage/pmsca/web/_css/pmsca-home.css
>
> I want the three horizontal divs -- header, content wrapper, and
> footer -- to be flush with eac
David Laakso wrote:
> Peggy Coats wrote:
>> Can't figure out what I'm missing here:
>> http://www.ambientglow.com/garage/pmsca/web/sample-index.html
>>
>> css: http://www.ambientglow.com/garage/pmsca/web/_css/pmsca-home.css
>>
>> I want the three horizontal divs -- header, content wrapper, and
>> f
Hi,
I'm not sure if my first email got lost, as I never received it, so
I'm sending it out again. I apologize if you receive this twice.
I can't figure out why IE7 is giving me a "blacking" out my png image
when I assign an opacity value to the div that holds it. Here's a
link. The css is i
> Can't figure out what I'm missing here:
> http://www.ambientglow.com/garage/pmsca/web/sample-index.html
Hi,
Just add:
* { margin:0; padding:0 }
to the top of your CSS file. It resets the padding and margin for all
elements.
Best regards,
Kepler Gelotte
Neighbor Webmaster, Inc.
156 Normandy
On Jun 7, 2008, at 2:58 AM, Peggy Coats wrote:
> Can't figure out what I'm missing here:
> http://www.ambientglow.com/garage/pmsca/web/sample-index.html
>
> css: http://www.ambientglow.com/garage/pmsca/web/_css/pmsca-home.css
>
> I want the three horizontal divs -- header, content wrapper, and
>
Peggy Coats wrote:
> http://www.ambientglow.com/garage/pmsca/web/sample-index.html
> I want the three horizontal divs -- header, content wrapper, and
> footer -- to be flush with each other, yet I've got white space in
> the content wrapper between header and footer, and, within content
> wrap
I just asked for help with space between my topper and wrap at
http://njlada.com/sandbox.
I continued to play around and when I eliminated the border on bottom
and then top of topper, the space closed up. Eliminating only the
bottom border didn't do the trick. I don't know why this worked, but
Hi,
I can't figure out why IE7 is giving me a "blacking" out my png image
when I assign an opacity value to the div that holds it. Here's a
link. The css is in the head of the source. It's easy to see the
problem.
http://dev.tonedeafdesign.com/test/frame.php
It works fine in FF and Safari.
Amazing!
Thank you so much for this site link.
This would have saved tons of times yesterday!
Thanks
Eric
--- On Fri, 6/6/08, Sandy <[EMAIL PROTECTED]> wrote:
From: Sandy <[EMAIL PROTECTED]>
Subject: Re: [css-d] IE 6 Showing Character that should be hidden?
To: [EMAIL PROTECTED]
Cc: css-d@lists
Hayden's Harness Attachment wrote:
>
> I have a page that will contain three (3) columns after some text.
> The columns are for First and Last Name, Title and City located in.
I'm probably misunderstanding what you are after... but isn't this type
of content exactly what /should/ be in a table?
Barrett,
Plan to set up a virtual IE environment on my mac using VMware Fusion.
My only issue is getting a hold of IE 6. But the tredosoft.com may work.
Thanks!
Eric
--- On Fri, 6/6/08, Barrett <[EMAIL PROTECTED]> wrote:
From: Barrett <[EMAIL PROTECTED]>
Subject: Re: [css-d] IE 6 Showing Chara
Eric Heitz wrote:
> I was having an issue with IE throwing my center and right columns
> down below the l/h nav. Would the height not be the initial cause?
>
> Just curious.
>
> Learning as I go along.
>
> Thanks
> Eric
>
>
> Eric Heitz wrote:
> > Got it.
> >
> >
> > Need anoth
Hello,
I checked the archives and could not find out if this has been discussed. I
feel like I am div "id-ing" all the time. For example, I use the container
structure quite a bit on my webpages, but wonder what are the best practices
concerning creating many unique css div ids ( etc.) . My styl
I was having an issue with IE throwing my center and right columns down below
the l/h nav. Would the height not be the initial cause?
Just curious.
Learning as I go along.
Thanks
Eric
--- On Fri, 6/6/08, David Laakso <[EMAIL PROTECTED]> wrote:
From: David Laakso <[EMAIL PROTECTED]>
Subject: R
On Jun 5, 2008, at 8:58 PM, David Terrell wrote:
>
> --- Arlen Walker <[EMAIL PROTECTED]> wrote:
>
>> Wouldn't it have been simpler all around to just use
>> the header image
>> as a background, and put the menu inside the header
>> div? Use of
>> negative margins has a spotty record. As you
>> n
Can't figure out what I'm missing here:
http://www.ambientglow.com/garage/pmsca/web/sample-index.html
css: http://www.ambientglow.com/garage/pmsca/web/_css/pmsca-home.css
I want the three horizontal divs -- header, content wrapper, and
footer -- to be flush with each other, yet I've got white spa
You can get an install of all the old IE's here assuming you have a
windows box laying around.
I found it recently; works great.
http://tredosoft.com/Multiple_IE
Thanks,
Barrett
AOL/AIM handmadepaperus
On Jun 6, 2008, at 12:52 PM, Sandy wrote:
>
>> Can anyone look at this in IE6?
> Eric, you ca
> Can anyone look at this in IE6?
Eric, you can check it in IE6 yourself using this free service:
http://ipinfo.info/netrenderer/index.php
I find it very helpful.
Sandy
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.
Wouldn't it be best to assign an ID (or class) to each page's html body
tag? eg: , , , etc.
The css would be, for example:
#home #hdr {
background: url(i/bg-hdr1.png)
}
#faq #hdr {
background: url(i/bg-hdr2.png)
}
#whatever #hdr {
background: url(i/bg-hdr3.png)
}
__
Thanks!
- Original Message -
From: "Barrett" <[EMAIL PROTECTED]>
To: "Len Switalski - ZinZang Studio" <[EMAIL PROTECTED]>
Cc:
Sent: Friday, June 06, 2008 12:32 PM
Subject: Re: [css-d] Maddening unwanted a:hover img anomaly in IE
> Try hitting the Reply All button in your email client an
Try hitting the Reply All button in your email client and make sure
css-d@lists.css-discuss.org appears in recipients so everybody gets a
copy.
Thanks,
Barrett
AOL/AIM handmadepaperus
On Jun 6, 2008, at 11:55 AM, Len Switalski - ZinZang Studio wrote:
> Great!
> Now if I could just figure out wh
Eric Heitz wrote:
> Got it.
>
>
> Need another review of the layout in IE 6 to see if it works.
>
> http://www.kucia.com/bcs/BC_Surgical_08/insights/index.html
>
>
>
> Eric
>
>
It is close enough in IE/6. For those users in IE/6 & IE/7 who ignore
your frozen-fonts, using pixel line-height is
Hooray it worked.
Thanks to my new favorite user list !
Barrett
AOL/AIM handmadepaperus
On Jun 6, 2008, at 11:11 AM, Barrett wrote:
> How would I address all typical site wide text links ?
> I thought
> a:hover { color: #a52a2a; text-decoration: none; background-color:
> white; cursor: pointer
How would I address all typical site wide text links ?
I thought
a:hover { color: #a52a2a; text-decoration: none; background-color:
white; cursor: pointer }
was the correct procedure ?
I was contemplating using a background color on text links for
improved UI feedback.
Something like this ap
Works like a charm. ;)
Regards,
Christian
*Directmedia Publishing GmbH* · Möckernstraße 68 · 10965 Berlin
www.digitale-bibliothek.de
AG Berlin-Charlottenburg · HR B 58002 · USt.Id. DE173211737
Geschäftsführer: Ralf Szymanski · Erwin Jurschitza
Eric Heitz schrieb:
> Got it.
>
> Updated the css a
> .banners img { vertical-align: bottom; }
>
> What's happening?
>
> http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps
>
Worked great, and thanks for the link!
--
christopher <[EMAIL PROTECTED]>
__
css
Hi,
New guy here and hopefully only partly clueless on css - I'm turning
over a new leaf and hope to do our site rebuild without hammering
everything with font tags and band aids.
I've spent hours on the following problem and officially give up so
to speak - i've fallen and can't get up.
Got it.
Updated the css and html file for this link.
When reading the update it talks about elements with display: one applied would
show.
I used that for my print.css, so I removed it from the HTML and will use it in
my print.css only.
Need another review of the layout in IE 6 to see if it wo
Unfortunately the character is still there.
It's definitely the "s" from the third menu item "HJVs". Cause if you
place "HJVsx" in there, the hideous character turns into an "x" as well
(or whatever character you put as the last one in that menu item.
Look at the "Update" section on the page I
Okay I have it down to one error in the HTML validation.
CSS is valid 2.1. <-- it feels good when you pass the test.
Removed the comments from the main.css and bcs_insights.css.
Can anyone look at this in IE6?
http://www.kucia.com/bcs/BC_Surgical_08/insights/index.html
Question: Why does the H
Hello,
look for the thread called "html comments causing ghost text to appear
in ie6 ???". I guess that's your solution.
In http://www.positioniseverything.net/explorer/dup-characters.html it says:
"The direct cause is nothing more than ordinary *HTML comments*, such
as, , sandwiched between fl
Eric Heitz wrote:
> Under the top nav of the following link IE 6 is placing an
> type character?
>
> Can anyone give me a hint on why?
>
> Link: http://www.kucia.com/bcs/BC_Surgical_08/insights/index.html
I don't use IE 6 any more, but I have a few suggestions:
1) Are you sure this is a CSS
Under the top nav of the following link IE 6 is placing an type
character?
Can anyone give me a hint on why?
Link: http://www.kucia.com/bcs/BC_Surgical_08/insights/index.html
Eric
__
css-discuss [EMAIL PROTECTED]
http://www
33 matches
Mail list logo