Hello:
I'm trying to place two drop down boxes at the right of my page.
When I view the pages in Firefox and Internet Explorer, they are so far off.
You can view the page yourself by visiting:
<!-- m --><a class="postlink" href="http://www.informedmortgage/100-financing.html">http://www.informedmortgage/100-financing.html</a><!-- m -->
I've tried changing widths, margins, etc and am having no luck.
I can use some help. I hope someone can help me out.
Thank you.
Back to topChanging the margins won't make a difference since their containing <div> is absolutely positioned.Thanks for the reply.
What do I do then? For what am I looking to modify so the page appears correctly in both browsers?Thanks for the reply.
What do I do then? For what am I looking to modify so the page appears correctly in both browsers?
I am assuming that each drop down is a DIV of its own?
Try placing both drop downs in a container DIV which controls where both of them will be aligned horizontally on the screen.00110111, look at the page he linked to.
<offtopic>Why binary 55 for a screenname?</offtopic>
What I would do is make #container wide enough to contain all 3 columns and then float #rightbar to the right by removing the absolute positioning related attributes.
I'm trying to place two drop down boxes at the right of my page.
When I view the pages in Firefox and Internet Explorer, they are so far off.
You can view the page yourself by visiting:
<!-- m --><a class="postlink" href="http://www.informedmortgage/100-financing.html">http://www.informedmortgage/100-financing.html</a><!-- m -->
I've tried changing widths, margins, etc and am having no luck.
I can use some help. I hope someone can help me out.
Thank you.
Back to topChanging the margins won't make a difference since their containing <div> is absolutely positioned.Thanks for the reply.
What do I do then? For what am I looking to modify so the page appears correctly in both browsers?Thanks for the reply.
What do I do then? For what am I looking to modify so the page appears correctly in both browsers?
I am assuming that each drop down is a DIV of its own?
Try placing both drop downs in a container DIV which controls where both of them will be aligned horizontally on the screen.00110111, look at the page he linked to.
<offtopic>Why binary 55 for a screenname?</offtopic>
What I would do is make #container wide enough to contain all 3 columns and then float #rightbar to the right by removing the absolute positioning related attributes.