Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

frameset bordercolor problem

Status
Not open for further replies.

tzigone

MIS
Aug 11, 2003
42
0
0
TR
<frameset rows="*" cols="200,*" framespacing="0" frameborder="yes" border="3" bordercolor="red">
<frame name="menu" src="login_data/process.htm" scrolling="yes" >
<frame name="detail" src="login_data/initial.htm" >
</frameset>

The frameborder appears in dreamweaver red however with IE 6.0 it appers in gray as usual. What is the problem?
 
Instead of:

bordercolor="red"

...try:

style='border-color:"red"'

'hope that helps.

--Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top