I would be happy just applying a background color as the latest version of
Chrome renders the player seemingly not in a container.
From: Brian Kardell [mailto:bkard...@gmail.com]
Sent: Tuesday, March 14, 2017 7:49 PM
To: Angela French
Cc: CSS Discussion Group
Subject: Re: [css-d] anyway to style
Hello,
I am experimenting with using the tag. I see it looks very different
across browsers. Is there any way to consistently style it across browsers?
Everything I see from Google is years old.
Thanks,
Angela French
Internet/Intranet Specialist
Washington State Board for Community and
float:left;
display:block;
}
.greyHeaderLeft img {
float:left;
margin: 0;
}
Thank you for any advice.
Angela French
Internet/Intranet Specialist
Washington State Board for Com
s.css-discuss.org] On Behalf Of Chris Rockwell
Sent: Tuesday, November 29, 2016 10:58 AM
To: Angela French; Philippe Wittenbergh
Cc: CSS-D
Subject: Re: [css-d] help getting my under by
The issue appears to be at line 1725 of sbctc.css. Is floating every image in
the main container the desired behavior?
Well based on your example (good & correct HTML, no need for more), the caption
is exactly where you want it to be - given the code above. So what exactly is
your issue?
Notes:
1. you don’t need the `clear:both` on the figcaption, position: absolute takes
care of that.
2. there is lots of whi
e img {
display:block;
}
figcaption {
clear: both;
position:absolute;
bottom:0;
left:0;
}
Angela French
Internet/Intranet Specialist
Washington State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu<mailto:afre...@s
Passing along a recent article worth reading:
https://seesparkbox.com/foundry/thoughtful_css_architecture?utm_source=CSS-Weekly&utm_campaign=Issue-235&utm_medium=email
Angela French
Internet/Intranet Specialist
Washington State Board for Community and Technical Colleges
360-704-4
ze:contain;
background-position:center;
}
Here is my development link:
http://www.dev.sbctc.edu/_testing/test-survey-bar-4.aspx . Greatly appreciate
any advice.
Angela French
Internet/Intranet Specialist
Washington State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu&l
links. The visual examples it
gives of the failures is not what is happening on the actual site. I can't
find what is causing this in the css.
Thank you for any suggestions.
Angela French
Internet/Intranet Specialist
Washington State Board for Community and Technical Colleges
Is bootstrap an option?
-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Larry Martell
Sent: Tuesday, March 29, 2016 3:08 PM
To: CSS Discuss
Subject: [css-d] align 4 divs horizontally
I am trying to align 4 divs horizo
Well, after all your help, it turns out my Communications dept. has decided
they don’t want to go forward on the direction I was taking. Oh, well. I did
learn a few things in the process , so thank you all.
Angela French
From: Chris Rockwell [mailto:ch...@chrisrockwell.com]
Sent: Monday
er so that the entire "row" fills the width
of its parent.
This is my CSS. I am not able to provide a link at this time.
left
center
right
Angela French
Internet/Intranet Specialist
Washington State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu<m
It is not in an iframe. I'm wondering if the css coming from Trumba (their JS
code is embedded into my page) comes later in the page lifecycle and is thus
overwriting mine. Is this possible?
Angela French
-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:
e it stand out a little
more.
Angela French
-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Karl DeSaulniers
Sent: Friday, March 25, 2016 6:30 PM
To: CSS-D
Subject: Re: [css-d] syntax: attribute selector on linked i
: CSS-D
Cc: Angela French
Subject: Re: [css-d] syntax: attribute selector on linked image
> On Mar 25, 2016, at 01:56, Angela French wrote:
>
> I am trying to write CSS that will apply top margin on an image that is used
> as a back arrow button. The generated html is as follows:
-top:200px; /* big for test */
background-color:pink; /*test*/
}
Thank you for any advice.
Angela French
Internet/Intranet Specialist
Washington State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu<mailto:a
y have any
connection to a current issue I was fretting over, but the subject line caught
my attention as something worth reading. This list has definitely contributed
to my cSS knowledge over the years. I hope it keeps going.
Angela French
WA State Board for Community and Technica
bergh [mailto:e...@l-c-n.com]
Sent: Tuesday, September 29, 2015 4:57 PM
To: Angela French
Cc: CSS-D
Subject: Re: [css-d] trouble with background-image in p::after
> On Sep 30, 2015, at 08:39, Angela French wrote:
>
> I have the CSS and html below , but it is not displaying the image in t
That didn’t work. When I look at in IE developer tool (F12) it is showing a
strikethrough on that style. I don’t understand why though.
From: Tom Livingston [mailto:tom...@gmail.com]
Sent: Tuesday, September 29, 2015 4:43 PM
To: Angela French
Cc: css-d (css-d@lists.css-discuss.org)
Subject: Re
he html is:
Transfer information for students
Angela French
Internet Specialist
Washington State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu<mailto:afre...@sbctc.edu>
www.checkoutacollege.com<http://www.checkoutacollege.com/>
www.sbctc.ed
left. Is there some other CSS approach I can take?
Thanks,
Angela French
Internet Specialist
Washington State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu<mailto:afre...@sbctc.edu>
www.checkoutacollege.com<http://www.checkoutacollege.com/>
w
it's not working.
it's affecting the space between the also.
Thanks for any help.
Angela French
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ --
Thank you. This helps.
-Original Message-
From: Philippe Wittenbergh [mailto:e...@l-c-n.com]
Sent: Wednesday, July 29, 2015 5:57 PM
To: Angela French
Cc: CSS-D
Subject: Re: [css-d] vertical-align baseline issue?
> On Jul 30, 2015, at 03:33, Angela French wrote:
>
> I have a
span.policyManualFirstLine
{
font-size:.65em;
vertical-align:baseline!important; /* tried this, no effect */
padding-bottom:0; /* tried this, no effect */
}
Is what I'm looking for possible? Am I not doing it right?
Thanks for any ideas.
Angela French
Int
Got it to work with: border-spacing:2px;
border-collapse:separate;
-Original Message-
From: Tom Livingston [mailto:tom...@gmail.com]
Sent: Monday, July 13, 2015 12:19 PM
To: Angela French
Cc: css-d (css-d@lists.css-discuss.org)
Subject: Re: [css-d] table design woes
Without
Where did you see that border-spacing applied? I just applied it to the new
table (2px) but it had no effect./
-Original Message-
From: Tom Livingston [mailto:tom...@gmail.com]
Sent: Monday, July 13, 2015 12:19 PM
To: Angela French
Cc: css-d (css-d@lists.css-discuss.org)
Subject: Re
color of the table to show through and look like the border.
http://dev.sbctc.edu/colleges-staff/policies-rules/policy-manual/1.10.aspx
Thanks for taking a look.
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu<m
I'm trying to put a recycle bin icon before the text "Recycle Bin" on a
SharePoint menu list item. Is there a way to conditionally put the icon when
the list item text is "Recycle Bin"?
Angela French
Internet Specialist
State Board for Community and Technical C
sh I could provide a
link, but it's an internal SharePoint site I'm trying to build.
Thanks,
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu<mailto:afre...@sbctc.edu>
www.checkoutacollege.com<http://www.c
Maybe you need to put a few form elements in it.
-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of J.C. Berry
Sent: Monday, November 24, 2014 3:47 PM
To: CSS-D
Subject: [css-d] Form does not appear in IE8
Hello all,
On
This discussion on responsive images is making me wonder how modern CMSs that
support content editors inserting an image onto a page are handling the fact
that they might need to upload three images ? Any ideas?
Angela French
-Original Message-
From: css-d-boun...@lists.css
Thanks! I don't code enough anymore. :-(
-Original Message-
From: David Laakso [mailto:laakso.davi...@gmail.com]
Sent: Thursday, November 06, 2014 2:44 PM
To: Angela French
Cc: css-d (css-d@lists.css-discuss.org)
Subject: Re: [css-d] Why is child wider than parent?
On Thu, Nov 6,
Darn box model!
Thanks.
-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Georg
Sent: Thursday, November 06, 2014 2:40 PM
To: css-d@lists.css-discuss.org
Subject: Re: [css-d] Why is child wider than parent?
You have...
:table-cell;vertical-align:middle;}
p {font: .75em Arial, Helvetica, sans-serif;}
Thanks for any help.
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu<mailto:afre...@sbctc.edu>
www.checkoutacollege.com<http://www.checkoutaco
14, 2013 1:22 PM
To: Angela French
Cc: CSS Discuss
Subject: Re: [css-d] trying to use CSS to define width of Google search input
box
I think you will have to explain what "[t]he Google javascript is inside a div"
means. Even if it physically appears there (horrible thought but p
I am implementing a google custom search engine. The Google javascript is
inside a div with id="header_search". I am trying to affect the width of the
input box with css in the div tag. I tried the CSS below which had no effect.
Even the display:none test did not work.
>
>Let's say you have N-number of paragraphs in an article, and you want the last
>paragraph to have some different attributes as the other , such as a greater
>margin-bottom.
>
>Is there a way to describe that in css?
>
>Thank you!
>
>John
You mean like this:
p:last-child
{
background:#ff00
>
>And that is not a surprise. The 'Apple Gothic' font does not contain glyphs for
>those characters. Browsers then look up further down the chain, find Futura and
>use that for rendering the character. All perfectly normal.
>
>Why did you choose 'Apple Gothic' in the first place? That is an (old)
ura,sans-serif;
In every desktop browser I test in, it renders fine. But on my iPad, the e's
render extra bold. Is there some way to control this with CSS or some other
way to code it that would make it not do that?
Thank you
Angela French
Internet Specialist
State Board for
reason I
discovered this is because I'd like to put the people in alpha order which puts
Randy in the 5th position. I had to swap him out with Mary Ellen to get it to
work correctly.
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-43
9:23 AM
>To: Angela French; css-d@lists.css-discuss.org
>Subject: Re: [css-d] linear-gradient
>
>
>
>
>> So in my syntax, what is the "to" doing?
>>
>
>> >> background-image: linear-gradient(to bottom, red, yellow);
>> >>
>
>It
Re: [css-d] linear-gradient
>
>
>
>On 6/5/13 4:57 PM, Angela French wrote:
>
>> background-image: linear-gradient(to bottom, red, yellow);
>>
>
>...What Barney C. said. But if you're a glutton for punishment, the value
>syntax
>is as follows:
>
>
om" on the gradient. But if I change the
syntax to "top" the gradient doesn't work. Can anyone explain please?
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu
http://w
images to the scale
specified in the tag; I can't find it so I forced it here. */
}
div.boardcontainer p {
position:absolute;
bottom:0;
left:95px;
}
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu
http://www.c
ca
>
>
>
If I could get a dotted outline that I could style a light gray, I'd be happy.
In fact, for accessibility reasons, there needs to be some indication when the
image has focus. But I'm getting a solid black line in IE (very ugly on my
polygon shape o
Hello,
Shouldn't the following work to remove the focus outline from an image map's
areas? It does not work in IE. It works in other browsers.
map area:focus, map area:active
{outline:none;
border:0;
}
Thank you,
Angela French
Internet Specialist
State Board for Com
Thank you. It's tricky working in this huge file and trying to style for the
full menu and the collapsed menus simultaneously.
From: Sarah Forst [mailto:sarah.plowri...@gmail.com]
Sent: Wednesday, March 20, 2013 12:54 PM
To: Angela French
Cc: css-d (css-d@lists.css-discuss.org)
Subjec
n see from my
declaration, that using !important didn't get it to work. I don't find anything
in the cascade of style sheets that overwrites it, not is there anything inline.
Thank you for any assistance.
Angela French
Internet Specialist
State Board for Community and Technical Col
op before saving the .png was. Thank you for pointing out the
obvious!
Angela French
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.
h the background color of the div even though they are both
# c7b619.
Any ideas as to the origin of the line and how to get rid of it?
Thank you
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu
http://www.checkoutacolleg
Thank Jukka, that was it.
>> On Wed, Feb 27, 2013 at 7:17 PM, Angela French
>wrote:
>>
>>> Am I correct that this selector does NOT work in IE 7 ? IE9 in
>>> compatibility mode isn't displaying the icon.
>>
>>
>> No, attribute selector
27, 2013 4:04 PM
>To: Angela French
>Cc: css-d (css-d@lists.css-discuss.org)
>Subject: Re: [css-d] trouble getting email icon to display with attribute
>selector
>
>(Keep inadvertently replying to OP instead of reply all... so sorry for
>duplicate
>Angela.)
>
>You
This is the winning reply! Thanks Jon and everybody that took a look.
From: Jon Reece [mailto:jon.re...@gmail.com]
Sent: Wednesday, February 27, 2013 3:55 PM
To: Angela French
Subject: Re: [css-d] trouble getting email icon to display with attribute
selector
Y
ou are using shorthand syntax for
ary 27, 2013 3:41 PM
>To: Angela French; css-d (css-d@lists.css-discuss.org)
>Subject: Re: [css-d] trouble getting email icon to display with attribute
>selector
>
>Are you sure there are supposed to be single quotes around the ?
>
>Philip Taylor.
>
>Angela Fren
"nofollow" href="mailto:"">mailto:"</a>;]
{
background-image:url('/imgs/layout/icon_emailTEST.jpg')0 0 no-repeat;
margin-right: 10px;
padding-left:20px;
line-height:13px;
height: 13px;
}
Angela French
Internet Specialist
State Board
>What puzzles me more is 24.5px. Apart from the issue whether it is a good
>ideas to size fonts in pixels, the question arises why one would use fractions
>of a pixel, in 24.5px, which might get rounded to 24px or 25px (or dealt with
>in
>some other way).
>
>Yucca
The code came from twitter.boots
Could someone please explain the "small" in the example below:
h1 small {
font-size: 24.5px;
}
I would understand h1.small, but am confused by the syntax "h1 small"
Thanks,
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-43
The properties below are from twitter.bootstrap. How would one even figure out
such percentages, let alone a browser supporting them?
margin-left: 78.72340425531914%;
*margin-left: 78.61702127659572%;
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360
Can someone please explain this to me - what it does, and maybe a practical
example? Thank you.
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbct
No please respond on list. We had this come up in an application development
review this morning.
>-Original Message-
>From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-
>discuss.org] On Behalf Of Tom Livingston
>Sent: Thursday, December 20, 2012 1:17 PM
>To: CSS
paragraph).
Example of a footnote containing multiple paragraphs (second
paragraph).
Example of a footnote containing multiple paragraphs (third
paragraph).
Return to footnote 3
referrer
Angela French
Internet Specialist
State Board for Community and
discuss.org
>Subject: Re: [css-d] way to style list item number?
>
>2012-10-30 18:36, Angela French wrote:
>
>> Is there a way (excluding using images for bullets) to style the
>> bullet when it is a number or a letter?
>
>Yes. The simplest solution is to wrap it inside
e footnote number. I'd like to try
to make the number stand out and actually even wrap it in an tag if
possible to link it back to the footnote reference in the above text.
Thank you for any ideas.
Angela French
Internet Specialist
State Board for Community and Technical Colleges
36
I prefer fluid.
Fluid: something that is capable of flowing and that changes its shape at a
steady rate when acted upon by a force tending to change its shape.
Liquid: state of matter with a definite volume but no fixed shape.
>-Original Message-
>From: css-d-boun...@lists.css-discuss.or
I wanted to share this article I found that helped me understand the concepts:
http://reference.sitepoint.com/css/collapsingmargins . It has some good
examples too.
>
> > This is a very special case of margin-collapsing in that the affected > div
>has a min-height specified. As I noted in my
What I don't understand is why there is collapsing margins at all. What is the
rationale?
>-Original Message-
>From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-
>discuss.org] On Behalf Of Philippe Wittenbergh
>Sent: Thursday, August 09, 2012 4:51 AM
>To: CSS-D
>C
-d] odd space appearing in IE8
>
>On 8/7/12 4:05 PM, Angela French wrote:
>> http://sbctc.edu/indexTESTAD.aspx
>>
>> There is an odd gap under the blue div that has the text in it that reads
>> "One System. 34 Colleges." You can see the grid image that
David - Can you please tell me where you find the that's " poking through"
with the margin-bottom:10px?
Thanks,
Angela French
>The gap is the margin-bottom of 10px on the that's poking through.
>
>You have several options:
>
>1. Add div#layout_AdB
div in the content div also, but I'd rather figure out what is
causing the gap. It does not appear in IE7 or other browsers.
Thank you for your help.
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu
http://www.check
Silly me. Thank you!
>-Original Message-
>From: Tim Arnold [mailto:tim.arn...@gmail.com]
>Sent: Tuesday, August 07, 2012 11:32 AM
>To: Angela French
>Cc: css-d (css-d@lists.css-discuss.org)
>Subject: Re: [css-d] Pixels won't increase in IE
>
>On Tue, Aug 7, 2
margin-top:8px;
}
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu
http://www.checkoutacollege.com/
__
css-discuss [css-d@lists.css-discuss.o
>It happens in all browsers on my MacBook. I do suggest not making the font-
>size any smaller though - it's already hard to read on a small laptop screen.
>
>Perhaps you could take out the ctcLink item that seems to appear another
>two times on that page - and is not on the inner pages AFAICT.
>--
ation SvcsGroups" and it is the
Groups list item that wraps to the next line.
http://sbctc.edu/college/_i-ctclinkNEW.aspx
Thank you!
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu
http://www.checkoutac
LOVE your answer Tim!
>-Original Message-
>From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-
>discuss.org] On Behalf Of Tim Arnold
>Sent: Saturday, March 31, 2012 8:28 AM
>To: Lisa Frost
>Cc: David Laakso; css-d@lists.css-discuss.org
>Subject: Re: [css-d] problem w
I'm trying to style definition lists to look as follows, where the
displays "inline" with theand then wraps under the . Is this
possible?
Term: definition blah blah blah
Blah blah blah blah
Term: definition blah blah blah
Blah blah blah blah
Angela French
Internet S
. When he refreshes,
it drops back down into the footer space. I've reviewed the html (validates)
and the css and can't find anything that would do this. I always get
suspicious of browser bugs when issues are corrected with a refresh.
Thank you for any ideas.
Angela Frenc
.edu/college/_e-wkforceworkfirsttrainingresourcesNEW.aspx . It is
the 2-column list I am referring to.
Here is the css:
ul.two_column_list
{width:520px;
}
ul.two_column_list li {
float:left;
margin: 10px 0 0 0;
padding: 0 10px 0 0;
width:250px;
}
Angela French
Internet Specialist
State Board for Community and Technical C
space at the top, whereas the div did not?
The is absolutely positioned, just like my div was.
Thank you
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu
http:/
, February 16, 2012 11:45 AM
To: Angela French
Cc: css-d (css-d@lists.css-discuss.org)
Subject: Re: [css-d] problem with opacity
On Thu, Feb 16, 2012 at 2:38 PM, Angela French
mailto:afre...@sbctc.edu>> wrote:
It appears that this background color is inheriting the opacity of the div it
lives
pacity:0.4;
filter:alpha(opacity=40);
}
div.skiptomain p
{
font-weight:bold;
background-color:#ff !important;
opacity:1.0;
filter:alpha(opacity=100);
}
Skip to main content
Thank you!
Angela French
Internet Specia
.headerReplacement {
text-indent: -px;
width: 135px;
height: 40px;
background: url('/imgs/it/ctcLink.jpg') no-repeat;
}
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu
http://www.checkoutac
>Subject: Re: [css-d] Way to start an ol at a specific number/letter?
>
>http://timmychristensen.com/css-ordered-list-numbering-examples.html
>
>On Wed, Nov 16, 2011 at 3:23 PM, Angela French wrote:
>
>> Oh, the days of html 4.0 transitional when we could set the start
>&
November 16, 2011 3:29 PM
>To: css-d@lists.css-discuss.org
>Subject: Re: [css-d] Way to start an ol at a specific number/letter?
>
>http://timmychristensen.com/css-ordered-list-numbering-examples.html
>
>On Wed, Nov 16, 2011 at 3:23 PM, Angela French wrote:
>
>> Oh, th
Oh, the days of html 4.0 transitional when we could set the start number for a
list right in the html! Is there a way to do this in CSS? I would need to
write it inline on the
Thanks!
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre
ze: 1.25em;
list-style-type:decimal!important;
}
>-Original Message-
>From: Tim Climis [mailto:tim.cli...@gmail.com]
>Sent: Wednesday, November 16, 2011 10:19 AM
>To: Angela French; 'css-d'
>Subject: RE: [css-d] help targeting a nested list
>
>
o target the li that doesn't care
what level of nesting it is in?
div#Content_box li.ListNumber
{
font-size: 1em;
margin: 5px 0px 5px 5px;
list-style-type:decimal;
}
Thank you!
Angela French
Internet Specialist
State Board for Community and Te
border: 0 none;
margin-right:5px;
}
As always, thank you.
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu
http://www.checkoutacollege.com/
_
Thank you for all the suggestions.
>-Original Message-
>From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-
>discuss.org] On Behalf Of Jukka K. Korpela
>Sent: Tuesday, November 08, 2011 10:07 AM
>To: css-d@lists.css-discuss.org
>Subject: Re: [css-d] how to center "s
the third, fourth, and fifth
columns of data. Can anyone suggest how I might do that please?
http://www.sbctc.ctc.edu/college/_f-tuitionwaivers_runningstartNEW.aspx
Thank you,
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbct
Hello,
I just discovered on my site, that where a z-index of 10 kept my top nav drop
downs readable, in IE 9 I had to bump up the z-index number.
Any ideas why that would be different in IE9?
http://sbctc.edu/college/e_index.aspx
Angela French
Internet Specialist
State Board for Community and
you for any info you can provide about this syntax.
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu
http://www.checkoutacollege.com/
__
css-discuss [css-d@lists.c
From: Kevin A. Cameron [mailto:kevinacame...@gmail.com]
Sent: Friday, October 21, 2011 2:29 PM
To: Angela French
Cc: css-d (css-d@lists.css-discuss.org)
Subject: Re: [css-d] help with positioning text in bottom right corner of
content area
Try making the parent element position relative, and the AF ele
I tried that. I think that div needs its parent to be relatively positioned.
>-Original Message-
>From: Jayesh T [mailto:xfs...@hotmail.com]
>Sent: Friday, October 21, 2011 2:50 PM
>To: Angela French; css-d@lists.css-discuss.org
>Subject: Re: [css-d] help with positioning
d divs used to arrive at
the content area. I'm a little hesitant to mess with them. Any other
possibilities?
From: Kevin A. Cameron [mailto:kevinacame...@gmail.com]
Sent: Friday, October 21, 2011 2:29 PM
To: Angela French
Cc: css-d (css-d@lists.css-discuss.org)
Subject: Re: [css-d] help
ge content area.
I can't determine what is keeping it from sitting on the bottom. Any advice
appreciated. Here is my test page:
http://sbctc.edu/college/test.aspx
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...
Test page: http://sbctc.edu/college/fieldguide.aspx . You can't really see
the spaces because I "filled" them with an offwhite border-bottom.
>
>URL or URI ?
>
>Angela French wrote:
>> I have a background image that repeats vertically. The weird thing is
>
I have a background image that repeats vertically. The weird thing is though,
that it is rendering with a small space between each one. Can someone tell me
what property I might try to get rid of that? Or why it is doing that?
Angela French
Internet Specialist
State Board for Community and
I tried colgroup, but that didn't work. I suspect that my css is overriding
the html, right? So I added this to my style sheet, but it didn't work.
table.RunningStart colgroup.center
{
text-align:center;
}
Here is a link where I tried to apply this to the first table on the page:
http://sb
Is there a way to style a single column in a table with text-align:center
without having to apply the class/style to every in the column?
Thank you,
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu
http
I screwed up in my last test (and posted bad code - forgot the width:50% which
I had temporarily taken out on a test). It works great now. Thanks for your
help.
Angela French
>-Original Message-
>From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-
>di
1 - 100 of 166 matches
Mail list logo