Flush Right won't happen

liunx

Guest
I'm having trouble getting a table to be flush right in the browser window. It works for Netscape 6, but IE 6 and Netscape 4 don't work. <br />
<br />
Here's the webpage that has the problem. <br />
<br />
<!-- m --><a class="postlink" href="http://www.desi-9.com/sagel/mopi/index2.htm">http://www.desi-9.com/sagel/mopi/index2.htm</a><!-- m --><br />
<br />
If you use IE 6 or Netscape 4, you can see there is a space between the browser frame, and the image of the building. There should not be a space. I want the building to appear flush against the edge of the browser. I can't figure out what I'm doing wrong. I'd greatly appreciate any help. <br />
<br />
-Ronin D.<!--content-->looks good to me on IE6. try restarting and/or clearing your temp intenet files.<!--content-->I see the space, and I have spent many a hour trying to remove it in my own pages. Here's what I've come up with:<br />
The space you see is reseved space for a scrollbar. IE defaults this space as 'unuseable' if there is scrolling. The easiest way to rid yourself of it is to specify scrolling=no in your frameset, main, declaration. Since your page is relatively short, it should be ok. However, if you want scrolling.... your in for trouble. I haven't found a way to rid myself of that space if I want scrolling.<!--content-->when I first saw this thread I was thinking it was the scroll bar, but when I see it I have a vertical bar so I don't see any space. make the page just a little longer and you won't see the space, but if you do and you scroll, it mess up the whole page as it is being cut off at the picture.<!--content-->Is there any way Ronin can put the picture in the background of a table cell? Like, you see that blue gradient getting lighter towards the bottom of the page, thats a picture, right? Can you think of any code that would 'cheat' and go under the 'supposed' scroll bar space, much like the shades of blue do?<br />
<br />
Yep, I counted, it's exactly 15 pixels. That's the scroll bar alright.<!--content-->not sure what you mean scoutt, heres what I am referring to:<br />
<br />
<html><br />
<head><br />
<title>::: MEDICAL OFFICE PROPERTIES INC. :::</title><br />
</head><br />
<frameset cols="570,*" frameborder="NO" border="0" framespacing="0" rows="*"> <br />
<frame name="leftFrame" scrolling="NO" noresize src=http://www.htmlforums.com/archive/index.php/"leftframe.htm"><br />
<frame name="mainFrame" src=http://www.htmlforums.com/archive/index.php/"rightframe.htm" insert scrolling="no" here><br />
</frameset><br />
<noframes> <br />
<body bgcolor="#FFFFFF" text="#000000"><br />
</body><br />
</noframes> <br />
</html><br />
<br />
<br />
and screenshots of the scroll area in the main frame:<!--content-->and cap2<!--content-->Thank you for your time and knowledge. I added a no scroll to the code and now it seems to work beautifully. <br />
<br />
You can view it here:<br />
<br />
<!-- m --><a class="postlink" href="http://www.desi-9.com/sagel/mopi/index2.htm">http://www.desi-9.com/sagel/mopi/index2.htm</a><!-- m --> <br />
<br />
Thanks again guys. I greatly appreciate it.<br />
<br />
-Ronin D<!--content-->Doc, I knew what you were talking about. that second picture is what I was seeing so I couldn't see the empty space. but it seems to work like he wanted to.<!--content-->ok.... more on the same page than we know! :cheers:<!--content-->
 
Back
Top