Re: [css-d] substitute font for Myriad Pro

2013-03-22 Thread Laura Valentino
thers. The way I see it, Helvetica and Arial are a little bit minimalistic and plain whereas these others have a rounder, friendlier feel. Laura __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/list

Re: [css-d] Drop down menu pushing content down

2013-03-19 Thread Laura Valentino
idth and some don't). If floated content is too wide for the container it gets pushed down. Someone helped me with this issue on here recently and gave me this code to put in the css to fix it. * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-

[css-d] resolution vs physical screen size

2013-03-12 Thread Laura Valentino
you deal with this? Best Regards, Laura __ 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.ht

Re: [css-d] fluid image inside div puts extra padding below

2013-03-08 Thread Laura Valentino
p/bottom/middle. > > Thanks for explaining this! I had no idea :) Laura __ 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 p

[css-d] fluid image inside div puts extra padding below

2013-03-08 Thread Laura Valentino
I've stripped the page and code down to the minimum if you view the source: http://kvikna.com/testing/ieeg/slideshow.html Thanks! Laura __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/

Re: [css-d] Can You Do This?

2013-03-06 Thread Laura Valentino
nt. Thanks for the link Philippe. And sorry for the top posting before...I knew that, but gmail gave me temporary vertigo... Laura __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d Lis

Re: [css-d] Can You Do This?

2013-03-05 Thread Laura Valentino
Is it because the width of the 3 td's add up to greater than 100%? I've never heard of floating table cells - not sure why you'd need to. Laura On Tue, Mar 5, 2013 at 1:38 PM, Barney Carroll wrote: > float only works on block display elements, whereas table cells display

Re: [css-d] clear content after non-floating items?

2013-03-05 Thread Laura Valentino
Sorry...I see Tom also noticed that, credit where credit is due :) Laura On Tue, Mar 5, 2013 at 12:54 PM, Laura Valentino wrote: > Yes, thanks! (why didn't I think of that...) > > Laura > > >> Take that "height: 2em;" off of ".mainmenu" and it wi

Re: [css-d] clear content after non-floating items?

2013-03-05 Thread Laura Valentino
Yes, thanks! (why didn't I think of that...) Laura > Take that "height: 2em;" off of ".mainmenu" and it will be able to > grow to what it needs to when items wrap. > > -Tim > > > _

[css-d] clear content after non-floating items?

2013-03-04 Thread Laura Valentino
ebold; } .mainmenu ul,.submenu ul { list-style-type: none; line-height: 2em; } .mainmenu li,.submenu li { display: inline-block; height: 2em; } .mainmenu li a,.submenu li a { -webkit-tap-highlight-color: rgba(0,0,0,0); display: inline-block; height: 2em; padding: 0 0.4

Re: [css-d] hover and active pseudo classes on touch screen

2013-02-28 Thread Laura Valentino
pointing me in the right direction! On Wed, Feb 27, 2013 at 6:37 PM, Tom Livingston wrote: > On Wed, Feb 27, 2013 at 12:51 PM, Laura Valentino > wrote: > > > Touch screens seem to ignore my a:active color and just use some random > > color, and the a:hover color (which I expe

[css-d] hover and active pseudo classes on touch screen

2013-02-27 Thread Laura Valentino
ng? Google isn't helping me! Laura __ 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.ht

Re: [css-d] percents inside em container in fluid site

2013-02-25 Thread Laura Valentino
Oh wait...is it that the padding counts towards the total? That would make sense :) Laura On Mon, Feb 25, 2013 at 4:48 PM, Laura Valentino wrote: > I'm trying to wrap my head around how to use percentages inside a > container specified in ems...or is this a bad idea? I used ems to sp

[css-d] percents inside em container in fluid site

2013-02-25 Thread Laura Valentino
ode: #container { position: relative; max-width: 62em; margin: 0 auto 0 auto; } #main { padding: 3%; float: left; width: 60%; } aside { float: right; width: 30%; padding: 10% 3% 1% 1%; } Thanks! Laura V. __ css-discuss [

[css-d] Problem with nav menu on Mac Safari and Mac Firefox

2012-07-09 Thread Spencer, Laura Langa
happening or what I can try to fix it? What I've done: I did W3C HTML validation and that's ok. I do get some errors on W3C CSS validation and a lot of trial and error to fix, but no such luck yet. I'm really flummoxed by this problem, and would appreciate any help. Thanks, Lau

Re: [css-d] position with div in stead of table

2012-04-16 Thread Laura Kunz
At 01:48 PM 4/16/2012, you wrote: much jiggery-pokery? And this works for you? Here, I've been using bubble gum and bailing wire. Okay. Thanks for the tip! __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discu

Re: [css-d] Submenu Location Assistance

2012-01-09 Thread Laura Valentino
Hi Chris, I suspect it's just a positioning issue since your menu works otherwise. I just had a similar problem positioning a popup (and got it solved with help on this list!) so I'd be interested to see the problem and the eventual solution. Best Rega

Re: [css-d] Positioning a popup window over the button

2012-01-07 Thread Laura Valentino
On Jan 7, 2012, at 10:47 AM, "G.Sørtun" wrote: > > > One solution is to add ' margin-bottom: -460px;' to (height + padding + border-width), so it doesn't take up any space in > original position. > Thanks Georg, that solves the problem! I have yet to wrap my brain around this yet though... On

[css-d] Positioning a popup window over the button

2012-01-07 Thread Laura Valentino
ge. The popup styles are in the html. I made the content background bright blue so you can see how much space is added when the popup appears. http://vidmot.com/popupwindow/ Any help would be greatly appreciated! I've been away from this list for a few years and rediscovering css is

[css-d] Questions regarding how to make selected li red with css

2008-10-07 Thread Laura
ors except those in the AJAX script. Are there any hints for having the script tag elements validate or will they always give errors? Much thanks for your assistance and consideration. Have a wonderful day everyone! -- Laura

[css-d] CSS Templates

2008-03-17 Thread Laura
style sheets though. My site is http://www.returnengagement.org Thanks for any insight. Much appreciated! -- Laura mailto:[EMAIL PROTECTED] -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/ma

[css-d] noob problem resolved and follow up question re: xhtml validation

2008-03-15 Thread Laura
uture. I really appreciate your feedback! -- Laura mailto:[EMAIL PROTECTED] -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incuti

[css-d] Confused noob! div is different IE or FF

2008-03-15 Thread Laura
ng in the other browser. Am I missing something? Much thanks for any help! I've spent so many hours trying to figure this out and am completely at a loss. -- Laura mailto:[EMAIL PROTECTED] =css below=== this is the re_style.css /* Design by Free CSS Temp

[css-d] floated img not right in IE

2007-04-04 Thread Laura Gattoni
#copyright { text-align: left; font-size: .8em; font-style: italic; } Let me know if you need more info. Thanks again! --Laura __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 infor

[css-d] IE win bug help

2007-04-03 Thread Laura Gattoni
ttom isn't formatted either (compare http://www.lauragattonihandwovens.com/csstest/logo.html). Let me know if you need more info. Thanks again! --Laura __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/lis

[css-d] Need a good dropdown css menu

2006-11-30 Thread Laura Karol-Chik
I am redesigning a portal site. We are trying to incorporate the use of a dropdown horizontal menu. Any suggestions as to the most browser friendly dropdown menu? Thanks! Laura Karol-Chik __ css-discuss [EMAIL PROTECTED] http

[css-d] Browser Gradient Issue

2006-11-17 Thread Laura Glaess
glaess.com/clients/Tapestry/index.html ~~Laura __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio

[css-d] FW: IE 6 rendering problem?

2006-08-21 Thread Laura Haywood
I can repro problem #1, where the green box appears under the rule. But it appears at random (apparently) and goes away as soon as you click something else. Haven't seen the other issues. Sorry I have no solution to offer--just letting you know that it's not just your client. > From: Aaron Scott

Re: [css-d] Best way to work in CSS and XHTML ?

2006-05-24 Thread Laura Frederick
eep checking in the browser. laura -Original Message- Re: [css-d] Best way to work in CSS and XHTML ? On 24/05/06, Michel Sabatino <[EMAIL PROTECTED]> wrote: > Which is the easiest and more efficient way to work in CSS and XHTML to > get at once a view on how it will look on IE

[css-d] Best practices - images, ie7

2006-05-18 Thread Laura Frederick
with an opacity that lets the body background show through, pretty rounded corners, and stuff like that. FYI, I am a recovering Flash addict. Lastly, I am using IE7 beta 2. If anyone wants their page tested on IE7, just let me know. Laura webmonkey.wordpress.com

[css-d] linking lists into multiple pages

2006-03-23 Thread Laura Smith
to multiple pages. That way I can make a change on the "master" list and have it applied to every page on which it is linked? Thanks, Laura __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/list

[css-d] IE Issue: Floated Image pushes into Left Aligned Text

2006-03-02 Thread Laura Watts
n its own div, blah blah blah). Is this something I have to live with when viewing it in IE or is there a workaround? Thanks in advance, Laura __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listi

Re: [css-d] Applying basic CSS to form item

2006-03-01 Thread Laura Carlson
Some references: http://www.d.umn.edu/goto/css#forms Laura ___ Laura L. Carlson Information Technology Systems and Services University of Minnesota Duluth Duluth, MN 55812-3009 http://www.d.umn.edu/goto/webdesign

[css-d] Problem with

2005-12-12 Thread Laura Greenwood
If anyone knows what's wrong... I'd really appreciate knowing so I can learn better how this stuff works! Have a great day! -- Laura mailto:[EMAIL PROTECTED] http://google-fu.blogspot.com __ css-discuss [EMAIL

[css-d] Trying to modify this CSS to show the menu and picture viewer

2005-12-09 Thread Laura Greenwood
y I'd sure appreciate it. I can't believe how much I'm learning from all this! Much thanks!!! Laura -- Laura http://google-fu.blogspot.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/

[css-d] Abs. positioned element breaks drop-down menu

2005-12-07 Thread Laura Valentino
ww.neurocarelaunches.com/learningex/learningex_neuro_EEG_test.ht m And here's with the side menu (now when you rollover "Neurology", you can only go down 2 items before it disappears): http://www.neurocarelaunches.com/learningex/learningex_neuro_EEG_test2.h tm Thanks for y

[css-d] making progress but... jumping CSS on nav bar buttons and weirdness between IE/FF

2005-12-02 Thread Laura Greenwood
ut. Anyhow, I'm plugging along... some of you may have seen this before and without all your help, I surely would not have gotten this far. Thanks for listening. I just keep on truckin here... -- Laura mailto:[EMAIL PROTECTED] http://google-fu.blogspot.com _

[css-d] is there hope!! newbie trying hard to get it working!

2005-12-01 Thread Laura Greenwood
thing else. I know this is possible, but it seems like there's something missing each time I try something. Any ideas are gratefully appreciated. I thank everyone for looking. -- Laura mailto:[EMAIL PROTECTED] http://google-

[css-d] newbie! - footer not working!

2005-11-30 Thread Laura Greenwood
w what the heck I've done wrong. I had an id: "ISO" which I was trying to use to place that graphic in my footer.. but I took the DIV out in an attempt to see what it would do and now I just don't know what to do! Thanks a million jillion quadrillion!! :) Laura Lee

[css-d] newbie: weird IE warning when using my CSS compliant page

2005-11-30 Thread Laura Greenwood
would I be getting this when using CSS? http://ciswebs.smc.edu/cis51/greenwood_laura_lee/temp_nov/index4.htm Running XP sp2 and IE 6. current version, and running it from my local machine. I don't seem to get the message when its run from the web? but not entirely sure about that. Thanks!! --

[css-d] newbie - problem with CSS bullets not going away and others

2005-11-28 Thread Laura Greenwood
if anyone here would know the answer, but if you do, I would be forever grateful. Thanks for listening. -- Laura http://google-fu.blogspot.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

[css-d] Re: Float:right crashes IE; alternative screws up absolute positioning

2005-10-06 Thread Laura Kisailus
On 10/6/05, Laura Kisailus <[EMAIL PROTECTED]> wrote: > I had a nice little setup, two columns, one float:left, the other > float:right. No margins, no padding, no nothing (as mentioned in this > post about IE crashing with floats: > http://archivist.incutio.com/viewlist

[css-d] Float:right crashes IE; alternative screws up absolute positioning

2005-10-06 Thread Laura Kisailus
display, which is absolutely positioned, works fine in FF, but fails miserably in IE. Any suggestions? URL w errors: http://dev.762wireless.com/txt/?go=1 CSS: http://dev.762wireless.com/static/new7.css http://dev.762wireless.com/static/new7-txt.css Thanks -laura

[css-d] Strange Javascript styling error?!?

2005-10-05 Thread Laura Kisailus
ditions scroll box The frtmainbody freaks out and shrinks to the same size the scrollbox should upon mouseout. XHTML is OK, CSS seems to be ok. Works fine in Mozilla, works fine in IE on page=1... I'm boggled. -laura __

[css-d] Strange Javascript styling error?!?

2005-10-04 Thread Laura Kisailus
ditions scroll box The frtmainbody freaks out and shrinks to the same size the scrollbox should upon mouseout. XHTML is OK, CSS seems to be ok. Works fine in Mozilla, works fine in IE on page=1... I'm boggled. -laura __

[css-d] Re: Online course to learn CSS

2005-09-29 Thread Laura Carlson
e Web Design Update Newsletter helpful. The URL is: http://www.d.umn.edu/goto/webdevlist The newsletter is a plain text email digest that typically goes out once a week as an adjunct to the site. All the Best, Laura ___ Laura L. Carlson Information Techn

[css-d] stylesheets won't apply

2005-07-27 Thread laura sturman
Hi. I'm a high school teacher in California who has been put in charge of the Web pages at my site because I am a computer lab teacher. I've used DreamWeaver and FrontPage, but I would like to convert all the pages to CSS since our school site is clunky and slow and I'm tired of hearing all the

[css-d] newbie to css - using css with include file

2005-07-25 Thread Laura MacNeil
s? Any help would be greatly appreciated! ~Laura - Start your day with Yahoo! - make it your home page __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/list

[css-d] Re: General Question On Floats

2005-05-09 Thread Laura Carlson
I'm having various problems with floats, and wondered if anyone could point me to some good resources to read up on them. I have some listed at: http://www.d.umn.edu/goto/css#floats Laura ___ Laura L. Carlson Information Technology Systems and Ser