Re: [css-d] Font Color Problem

2009-11-13 Thread David Laakso
Victor Subervi wrote: > On Fri, Nov 13, 2009 at 11:01 AM, Jack Timmons wrote: > > >> On Fri, Nov 13, 2009 at 9:59 AM, Victor Subervi >> wrote: >> >>> Hmm. I added this and it didn't work: >>> >>> #menu ul ul li ul li >>> { >>> color: #fff; >>> } >>> >>> Please take a look: >>> http://angr

Re: [css-d] Is there a simple way to center in an iframe?

2009-11-13 Thread Alan Gresley
Michael Newberry wrote: > I'm pasting images into an iframe using a simple click on a link. The image > always appears at the 0,0 scroll position inside the iframe. Is there a > simple css way to center it? I've tried using text-align:center. > > Thanks, > > Michael Correction, iframe is not

Re: [css-d] Where is Eric Meyer's most recent CSS Reset

2009-11-13 Thread Jay Tanna
The "recent" file is located here nothing has changed in web tehchnology since this file was created): http://meyerweb.com/eric/tools/css/reset/ The above link allows you to either copy the code from the web or download a css file by clicking on the link provided. The way I use it is to copy

Re: [css-d] Font Color Problem

2009-11-13 Thread Victor Subervi
On Fri, Nov 13, 2009 at 11:01 AM, Jack Timmons wrote: > On Fri, Nov 13, 2009 at 9:59 AM, Victor Subervi > wrote: > > > > Hmm. I added this and it didn't work: > > > > #menu ul ul li ul li > > { > > color: #fff; > > } > > > > Please take a look: > > http://angrynates.com/nrelectric.com/Events.py?

Re: [css-d] Font Color Problem

2009-11-13 Thread Jack Timmons
On Fri, Nov 13, 2009 at 9:59 AM, Victor Subervi wrote: > > Hmm. I added this and it didn't work: > > #menu ul ul li ul li > { > color: #fff; > } > > Please take a look: > http://angrynates.com/nrelectric.com/Events.py?browser=all > Mouse over "Services" in the nav. > TIA, > V >> >> -- >> -Jack Tim

Re: [css-d] Font Color Problem

2009-11-13 Thread Victor Subervi
On Fri, Nov 13, 2009 at 10:55 AM, Jack Timmons wrote: > On Fri, Nov 13, 2009 at 9:52 AM, Victor Subervi > wrote: > > But if I do that, I'll change more than just the fly-out menus! I don't > want > > to change the regular menu. Please advise. > > V > > Being more specific with the CSS selector w

Re: [css-d] Font Color Problem

2009-11-13 Thread Jack Timmons
On Fri, Nov 13, 2009 at 9:52 AM, Victor Subervi wrote: > But if I do that, I'll change more than just the fly-out menus! I don't want > to change the regular menu. Please advise. > V Being more specific with the CSS selector will allow you to do so: #menu ul ul li ul li a{color: red} -- -Jack

Re: [css-d] Font Color Problem

2009-11-13 Thread Victor Subervi
But if I do that, I'll change more than just the fly-out menus! I don't want to change the regular menu. Please advise. V On Fri, Nov 13, 2009 at 10:48 AM, Jack Timmons wrote: > On Fri, Nov 13, 2009 at 9:40 AM, Victor Subervi > wrote: > > Hi; > > I have the following code: > > > > #menu { > > w

Re: [css-d] Font Color Problem

2009-11-13 Thread Jack Timmons
On Fri, Nov 13, 2009 at 9:40 AM, Victor Subervi wrote: > Hi; > I have the following code: > > #menu { > width: 12em; > } > > #menu ul { > list-style: none; > margin: 0; > padding: 0; > } > > #menu a, #menu h2 { > font: bold 16px/16px arial, helvetica, sans-serif; > display: block; > border-width:

[css-d] Font Color Problem

2009-11-13 Thread Victor Subervi
Hi; I have the following code: #menu { width: 12em; } #menu ul { list-style: none; margin: 0; padding: 0; } #menu a, #menu h2 { font: bold 16px/16px arial, helvetica, sans-serif; display: block; border-width: 0px; border-style: solid; border-color: #ccc #888 #555 #bbb; margin: 0; padding: 2px 3p

Re: [css-d] styling linked headings

2009-11-13 Thread Bobby Jack
--- On Thu, 11/12/09, Angela French wrote: >  I want a consistent site-wide style for the > headings, but then they are not readily identifiable as > links.  I am looking for ideas/examples of others who > have come up with a successful styling solution. The suggestions you've already received a

Re: [css-d] Background Color

2009-11-13 Thread Victor Subervi
That color code threw me! Thanks, V On Fri, Nov 13, 2009 at 8:41 AM, Climis, Tim wrote: > >> I would recommend taking a look at the parent elements and making sure > >> their backgrounds aren't set, either. > > > Couldn't see any. > > It's in the header of the html. > > #menu { > width: 12em; >

Re: [css-d] Background Color

2009-11-13 Thread Climis, Tim
>> I would recommend taking a look at the parent elements and making sure >> their backgrounds aren't set, either. > Couldn't see any. It's in the header of the html. #menu { width: 12em; background: #eee; } ---Tim __ css-dis

Re: [css-d] Background Color

2009-11-13 Thread Victor Subervi
On Fri, Nov 13, 2009 at 7:19 AM, Jack Timmons wrote: > On Fri, Nov 13, 2009 at 4:33 AM, Victor Subervi > wrote: > > Hi; > > I have a css menu with the following code: > > > > #menu a { > > color: #fff; > > background: #00; > > text-decoration: none; > > } > > > > Now, I've put an image in th

Re: [css-d] Background Color

2009-11-13 Thread Jack Timmons
On Fri, Nov 13, 2009 at 4:33 AM, Victor Subervi wrote: > Hi; > I have a css menu with the following code: > > #menu a { > color: #fff; > background: #00; > text-decoration: none; > } > > Now, I've put an image in the background of this menu. I would like to get > rid of the background color co

[css-d] Background Color

2009-11-13 Thread Victor Subervi
Hi; I have a css menu with the following code: #menu a { color: #fff; background: #00; text-decoration: none; } Now, I've put an image in the background of this menu. I would like to get rid of the background color completely; however, if I simply delete the appropriate line, it defaults to w

Re: [css-d] Is there a simple way to center in an iframe?

2009-11-13 Thread Michael Newberry
Thanks to all for the suggestions. I'll try them and get back to you with the results. Michael - Original Message - From: "Alan Gresley" To: "Michael Newberry" Cc: Sent: Wednesday, November 11, 2009 5:11 AM Subject: Re: [css-d] Is there a simple way to center in an iframe? > Michae

Re: [css-d] Is there a simple way to center in an iframe?

2009-11-13 Thread Michael Newberry
Alan, No, it is not an html question, but a css question, which is why I asked if there was a way to do this using css. In any case, I tried both of your html suggestions but neither one worked---apparently because they are html solutions that apply to the target frame, not the content of the embe

Re: [css-d] Is there a simple way to center in an iframe?

2009-11-13 Thread Michael Newberry
Alan, Yes, tried that early-on. The following code does not center the image in the iframe: Sorry, this photo cannot be displayed. Your browser does not support inline frames. This works, sort of, in Firefox 3.5.5 by showing the image de-zoomed to fit in the iframe. However,

Re: [css-d] How can I avoid vertical scrollbar in frame?

2009-11-13 Thread marie-ange.demeulemeester
"Scrolling NO" is no option too. Because, if the frame becomes really too small, the client must still be able to navigate. Why you use header, 2 columns and footer in the header. A source for this is always welcome. And yes I know, frames are outdated. But I have no choice. I (and about 50

[css-d] Where is Eric Meyer's most recent CSS Reset

2009-11-13 Thread John Franks
Hi everyone. This is my first post here. Can anyone please provide me with a link to Eric Meyer's most recent and updated CSS Reset. When I do a Google search, I can only really find his 2007 reset, which surely must now have been updated. A link directly to the page the reset sits on would be

Re: [css-d] Opera form problem solved; new .box problem

2009-11-13 Thread David Laakso
Kathleen R Dery wrote: > All, > > Apparently, without div's surrounding my Contact Info label/textfield > pairs, Opera wouldn't show my label float. It is solved. > > I just have one more concern, and I honestly do not remember if I > posted it to this list: > > I have surrounded my lists wit