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
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
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
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?
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
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
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
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
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:
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
--- 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
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;
>
>> 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
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
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
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
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
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
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,
"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
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
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
22 matches
Mail list logo