Re: [css-d] An Image On Top Of an Image

2010-06-21 Thread Victor Subervi
On Mon, Jun 21, 2010 at 2:22 PM, Climis, Tim wrote: > > > > Can you send us a link to your live page instead of all this code? It's a > lot easier to debug things that way. > http://creative.vi/clients/crucian-edu/ TIA, V __ c

Re: [css-d] An Image On Top Of an Image

2010-06-21 Thread Victor Subervi
Well, Peter, your code worked well; however, I had to add several breaks at the end:     Listen Live! Click here to listen live to WXZT 90.9 FM now!   Even so, it has a little extra space at the top. What happened without the breaks

Re: [css-d] An Image On Top Of an Image

2010-06-21 Thread Victor Subervi
ed? V > > -Original Message- > From: css-d-boun...@lists.css-discuss.org > [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Victor Subervi > Sent: June-21-10 8:36 AM > To: Climis, Tim > Cc: CSS Discuss > Subject: Re: [css-d] An Image On Top Of an Image &

Re: [css-d] An Image On Top Of an Image

2010-06-21 Thread Victor Subervi
On Mon, Jun 21, 2010 at 10:56 AM, Climis, Tim wrote: > Umm. Can we have an example of what you want? There are many options > here, and depending on the effect you're looking for, some may or may not > work. kinda figured that... > For example: do you want the bottom image to be visible und

[css-d] An Image On Top Of an Image

2010-06-21 Thread Victor Subervi
Hi; How do I place an image on top of another image? TIA, Victor __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http:

Re: [css-d] Newbie Building Boxes

2010-06-19 Thread Victor Subervi
On Sat, Jun 19, 2010 at 12:32 PM, David Laakso wrote: > If the rounded corners, and cross-browser compatibility, are client > requirements-- positioning background images using CSS is probably your best > bet [for now, at least]. > This is relatively easy to do /tableless/. Construct a CSS box w

[css-d] Newbie Building Boxes

2010-06-19 Thread Victor Subervi
Hi; I'm new to CSS2. I'm trying to build a box of a specific size in which I can: 1) Have a border color 2) Have rounded corners on the inside edge of that border 3) Have a background color within the inside edge 4) Place text that could scroll and must wrap within the inside border and astheticall

Re: [css-d] Fonts

2010-06-17 Thread Victor Subervi
On Wed, Jun 16, 2010 at 11:05 PM, Philippe Wittenbergh wrote: > In current versions of CSS, you can't manipulate or control those. As I > pointed out in my original answer [1], a future version of CSS fonts will > have additional properties: > My apologies for not paying attention. > >

Re: [css-d] Fonts

2010-06-16 Thread Victor Subervi
On Wed, Jun 16, 2010 at 9:49 AM, Victor Subervi wrote: > On Sat, Jun 12, 2010 at 9:50 PM, Philippe Wittenbergh wrote: > >> >> On Jun 13, 2010, at 10:34 AM, David Laakso wrote: >> >> > <http://www.w3.org/TR/2002/WD-css3-webfonts-20020802/> >> Note t

Re: [css-d] Fonts

2010-06-16 Thread Victor Subervi
On Sat, Jun 12, 2010 at 9:50 PM, Philippe Wittenbergh wrote: > > On Jun 13, 2010, at 10:34 AM, David Laakso wrote: > > > > Note that is a very old draft. The current draft is: > http://www.w3.org/TR/css3-webfonts/ > This is good. Thanks, V __

[css-d] Fonts

2010-06-12 Thread Victor Subervi
Hi; Googled for a tutorial and/or examples (so I can see in action) what happens when one plays around with the values for panose-1, stemh, stemw, slope, cap-height, etc. Got any ideas? TIA, Victor __ css-discuss [cs...@lists.css-d

[css-d] Problem With Menu

2009-11-14 Thread Victor Subervi
Hi; I've got a css menu here: http://angrynates.com/nrelectric.com/ This works fine in FF but in IE, if you mouseover "Services" the font turns black and you can't mouseover the dropdown! It disappears before you can get there. What do? Please advise. TIA, Victor ___

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; > > } > > > > Pleas

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 > >

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 f

[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] 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 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-decoratio

[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] Can't Adjust Font Size

2009-11-04 Thread Victor Subervi
Oops. Thank you! V On Wed, Nov 4, 2009 at 12:02 PM, Climis, Tim wrote: > -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto: > css-d-boun...@lists.css-discuss.org] On Behalf Of Victor Subervi > Sent: Wednesday, November 04, 2009 9:56 AM > To: sam V

Re: [css-d] Can't Adjust Font Size

2009-11-04 Thread Victor Subervi
> font-size: 16px ! important; > } > > Thanks, > Deepak Sam Victor G > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Tue, Nov 3, 20

Re: [css-d] Can't Adjust Font Size

2009-11-03 Thread Victor Subervi
being read and influencing the tag. TIA, V On Tue, Nov 3, 2009 at 7:54 AM, Rachel Mawhood wrote: > At 10:35 03/11/2009, Victor Subervi wrote: > >Hi; > >I have the following in my css: > > > >p { > >text-align: left; > >font-size: 16px; > >margin-l

[css-d] Can't Adjust Font Size

2009-11-03 Thread Victor Subervi
Hi; I have the following in my css: p { text-align: left; font-size: 16px; margin-left: 10px; padding-left: 10px; margin-right: 10px; padding-right: 10px; } I have this in my html: Located on the waterfront in 18th century Christiansted, Hotel Caravelle faces the harbor with eastward views of Pr

[css-d] img border

2009-09-12 Thread Victor Subervi
Hi, I have this that works well: img { border:10px solid #7B2E91 } I would like to do one on top of another, something like this: img { border:10px solid #7B2E91 } img { border:20px solid #00 } Is there a way to do this? TIA, Victor __

Re: [css-d] Fwd: Image Background

2009-08-19 Thread Victor Subervi
f the > bg image would show. Pad container as needed for border effect. Just a > suggestion. > > HTH > > On Wed, Aug 19, 2009 at 3:03 PM, Victor Subervi > wrote: > > Great! That works nicely. Now, I understand it's possible to do it with > > images...but how? How

[css-d] Fwd: Image Background

2009-08-19 Thread Victor Subervi
e: > > On Aug 19, 2009, at 9:44 AM, Victor Subervi wrote: > > Hi; >> I saw this done somewhere but lost track of it. What I would like to do is >> put a resizable background image (or color) behind pics I put on a Web >> site, >> such that, for example, it ends u

[css-d] Image Background

2009-08-19 Thread Victor Subervi
Hi; I saw this done somewhere but lost track of it. What I would like to do is put a resizable background image (or color) behind pics I put on a Web site, such that, for example, it ends up bordering the image 10 px all around. How do I do this? TIA, Victor

Re: [css-d] Override CSS Line

2008-04-24 Thread Victor Subervi
On Thu, Apr 24, 2008 at 12:09 PM, Foundation Flash < [EMAIL PROTECTED]> wrote: > Victor, > firstly, this is the first time I have ever responded to a query, so bear > with me and expect to receive an email from someone else refuting all I say > here, but here goes anyway: > > 1) If it's not a typo

[css-d] Override CSS Line

2008-04-22 Thread Victor Subervi
Hi: I have this line in my css: .menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:90px; height:20px; text-align:center; color:#fff; background:#ff; line-height:20px; font-size:16px; font-weight: 800; overflow:hidden;} and I want to be able to overrid

Re: [css-d] Drop-Down Menu In Table?

2008-04-18 Thread Victor Subervi
On Fri, Apr 18, 2008 at 8:39 AM, David Laakso <[EMAIL PROTECTED]> wrote: > Victor Subervi wrote: > > > > > http://www.cssplay.co.uk/menus/dd_valid.html > > > > which does indeed work. However, now I am perplexed by the problem of > > how to > > get

[css-d] Drop-Down Menu In Table?

2008-04-18 Thread Victor Subervi
Hi; Another problem. In my earlier post asking for a css drop-down menu that works in both IE6 and IE7, I was appreciative to have been pointed to the following link: http://www.cssplay.co.uk/menus/dd_valid.html which does indeed work. However, now I am perplexed by the problem of how to get it t

Re: [css-d] CSS Drop-Down in IE6?

2008-04-18 Thread Victor Subervi
On Fri, Apr 18, 2008 at 3:33 AM, david <[EMAIL PROTECTED]> wrote: > Highpowered wrote: > > Victor Subervi wrote: > >> On Thu, Apr 17, 2008 at 11:29 AM, Highpowered <[EMAIL PROTECTED] > >> <mailto:[EMAIL PROTECTED]>> wrote: > As far as I know, if

Re: [css-d] CSS Drop-Down in IE6?

2008-04-17 Thread Victor Subervi
On Thu, Apr 17, 2008 at 11:29 AM, Highpowered <[EMAIL PROTECTED]> wrote: > IE6's lack of multi-elemental :hover support makes Javascript a > necessity for any mouseover-triggered menu to work the same as it does > in 7. Apologies if I am misinterpreting your question. That´s what I thought, but

[css-d] CSS Drop-Down in IE6?

2008-04-17 Thread Victor Subervi
Hi: Has anyone come up with a css drop-down menu that works in both IE7 *and* IE6? Is it even possible? I see Chris Case tried as much, and no one seems to have responded to his post... TIA, Victor __ css-discuss [EMAIL PROTECTED]