;t you try one of the existent 'rounded corners'
> implementations? I haven't had much success with them, but who
> knows :)
>
> http://www.html.it/articoli/nifty/index.htmlhttp://www.curvycorners.net/http://www.editsite.net/blog/rounded_corners.htmlhttp://www.phatfusion.net/roun
Have you tried giving the splitter a css rule like this: * html
div#myTestSplitter { height:100%;}
Not sure why you would want to have a slitter that is 100% in height
though.
Q.
On Sep 29, 9:13 am, "alee amin" <[EMAIL PROTECTED]>
wrote:
> Hi,
> I have a strange problem that exists only in IE.
ot;div.box").each(function() {
> $("div.box> *").wrapAll('');
> $("div.box").append(''+' class="tr">'+''+' div>');
> });
>
> });
>
> What exactly are you trying t
Thanks to the help I have received on this group, I am making
progress.
But now that all is working fine, the question beckons: Can jQuery do
it all over again?
This is my code:
some header
Lorem ipsum dolor sit amet.
And the jQuery:
$(document).ready(function(){
$("div.
Good greef Samy!
That works like a charm - I did not think it´s that simple.
Thanks a million.
Q.
On Sep 26, 3:18 pm, "Mauricio \(Maujor\) Samy Silva"
<[EMAIL PROTECTED]> wrote:
> Use wrapAll() method.
>
> Maujor
>
> -Mensagem Original-
> De: &
I´m stuck, please help!
My code:
some header
Lorem ipsum dolor sit amet
The jQuery:
$(document).ready(function(){
$("div.box-two > *").wrap('');
});
The idea is to 'wrap' the , and the with a single .
The problem I have is that ALL the elements are individually wrap
This might not be possible but worth asking.
This is the concept:
I would like jQuery to print a list of blog entry titles inside a div
that gets the contents from a WordPress blog.
The link in the div, when clicked, must take the user to the blog
entry - not to mention that the list of links i
7 matches
Mail list logo