| |||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| DNOA Member | Help plz -_- Stupid IE & FF problem... First, I'd like to rant about why Microsoft made up their OWN rules when they wrote IE??? How come they don't comply to the W3C standards? Anyway, Please compare this page in IE and FF: http://www.vibewave.com/mp/index.php How can I get that green line to stay where it is supposed to? Thanks for ANY help, -Matt
__________________ codeboards A high-quality community of programmers -- Join today and post! We want new members! |
| |
| | #3 (permalink) |
| DNOA Member | I'm putting that in my little book of quotes I agree completely.... I still need some advice...
__________________ codeboards A high-quality community of programmers -- Join today and post! We want new members! |
| |
| | #4 (permalink) |
| NamePros Regular | Your code was so messed up I'm surprised it worked at all; in this case I think the developer is to blame, not the software. I fixed your problem after a bit of re-writing: Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<STYLE>
body {
margin:0
}
.linetd {
background-image: url(http://www.vibewave.com/mp/img/line.png);
background-repeat: repeat-x;
}
.smallcontent {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: black;
}
.content {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: black;
}
a {color: #996600; text-decoration: underline}
a:hover {color: #990000; text-decoration: underline}
</STYLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>Matt's Projects.net</TITLE>
</HEAD>
<BODY>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD width="397" align="right" valign="top" height="44">
<IMG src="img/logo.jpg" width="377" height="44" hspace="10" vspace="5">
<IMG src="img/slogan.jpg" width="377" height="17">
</TD>
<TD height="21" width="22" valign="top"><IMG src="img/lineend.png" width="22" height="21" vspace="33">
</TD>
<TD valign="top"><div class="linetd" style="height:21px;position:relative;top:33px;"> </div>
</TD>
<TD width="106"><IMG src="img/corner.jpg" width="232" height="131">
</TD>
</TR>
</TABLE>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="5">
<TR>
<TD width="191"><TABLE width="191" border="0" cellspacing="0" cellpadding="5">
<TR>
<TD background="img/boxtop.png" width="191" height="15"></TD>
</TR>
<TR>
<TD background="img/box.png" class="smallcontent">
<center>
<table border="0" cellspacing="0" cellpadding="0" width="165" align="center">
<tr>
<td width="100%">
<center><img src="img/current.jpg" alt="Current Projects" border="0"></center>
<small>
<a href="#"><b>Flonds</b></a> - Site description here. Site description here. Site description
here. Site description here.</small>
<BR><BR>
<center><img src="img/featured.jpg" alt="Featured Project" border="0"></center>
<small>
<a href="#"><b>Site Name Here</b></a> - Site description here. Site description here. Site description
here. Site description here.</small>
<BR><BR>
<center><img src="img/annoying.jpg" alt="Annoying Projects" border="0"></center>
<small>
<a href="#"><b>Site Name Here</b></a> - Site description here. Site description here. Site description
here. Site description here.</small>
<BR><BR>
<center><a href="#"><img src="img/ancient.jpg" alt="Ancient History... [click here]" border="0"></a></center>
</td></tr></table>
</TD>
</TR>
<TR>
<TD background="img/boxbottom.png" width="191" height="15"></TD>
</TR>
</TABLE></TD>
<TD width="*" valign="top" class="content">
<b>Matt's Projects.net - Home to several growing websites and Internet services.</b>
<BR><BR>
You're probably wondering, "Who is this geek?" Well, first I must say that what you
are thinking is merely a common misconception. I'm not a geek - I'm a techie.
</TD>
<td width="220" valign="top" class="content" style="border-left: 1px solid #E0E0E0">
<center><img src="img/nav.jpg" alt="Navigation" border="0"></center>
<BR><BR>
Coming soon!
</td>
</TR>
</TABLE>
</BODY>
</HTML>
|
| |
| | #5 (permalink) |
| DNOA Member | Thank you SOOO Much! Great article in your sig, too. NP$ sent
__________________ codeboards A high-quality community of programmers -- Join today and post! We want new members! |
| |
| | #8 (permalink) |
| NamePros Regular | Microsoft seriously like to make their own rules, what they say goes, its like they compeletly rewrote the W3C standards, which arnt valid at all, and then if someone makes a W3C valid site and it looks ok in firefox, Microsoft says that they didn't code it right, thus it not working in IE. Maybe when the final release of the next IE version comes out, we will see the tabbed browsing, stolen from firefox (stolen from opera) and it reads the W3C Standards better. Lets hope so anyway, I still doubt it though :P PJ
__________________ L33TSig.net |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MySQL or PHP problem | Wildchild22 | Website Development | 10 | 07-14-2005 05:24 AM |
| vBulletin Problem!!!!!!!!!!!! | domaino | Programming | 11 | 06-23-2005 06:29 AM |
| Why We Didn't Have A Drug Problem | Dave in Carthage | The Break Room | 0 | 03-13-2005 07:26 AM |
| Cash to fix little flash problem plz | KoLdArKnEsS | For Sale / Advertising Board | 1 | 10-30-2004 02:26 AM |