Re: [css-d] anyway to style tag?

2017-03-15 Thread Angela French
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

[css-d] anyway to style tag?

2017-03-14 Thread Angela French
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

[css-d] help with image opacity (?)

2017-03-09 Thread Angela French
float:left; display:block; } .greyHeaderLeft img { float:left; margin: 0; } Thank you for any advice. Angela French Internet/Intranet Specialist Washington State Board for

Re: [css-d] help getting my under by

2016-11-29 Thread Angela French
-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? If so

Re: [css-d] help getting my under by

2016-11-29 Thread Angela French
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

[css-d] help getting my under by

2016-11-28 Thread Angela French
{ 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...@sbctc.

[css-d] worthwhile article: Thoughtful CSS Architecture

2016-10-21 Thread Angela French
Passing along a recent article worth reading: https://seesparkbox.com/foundry/thoughtful_css_architecture?utm_source=CSS-Weekly_campaign=Issue-235_medium=email Angela French Internet/Intranet Specialist Washington State Board for Community and Technical Colleges 360-704-4316 afre...@sbctc.edu

[css-d] trouble with responsive background banner

2016-08-23 Thread Angela French
; 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<mailto:a

[css-d] Help with false positive?

2016-07-07 Thread Angela French
ground 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 360-7

Re: [css-d] align 4 divs horizontally

2016-03-29 Thread Angela French
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

Re: [css-d] 3 columns with expanding middle

2016-03-29 Thread Angela French
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

[css-d] 3 columns with expanding middle

2016-03-28 Thread Angela French
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<mailto:afre

Re: [css-d] syntax: attribute selector on linked image

2016-03-28 Thread Angela French
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:css-d

Re: [css-d] syntax: attribute selector on linked image

2016-03-28 Thread Angela French
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

Re: [css-d] syntax: attribute selector on linked image

2016-03-25 Thread Angela French
: CSS-D Cc: Angela French Subject: Re: [css-d] syntax: attribute selector on linked image > On Mar 25, 2016, at 01:56, Angela French <afre...@sbctc.edu> wrote: > > I am trying to write CSS that will apply top margin on an image that is used > as a back arrow button. The

[css-d] syntax: attribute selector on linked image

2016-03-24 Thread Angela French
; /* 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:afre...@sbc

Re: [css-d] [ADMIN] Hello, my friends, hello

2015-12-23 Thread Angela French
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 Technical Colleges

[css-d] trouble with background-image in p::after

2015-09-29 Thread Angela French
} The 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

Re: [css-d] trouble with background-image in p::after

2015-09-29 Thread Angela French
[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 <afre...@sbctc.edu> wrote: > > I have the CSS and html below , but it is not displ

Re: [css-d] trouble with background-image in p::after

2015-09-29 Thread Angela French
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

[css-d] make unbulleted list items align left

2015-08-26 Thread Angela French
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.edumailto:afre...@sbctc.edu www.checkoutacollege.comhttp://www.checkoutacollege.com/ www.sbctc.eduhttp://www.sbctc.edu

[css-d] help with lineheight

2015-08-21 Thread Angela French
but it's not working. it's affecting the space between the p 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 -- http://css

Re: [css-d] vertical-align baseline issue?

2015-07-30 Thread Angela French
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 afre...@sbctc.edu wrote: I

[css-d] vertical-align baseline issue?

2015-07-29 Thread Angela French
for any ideas. Angela French Internet Specialist Washington State Board for Community and Technical Colleges 360-704-4316 afre...@sbctc.edumailto:afre...@sbctc.edu www.checkoutacollege.comhttp://www.checkoutacollege.com/ www.sbctc.eduhttp://www.sbctc.edu

[css-d] table design woes

2015-07-13 Thread Angela French
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.edumailto:afre...@sbctc.edu

Re: [css-d] table design woes

2015-07-13 Thread Angela French
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

Re: [css-d] table design woes

2015-07-13 Thread Angela French
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

[css-d] Putting an image before list item text

2015-06-26 Thread Angela French
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 Colleges 360-704-4316 afre

[css-d] footer won't stay put

2015-04-08 Thread Angela French
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.edumailto:afre...@sbctc.edu www.checkoutacollege.comhttp://www.checkoutacollege.com www.sbctc.eduhttp://www.sbctc.edu

Re: [css-d] Form does not appear in IE8

2014-11-24 Thread Angela French
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,

Re: [css-d] Responsive Images

2014-11-07 Thread Angela French
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

[css-d] Why is child wider than parent?

2014-11-06 Thread Angela French
;display:table-cell;vertical-align:middle;} p {font: .75em Arial, Helvetica, sans-serif;} /style Thanks for any help. Angela French Internet Specialist State Board for Community and Technical Colleges 360-704-4316 afre...@sbctc.edumailto:afre...@sbctc.edu www.checkoutacollege.comhttp

Re: [css-d] Why is child wider than parent?

2014-11-06 Thread Angela French
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

Re: [css-d] Why is child wider than parent?

2014-11-06 Thread Angela French
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, 2014

[css-d] trying to use CSS to define width of Google search input box

2013-12-14 Thread Angela French
. Something along the lines of : div id=Header_search style=input width:100px; Thank you for any assistance. Angela French Internet Specialist State Board for Community and Technical Colleges 360-704-4316 afre...@sbctc.edumailto:afre...@sbctc.edu www.checkoutacollege.comhttp

Re: [css-d] trying to use CSS to define width of Google search input box

2013-12-14 Thread Angela French
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 possible, I

[css-d] accents on e in Resume

2013-06-20 Thread Angela French
; 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 Community and Technical Colleges 360-704

Re: [css-d] accents on e in Resume

2013-06-20 Thread Angela French
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) font

Re: [css-d] can last child be spec'd?

2013-06-20 Thread Angela French
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 p, 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:#ff; }

[css-d] weirdest wrapping issue

2013-06-14 Thread Angela French
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-4316 afre...@sbctc.edu http

Re: [css-d] linear-gradient

2013-06-06 Thread Angela French
/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: linear-gradient(angle|keyword, color1 stop1, color2 stop2, ...); Angles are provided in the form {int}deg

Re: [css-d] linear-gradient

2013-06-06 Thread Angela French
Seems like (top bottom, red, yellow) would make more sense, top being the start and bottom being the finish. -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css- discuss.org] On Behalf Of John D Sent: Thursday, June 06, 2013 9:23 AM To: Angela

[css-d] trouble aligning text at bottom of container

2013-05-16 Thread Angela French
specified in the img 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.checkoutacollege.com

Re: [css-d] trying to remove outline off of image map areas

2013-04-01 Thread Angela French
, 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 on my white background) and no outline at all in the other browsers. Argh. Angela French

[css-d] trying to remove outline off of image map areas

2013-03-29 Thread Angela French
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 Community

[css-d] something overwriting my css?

2013-03-20 Thread Angela French
file at line 4820. You can 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

Re: [css-d] something overwriting my css?

2013-03-20 Thread Angela French
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) Subject: Re

Re: [css-d] gap between image and background

2013-03-11 Thread Angela French
! 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.com/ List policies -- http://css-discuss.org/policies.html Supported

[css-d] gap between image and background

2013-03-08 Thread Angela French
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.checkoutacollege.com

Re: [css-d] trouble getting email icon to display with attribute selector

2013-02-28 Thread Angela French
Thank Jukka, that was it. On Wed, Feb 27, 2013 at 7:17 PM, Angela French afre...@sbctc.edu wrote: Am I correct that this selector does NOT work in IE 7 ? IE9 in compatibility mode isn't displaying the icon. No, attribute selectors are supported in IE7 (CSS 2.1) - http://caniuse.com/#feat

[css-d] trouble getting email icon to display with attribute selector

2013-02-27 Thread Angela French
:;] { background-image:url('/imgs/layout/icon_emailTEST.jpg')0 0 no-repeat; margin-right: 10px; padding-left:20px; line-height:13px; height: 13px; } /style Angela French Internet Specialist State Board for Community and Technical Colleges 360-704-4316 afre...@sbctc.edu http://www.checkoutacollege.com

Re: [css-d] trouble getting email icon to display with attribute selector

2013-02-27 Thread Angela French
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 URL ? Philip Taylor. Angela French wrote: It seems like it should be pretty simple

Re: [css-d] trouble getting email icon to display with attribute selector

2013-02-27 Thread Angela French
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

Re: [css-d] trouble getting email icon to display with attribute selector

2013-02-27 Thread Angela French
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 are using shorthand values for a non-shorthand property background

[css-d] multi decimal places in percentages

2013-02-22 Thread Angela French
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

[css-d] what is h1 small syntax?

2013-02-22 Thread Angela French
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-4316 afre...@sbctc.edu http

Re: [css-d] what is h1 small syntax?

2013-02-22 Thread Angela French
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.bootstrap.

[css-d] [class*=span]

2013-02-21 Thread Angela French
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...@sbctc.edu http

Re: [css-d] Font units question

2012-12-20 Thread Angela French
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

[css-d] way to style list item number?

2012-10-30 Thread Angela French
number. I'd like to try to make the number stand out and actually even wrap it in an a 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 360-704-4316 afre

Re: [css-d] way to style list item number?

2012-10-30 Thread Angela French
: [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 a span element. Of course, you cannot do that if you use ol

[css-d] explain positioning of this p tag

2012-10-30 Thread Angela French
-invisible referrer/span/a/p /dd 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

Re: [css-d] What's the official/technical name of...

2012-10-17 Thread Angela French
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.org

Re: [css-d] odd space appearing in IE8

2012-08-09 Thread Angela French
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 Cc:

Re: [css-d] odd space appearing in IE8

2012-08-09 Thread Angela French
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

Re: [css-d] odd space appearing in IE8

2012-08-08 Thread Angela French
David - Can you please tell me where you find the p that's poking through with the margin-bottom:10px? Thanks, Angela French The gap is the margin-bottom of 10px on the p that's poking through. You have several options: 1. Add div#layout_AdBox { overflow: hidden; } 2. Add div#layout_AdBox

Re: [css-d] odd space appearing in IE8

2012-08-08 Thread Angela French
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 is a background image for the content grid. I can fix it by dropping

[css-d] Pixels won't increase in IE

2012-08-07 Thread Angela French
; } 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.org] http://www.css

Re: [css-d] Pixels won't increase in IE

2012-08-07 Thread Angela French
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, 2012 at 2:23 PM, Angela French afre

[css-d] odd space appearing in IE8

2012-08-07 Thread Angela French
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.checkoutacollege.com

Re: [css-d] nav wraps in native IE9

2012-04-23 Thread Angela French
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. --

[css-d] nav wraps in native IE9

2012-04-20 Thread Angela French
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.checkoutacollege.com

Re: [css-d] problem with positioning

2012-04-02 Thread Angela French
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 with

[css-d] style help on defintion lists

2012-03-29 Thread Angela French
I'm trying to style definition lists to look as follows, where the dd displays inline with the dt and then wraps under the dt. Is this possible? Term: definition blah blah blah Blah blah blah blah Term: definition blah blah blah Blah blah blah blah Angela French Internet Specialist

[css-d] trouble with bullets in IE8 compatability mode

2012-03-28 Thread Angela French
/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

[css-d] IE9 rendering issue when in compatability mode

2012-03-28 Thread Angela French
. 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 French Internet

[css-d] problem with opacity

2012-02-16 Thread Angela French
; filter:alpha(opacity=40); } div.skiptomain p { font-weight:bold; background-color:#ff !important; opacity:1.0; filter:alpha(opacity=100); } div class=skiptomain pSkip to main content/p /div Thank you! Angela

Re: [css-d] problem with opacity

2012-02-16 Thread Angela French
, 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 afre...@sbctc.edumailto:afre...@sbctc.edu wrote: It appears that this background color is inheriting the opacity

[css-d] position problem with p

2012-02-16 Thread Angela French
, whereas the div did not? The p 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://www.checkoutacollege.com

[css-d] using image in background of h1 heading

2011-11-29 Thread Angela French
.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.checkoutacollege.com

[css-d] help targeting a nested list

2011-11-16 Thread Angela French
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 Technical Colleges

Re: [css-d] help targeting a nested list

2011-11-16 Thread Angela French
; 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 Is there some way to target the li that doesn't

[css-d] Way to start an ol at a specific number/letter?

2011-11-16 Thread Angela French
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 li style= Thanks! Angela French Internet Specialist State Board for Community and Technical Colleges 360-704

Re: [css-d] Way to start an ol at a specific number/letter?

2011-11-16 Thread Angela French
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 afre...@sbctc.edu wrote: Oh, the days of html 4.0 transitional when we

Re: [css-d] Way to start an ol at a specific number/letter?

2011-11-16 Thread Angela French
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 afre...@sbctc.edu wrote: Oh, the days of html 4.0 transitional when we could set the start number for a list right in the html

[css-d] can't get margin-bottom on p to take effect

2011-11-10 Thread Angela French
; } p a.downloadhelp img { text-decoration: none; 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

Re: [css-d] how to center some table columns

2011-11-08 Thread Angela French
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 some

[css-d] how to center some table columns

2011-11-07 Thread Angela French
, 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...@sbctc.edu http

[css-d] IE 9 z-index

2011-10-31 Thread Angela French
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

[css-d] browser specific hack

2011-10-28 Thread Angela French
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.css-discuss.org] http

Re: [css-d] help with positioning text in bottom right corner of content area

2011-10-26 Thread Angela French
[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 element position absolute

[css-d] help with positioning text in bottom right corner of content area

2011-10-21 Thread Angela French
it to the right, but not to the bottom of my page 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

Re: [css-d] help with positioning text in bottom right corner of content area

2011-10-21 Thread Angela French
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 with positioning

Re: [css-d] help with positioning text in bottom right corner ofcontent area

2011-10-21 Thread Angela French
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 text in bottom right

[css-d] how to get rid of space between background images that are repeating vertically

2011-10-12 Thread Angela French
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

Re: [css-d] how to get rid of space between background images that are repeating vertically

2011-10-12 Thread Angela French
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 though, that it is rendering with a small space

[css-d] way to force every cell in column to be text-align:center?

2011-10-10 Thread Angela French
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 td in the column? Thank you, Angela French Internet Specialist State Board for Community and Technical Colleges 360-704-4316 afre...@sbctc.edu http

Re: [css-d] way to force every cell in column to be text-align:center?

2011-10-10 Thread Angela French
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:

Re: [css-d] seeting width on display:table-cell

2011-09-20 Thread Angela French
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- discuss.org

[css-d] seeting width on display:table-cell

2011-09-19 Thread Angela French
%, but the browser is not rendering it as directed. Any advice? 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

  1   2   >