[FX.php List] [OFF] Odd CSS problem
Bob Patin
bob at patin.com
Mon Aug 18 12:45:58 MDT 2008
I got it now...
I had to change the accordion settings to get it to pass the URLs...
using one of the other examples, I got it all working.
I'm a CSS novice; I've been writing table-based pages for years, and
now I'm slowly starting to grasp the use of DIVs instead of tables.
I just wallow around until something works... :)
What was happening is that the accordion uses the anchor tag for the
element titles, and so I had to use a different type of accordion that
uses different tags... if you look at my site now you'll see that I
got it--after spending all weekend diddling with it.
Here's the way these elements are done:
<ul id="navigation">
<li>
<a class="head">First Accordion element</a>
<ul>
<li><a href="../link.htm">first link</a></li>
<li><a href="../link2.htm">second link</a></li>
<li><a href="../link3.htm">third link</a></li>
</ul>
</li>
...
</ul>
On Aug 18, 2008, at 1:34 PM, Leo R. Lundgren wrote:
> I don't understand what you are saying :D Is the problem solved?
>
> What do you mean by "can't get the URL to pass to the browser"?
> Where's the test page (unless it's solved).
>
> <ul> and <li> sounds a lot more fitted to do what you want, at least
> what I saw earlier looked like a simple list.
>
>
> 17 aug 2008 kl. 16.33 skrev Bob Patin:
>
>> Well, to be honest, I'm floundering in CSS with not enough
>> knowledge...
>>
>> I'm now using <ul> and <li> tags, which shows them very nicely, but
>> in my accordion that I'm working on in jQuery, I can't get the URL
>> to pass to the browser. Here's my test page--I've managed to do
>> quite a bit with jQuery so far, tying it into a database in the
>> body of the page and pulling back my blog records, and now I'm
>> trying to get my menu strip working as well. As you'll see, it's
>> displaying very nicely, but the URLs don't trigger, but instead
>> close the widget. I'm going to work on that more today and see if I
>> can figure out how to fix that...
>>
>> When I'm farther along I'm going to put together a set of example
>> files that show a lot of different things you can do with jQuery
>> and FX.php (or the API, the technique would be the same). Thanks to
>> the very generous help of Andy Gaunt of FMPug, I've been able to
>> get a lot done this weekend.
>>
>> Bob Patin
>> Longterm Solutions
>> bob at longtermsolutions.com
>> 615-333-6858
>> http://www.longtermsolutions.com
>> iChat: bobpatin
>> AIM: longterm1954
>> FileMaker 9 Certified Developer
>> Member of FileMaker Business Alliance and FileMaker TechNet
>> --------------------------
>> FileMaker hosting and consulting for all versions of FileMaker
>> PHP • Full email services • Free DNS hosting • Colocation •
>> Consulting
>>
>>
>> On Aug 17, 2008, at 7:47 AM, Dale Bengston wrote:
>>
>>> Hi Bob,
>>>
>>> I think you'd need individual dd (definition description) tags for
>>> each list item, and a dd should be contained within a dl
>>> (definition list) opening and closing tag. Is dl/dt/dd really the
>>> best css for this type of content?
>>>
>>> Dale
>>
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
>
>
> -|
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
More information about the FX.php_List
mailing list