Worked perfectly!
Thanks!
...Rowby
Main Topics
Browse All TopicsHello
Please look at this page, work in progress:
http://freevanrentals.com/
There is a red "box" with a graphic header that says "Get a Quick Rate Quote".
most if not all of the reservation form is in a iframe.
There is a graphic vertical bar on the left that is being hidden by the reservation form. You can see it for a split second while the page loads FYI The image name is http://freevanrentals.com/
The right side of the bar is showing fine.
I am trying to move the reservation form over approx 5 pixels to reveal that bar, but I can't seem to get it to do it.
I am thinking maybe the problem is because the iframe is referencing a remote server (which I don't have easy access to.). However I doubt that is the cause -- and one of you CSS experts will give me a CSS fix.
Thanks!
Rowby
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: ziffgonePosted on 2009-10-28 at 19:18:44ID: 25690129
Hi there rowby,
irportvanr ental.com/ quickrates /"></iframe></ div>
th:265px;" ><iframe scrolling="no" height="300" frameborder="0" width="265" src="http://reservations.a irportvanr ental.com/ quickrates /"></iframe></ div>
Well, here's a solution that works:
Change this:
<div class="content"><iframe scrolling="no" height="300" frameborder="0" width="265" src="http://reservations.a
to this:
<div class="content" style="margin-left:5px;wid
Important note: For some odd reason, if I tried placing the needed CSS into the style.css file to keep the HTML clean, it didn't work, so it seems to have to remain as an inline CSS statement. Kinda weird.
Hope that helps. :)
Regards...