Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
This doesn't work: JQuery per http://our.umbraco.org/forum/umbraco-pro/contour/11447-Contour-Tip-working-with-Legends
$("legend").each(function() {var t = $(this).text();$(this).html("<span>" + t + "</span>"); });
This JQuery just wraps the legend: //getting close... almost...
$(document).ready(function () { $("legend").each(function () { $(this).wrap('<span/>'); }); });
And Tim Geyssens suggestion on http://our.umbraco.org/forum/umbraco-pro/contour/11447-Contour-Tip-working-with-Legends doesn't work at all.
Any help welcome. Venligst
Hi Kevon
Have you checked with firebug or some other tool for debugging to see if your script is not returning an error?
Where have you placed the script exactly?
/Jan
Actually the second script works in all browsers except IE7... Just makes me want throw an Anti-IE Party. I used display: block for Span tag but IE7 still doesn't obey.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to control the width the the <legend> in Contour
This doesn't work: JQuery per http://our.umbraco.org/forum/umbraco-pro/contour/11447-Contour-Tip-working-with-Legends
This JQuery just wraps the legend: //getting close... almost...
And Tim Geyssens suggestion on http://our.umbraco.org/forum/umbraco-pro/contour/11447-Contour-Tip-working-with-Legends doesn't work at all.
Any help welcome. Venligst
Hi Kevon
Have you checked with firebug or some other tool for debugging to see if your script is not returning an error?
Where have you placed the script exactly?
/Jan
Actually the second script works in all browsers except IE7... Just makes me want throw an Anti-IE Party. I used display: block for Span tag but IE7 still doesn't obey.
is working on a reply...