View Full Version : help please


rill
04-16-2003, 04:07 AM
go to http://www15.brinkster.com/xrillx/wlay/wlay1/index
why is there a green stuff under the drop-down menu.
and when i minimize the window, the iframes is not in their original position as i maximize the window. how can i fix this?

Dude128
04-16-2003, 04:29 AM
first of all, you need the .html extension on that page. some browsers may display it anyway, but not all- mine for instance- will.

pb&j
04-16-2003, 01:17 PM
try changing this...
<select name="menu" style="background-color: #9CC873 ;
font size=10 ; font-family: verdana; color: #FF7109"
size="1" onchange="jump(this.form)">

to this...
<select name="menu" style="background-color: #9CC873;
font-size:10px; font-family: verdana; color: #FF7109;"
size="1" onchange="jump(this.form);">

also, try specifying PX for the measurement type in your positioning...
<div style="position: absolute; top:42px; left:100px">

also, take out one of your starting BODY tags. you are allowed only one starting, and one ending. you have two starting, and one ending.

rill
04-16-2003, 11:59 PM
i didn't work. but thanx anyway...