NameSilo

iframes issue - help!

Spaceship Spaceship
Watch

james3k

New Member
Impact
0
Hi all,
I'm having someone design me a web site. We have iframes on the site but I only want a scroll bar down the right hand site, not across the bottom.
In Firefox it is doing this, but in IE we are getting a scroll bar across the bottom.

Can someone tell me what the problem is??
Take a look at:
http://ghostmaster.net/ultrasonics/index.php?p=bio
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
.US domains.US domains
In most cases it is because IE and Firefox read pixel rates differently. It matches in Firefox but it still might be too big for IE. Try to shrink down the text box a bit. I would start with a more drastic number like 10px and then if that doesn't work look to the next solution.
 
0
•••
Thanks, I will try that out and see if it sheds any light on the situation...
 
0
•••
in CSS you can say whether it'd be for IE or Firefox;

Code:
width: 500px !important; //This'd be how it shows in firefox
width: 600px; //and this'd be IE.

welcome to the wonderful world of IE hate :)
 
0
•••
or maybe u cud sent horizontal scroll property to false?
 
0
•••
Thanks! so that code should sort it out then???
 
0
•••
in CSS you can say whether it'd be for IE or Firefox;


Code:

width: 500px !important; //This'd be how it shows in firefox
width: 600px; //and this'd be IE.

welcome to the wonderful world of IE hate

Can someone please tell me where I should put this code in my web site??
The site is at: http://www.ghostmaster.net/ultrasonics

I just need to know where to put the code, as I'm not as experienced with web design as you guys!!
 
0
•••
stylesheet.css is the file you want to edit. I didn't look at the file in depth but it should be somewhere in there.
 
0
•••
Can you tell me where abouts in Stylesheet.css the code goes, and what exactly I need to put in?
Thanks for your help.
 
0
•••
Appraise.net

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back