retrositelover
Programmer
- Oct 20, 2004
- 35
Hello,
I'm looking for a way to get nonshaded 1pixel frameborders to be resizeable in all major browsers. Opera and Internet Explorer work fine, even Konqueror, but Epiphany (=Firefox3) won't, I guess it's not possible? if so, the only way to ensure readability on small screens would be percentage values in frame size definitions. thanks for any suggestion in advance / all the best J.
here's the code I'm using:
Demo
I'm looking for a way to get nonshaded 1pixel frameborders to be resizeable in all major browsers. Opera and Internet Explorer work fine, even Konqueror, but Epiphany (=Firefox3) won't, I guess it's not possible? if so, the only way to ensure readability on small screens would be percentage values in frame size definitions. thanks for any suggestion in advance / all the best J.
here's the code I'm using:
Code:
<FRAMESET COLS="380,*" FRAMESPACING="1" FRAMEBORDER="0" BORDER="1" BORDERCOLOR="white">
<FRAME NAME="left0" ID="left0" SRC="navigation.html">
<FRAME NAME="right0" ID="right0" SRC="content.html">
</FRAMESET>
Demo