[jQuery] Do DOM generated links treat their containers differently then hard coded?

[jQuery] Do DOM generated links treat their containers differently then hard coded?


I have this test page up: http://btk.name/misc/links.html
Basically, I am using Jquery and a Cycle plugin to allow the user to
paginate via links through content. Simple enough.
However, as you can see (at least in Firefox 3), the DOM generated
links (via the plugin) keep going in 1 line outside the container.
The links hardcoded into the actual HTML adhere to their container.
Why would JavaScript generated links be treated different? I just want
them to wrap appropriately.
Thanks