Floating iframes over a JPEG image on a website?
-
I am doing a friends website, I would like to float an iframe over a jpg image, however, it shows up differently on different browsers, for example, work and home show the iframe positioned differently. I am using a style.css which contains the following class: @charset "utf-8"; .alignbi { float: right; position: relative; top:296px; right:1013px; } I use this class in the tag for the iframe, as follows: <.iframe src="Bio-Body.html" width="417" height="458" frameborder="0" class="alignbi"><./iframe> I have also tried to use DIV tags to align this iframe, but that also shows up differently on different machines. PLEASE HELP !! This is always a problem for me!
-
Answer:
Thats probably because of different screen resolutions.. Try putting everything inside a container div and give it a width of 900px. Inside this div put the rest of your code
Michael at Yahoo! Answers Visit the source
Related Q & A:
- How do I display all categories on a page with a corresponding image?Best solution by Magento
- How do I put a jpeg picture on my Avatar in Yahoo Answers?Best solution by Yahoo! Answers
- How to add text to jpeg image?Best solution by answers.microsoft.com
- How can I open a jpeg file?Best solution by answers.microsoft.com
- How to do a parenthetical citation for a website?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.