GIDForums  

Go Back   GIDForums > Webmaster Forums > Web Design Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 24-Oct-2003, 09:15
kelly001 kelly001 is offline
New Member
 
Join Date: Oct 2003
Posts: 5
kelly001 is an unknown quantity at this point

unwanted scrollbar problem


Hi,
I'm having this strange problem with an horizontal scrollbar showing up in the redesign of a site. the only difference in the redesign is that instead of having an embedded flash movie as a navigation bar in my div id="layer3" I know have a text based navigation bar in that same div id="layer3"
This seems to only happen in IE 5 on a Mac and I can't seem to get rid of it.

Here is an example of both designs :

old one :

killwhat.com


new one:

killwhat.com


Any suggestions how I can get rid of this problem without using iframes ? thanks
  #2  
Old 24-Oct-2003, 10:23
Unregistered
 
Posts: n/a
On a Mac, eh.

My suggestion would be to use the old positioning on the new page in the layer3. If that does not fix it, try disabling the css and see if that workds.

If its a css problem, make sure your css is properly validated from www.w3c.org and post it in here if there is still a problem with it.

My only other suggestion to fix this is to blow up your mac and buy an PC like everyone else in the world. (instructions on this are posted in many places if you need help with it)

Nice site layout by the way.
  #3  
Old 24-Oct-2003, 11:34
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
Hello kelly001,

Too bad that I do not see this 'effect' since I don't own a Mac myself...

I too would have to guess that this might just be a rogue issue with some CSS value or any JavaScript that handles 'width' settings...

Viewing the pages with the browsers I have doesn't show any errors at all (i.e. IE6, Moz, Firebird).

I hope that you will reply here someday if you manage to figure this out eventually...
  #4  
Old 24-Oct-2003, 11:44
kelly001 kelly001 is offline
New Member
 
Join Date: Oct 2003
Posts: 5
kelly001 is an unknown quantity at this point
thanks for the advice, I have already tried disabling the css and it did not change the problem...

I know that I can get rid of it by replace scroll=no to scroll=auto in the body tag but then on IE 5 mac, the scroller let's you scroll all the way down where the hidden content in the layer is...

In the past the only way, I've found to work around this is make a IE5 Mac user specific page (using iframes instead of layers) and have a javascript redirect on the original page

the javascript could be something like this :

<script language="JavaScript">
if(navigator.appVersion.indexOf("MSIE 5.")!=(-1)
&& navigator.appVersion.indexOf("Macintosh")!=(-1)) {
top.location.href = "new-iframe-page.html";
}
</script>
 
 

Recent GIDBlogVista ?Widgets? on Windows XP by LocalTech

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with php5 cgi installation fab13 Apache Web Server Forum 3 19-Nov-2003 10:11
folder problem in trees zuzupus MySQL / PHP Forum 23 26-Sep-2003 08:32
join problem zuzupus MySQL / PHP Forum 0 14-Aug-2003 06:11
Code problem (a newbie question) monkster87 C++ Forum 3 11-Aug-2003 13:46
cols width problem zuzupus Web Design Forum 4 23-Jul-2003 07:48

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 16:27.


vBulletin, Copyright © 2000 - 2010, Jelsoft Enterprises Ltd.