Search code examples
jquerycsshtmlcoldfusionpositioning

jquery objects not allowing navigation item to be placed on the right side


I cannot get the right-facing arrow ("next") to sit on the right edge of either object.

I'm using ScrollTo and SerialScroll (had links to these but cannot post them).

Here's where the example of my problem is: http://www.palosverdes.com/sandbox/problem/divs.cfm

I'm using Coldfusion 4.5 to include each item separately.
The first item with the green buttons is at: http://www.palosverdes.com/sandbox/problem/serialscroll/extract.cfm

I was going to list where the second item is but I can only post two hyperlinks.

I've tried defining specific widths for each element and using float: left and right but I cannot seem to get it where I want it.


Solution

  • Your includes are violating all kinds of HTML validation rules. You can't embed <html> tags inside other <html> tags. A document should only contain one pair of <html> tags. The extract.cfm should only include the content within the <body></body> tags. You can move the script and css tags to the parent cfm <head>.