Click to See Complete Forum and Search --> : Positioning FRAMES in FRAMESET


ruchir123
03-02-2009, 05:46 PM
Hello,

I have two frames, in a frame set as shown below. I want to position the frame SIDEBAR at an absolute particular position on the web page and so the frame "rightframe". How can I achieve this and make it work on IE?

Margin-left aur padding-left wont work and if done so, it introduces scroll bars on SIDEBAR frame.

Thanks,
Ruchir

<html>
<head>
<title> FRAMES </title>
</head>
<FRAMESET ROWS="20%,*" noresize="noresize" SCROLLING=NO FRAMEBORDER=NO FRAMESPACING=0 BORDER=0>
<FRAME SRC="HASERVICE.html">
<FRAMESET COLS="23%,*" noresize="noresize" SCROLLING=NO FRAMEBORDER=NO FRAMESPACING=0 BORDER=0>
<FRAME SRC="LASERVICE.html" NAME="SIDEBAR">
<FRAME SRC="RASERVICE.html" NAME="rightframe">
</FRAMESET>
</FRAMESET>
</html>