jQuery can only work with the DOM and CSS, it has no special
abilities. And it certainly couln't style text inside a flash movie.
If that's necessary, you'll have to use an image positioned on top of
the text.

- ricardo

On Nov 19, 3:33 pm, Pete <[EMAIL PROTECTED]> wrote:
> What's wrong is that I'm using sIFR to style the font.  So using
> border-bottom styles the block element across the page instead of
> underlining just the text.
>
> There is an underline method in the sIFR plugin that I'm using, but it
> also does not allow for height.
>
> On Nov 19, 10:29 am, Liam Potter <[EMAIL PROTECTED]> wrote:
>
> > no.
>
> > Whats wrong with using the border-bottom?
>
> > Pete wrote:
> > > I'm looking for a way to adjust the height of an underline element.
> > > Specifically I'm not looking to do a border-bottom CSS attribute and I
> > > was wondering if there is some method in JQuery that could style a CSS
> > > element that cannot accept values.
>
> > > For example I could do the following:
>
> > > h1  {font:bold 35px verdana;text-decoration:underline;}
>
> > > but I want to give the underline a px value.  This cannot be done in
> > > CSS, but is there a JQuery method that can help achieve that?

Reply via email to