![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Programming Guru
![]() |
bja888, sorry to tell you: There's not one person here who thinks favorably of your arrogant flaunting of ignorance because of your need to feel superior. You have become simply enough an object for our amusment, stop now, or forever be an a**..
__________________
|
|
|
|
|
#12 |
|
Hobbyist Programmer
|
Why are all of you avoiding the question?? Can it be done, yes or no? You keep insesting that html works but you wont answer yes.
DaWei almost had me 30 min after I posted the thread. Someone finish his work. You can do it! I have faith in you guys! |
|
|
|
|
#13 |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4
![]() |
you mean this?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /> <title></title>
<style>
#largeBoxOne{position:absolute;left:100px;top:50px ;width:500px;height:150px; background-color:#4B5F73;}
#goLeft{width:150px;height:150px; background-color:#3C6A5E; clear: left; float: left;}
#goRight{width:150px;height:150px;background-color:#3C6A5E;float:right;} </style>
</head>
<body>
<div id="largeBoxOne">
<div id="goLeft">Left</div>
<div id="goRight">Right</div>
</div>
</body>
</html>in total, it cost me 1 minute, and i used wordpad as editor. |
|
|
|
|
#14 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
OK, it's midnight, I'm tired, and the thread I wanted to rant in has been closed. Anyway, let's play with this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<style>
#largeBoxOne
{
position: absolute;
left: 100px;
top: 50px;
width: 500px;
height: 150px;
background-color: #4B5F73;
}
#goLeft
{
float: left;
width: 150px;
height: 150px;
background-color: #3C6A5E;
}
#goRight
{
float: right;
width: 150px;
height: 150px;
background-color: #3C6A5E;
}
</style>
</head>
<body>
<div id="largeBoxOne">
<div id="goLeft">Left</div>
<div id="goRight">Right</div>
</div>
</body>
</html>By the way, I would suggest you back up your arguments with fact as opposed to an opinion which seems to be grounded in an alternate reality. |
|
|
|
|
#15 | |
|
Hobbyist Programmer
|
Quote:
Ooble your code does look more visually appealing. That’s not how the browser would read it though so you don't need all those spaces. Remember the browser has to load every space, tab and break. I'm used to freeing up empty space so my html runs together. |
|
|
|
|
|
#16 | |
|
The Oblivious One
Join Date: May 2005
Location: Ontario, Canada
Posts: 644
Rep Power: 4
![]() |
Quote:
Your obliviousness is making it a difficult decision
__________________
Dr. Zoidberg: [ecstatic] I'm going to a movie... with FRIENDS! |
|
|
|
|
|
#17 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Your argument for obfuscating your code is to save microseconds in download and rendering time? C'mon, man...
|
|
|
|
|
#18 |
|
Hobbyist Programmer
|
when you run 56K (or less) every second matters
![]() |
|
|
|
|
#19 |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4
![]() |
so in your opinion, code has to be unreadable...
|
|
|
|
|
#20 |
|
Programmer
Join Date: Jun 2005
Posts: 92
Rep Power: 4
![]() |
@bja888: You want DaWei to prove to us that you are a fool? He doesn't have to, you are doing a prime job yourself. Now you just have to realize that you are a fool, and then you can begin the path to recovery.
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|