Good day,
I am having a challenge with a layout for a div that will contain three divs for some navigation aids.
I see the three divs as justified right, justified center and justified left respectively. Something like this:
-------------------------------------------------------------------------------------
<---------------------div 1> | <div 2> | <div 3------------------->
-------------------------------------------------------------------------------------
<div 2> will be small and constant for it will only contain a back to top icon. <div 1> and <div 3> will contain text links to previous and next topics.
How do I do the lay-out with CSS? Off-hand, will there be browser compatibility issues?