thanks for replies. applied sean o's corrections and found/applied
screen.css (below); script's still not executing. other suggestions?
thanks

html, body, div, span, applet, object, iframe,
2h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3a, abbr, acronym, address, big, cite, code,
4del, dfn, em, font, img, ins, kbd, q, s, samp,
5small, strike, strong, sub, sup, tt, var,
6dl, dt, dd, ol, ul, li,
7fieldset, form, label, legend,
8table, caption, tbody, tfoot, thead, tr, th, td {
9 margin: 0;
10 padding: 0;
11 border: 0;
12 outline: 0;
13 font-weight: inherit;
14 font-style: inherit;
15 font-size: 100%;
16 font-family: inherit;
17 vertical-align: baseline;
18}
19fieldset {
20 border: 1px solid black; padding: 8px; margin: 8px 0;

On Mar 1, 12:32 am, Sean O <seanodot...@yahoo.com> wrote:
> Paul,
>
> Two suggestions:
> 1) remove the dimensions plugin script (it's integrated into jQuery as of
> this version)
> 2) close your doc ready function with parens & semicolon:
> $(function() {
>    $('#set1 *').tooltip();
>
> });
>
> SEAN Ohttp://www.sean-o.com
>
>
>
>
>
> paulmo wrote:
>
> > am not getting the stylized popup window (generic yellow box instead).
> > all files in my server root folder. please help this newbie; this in
> > head:
>
> > <script type="text/javascript" src="jquery-1.2.6.min.js"></script>
> > <script src="jquery.bgiframe.js" type="text/javascript"></script>
> > <script src="jquery.tooltip.pack.js" type="text/javascript"></script>
> > <script type="text/javascript" src="jquery.tooltip.min.js"></script>
> > <script type="text/javascript" src="jquery.dimensions.js"></script>
> > <link rel="stylesheet" href="jquery.tooltip.css" />
>
> > <script type="text/javascript">
> > $(function() {
> > $('#set1 *').tooltip();
> > }
> > </script>
>
> > this in body:
>
> > <fieldset id="set1">
> >            <label title="A label with a title and default settings, no href
> > here" for="text1">Write something.</label>
> >            <br/>
> >            <input title="Your input generates a database driven, interactive
> > response based on subject key words." type="text" value="Test"
> > name="action" id="text1"/>
>
> >    </fieldset>
>
> --
> View this message in 
> context:http://www.nabble.com/-tooltip--help-please-tp22269309s27240p22269875...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.- 
> Hide quoted text -
>
> - Show quoted text -

Reply via email to