•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Website Reviews section within the IT Water Cooler category of DaniWeb, a massive community of 401,652 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,575 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Website Reviews advertiser: Affiliate Marketing
Views: 2430 | Replies: 14
![]() |
•
•
Join Date: Feb 2005
Posts: 427
Reputation:
Rep Power: 4
Solved Threads: 12
Hi folks... would some of you be kind enough tocheck out how this appears in other browsers?
I can only get IE 6/win and NS 6/win to work... all the others keep fouling up in install!
Just want to know whether it works in other browsers like Mozie, Firefox etc..... also on Mac
any help would be great!
<note to self... moron! :giggle: sorry, forgot to paste the URL!>
http://www.bokb.co.uk/test/Untitled1.htm
I can only get IE 6/win and NS 6/win to work... all the others keep fouling up in install!
Just want to know whether it works in other browsers like Mozie, Firefox etc..... also on Mac
any help would be great!
<note to self... moron! :giggle: sorry, forgot to paste the URL!>
http://www.bokb.co.uk/test/Untitled1.htm
•
•
Join Date: Feb 2005
Posts: 427
Reputation:
Rep Power: 4
Solved Threads: 12
oh, and heres another little play thing.....
just let me know how it breaks in other browsers.....
and, erm, like, if any knows of a fix, (without hacks... I'd prefer just straight css), please tell me!
http://www.bokb.co.uk/test/Untitled2.htm
just let me know how it breaks in other browsers.....
and, erm, like, if any knows of a fix, (without hacks... I'd prefer just straight css), please tell me!
http://www.bokb.co.uk/test/Untitled2.htm
•
•
Join Date: Nov 2004
Location: Milwaukee, WI
Posts: 62
Reputation:
Rep Power: 4
Solved Threads: 0
•
•
•
•
Originally Posted by autocrat
Hi folks... would some of you be kind enough tocheck out how this appears in other browsers?
I can only get IE 6/win and NS 6/win to work... all the others keep fouling up in install!
Just want to know whether it works in other browsers like Mozie, Firefox etc..... also on Mac
any help would be great!
<note to self... moron! :giggle: sorry, forgot to paste the URL!>
http://www.bokb.co.uk/test/Untitled1.htm
The question is... what is it SUPPOSED to look like?
P.S. Can't you install Mozilla and/or FireFox on your machine to see yourself? Just curious.
Web Design in Wisconsin : Milwaukee Web Design : Second Platform
To be honest a basic 2 column layout like that for me would look something like:
<div id="header"><h1>Page Title</h1></div>
<div id="left">Left col</div>
<div id="right">Right Col</div>
<div id="footer">Footer</div>
body {
margin: 0;
padding: 0;
}
#header {
border-bottom: 1px solid #000;
height: 100px;
}
#left {
float: left;
width: 150px;
}
#right{
margin-left: 160px;
}
#footer {
border-top: 1px solid #000;
clear: left;
}
<div id="header"><h1>Page Title</h1></div>
<div id="left">Left col</div>
<div id="right">Right Col</div>
<div id="footer">Footer</div>
body {
margin: 0;
padding: 0;
}
#header {
border-bottom: 1px solid #000;
height: 100px;
}
#left {
float: left;
width: 150px;
}
#right{
margin-left: 160px;
}
#footer {
border-top: 1px solid #000;
clear: left;
}
In Firefox the thing thats supposed to be at the top goes below the menu.
PETA People for the Eating of Tasty Animals.
FireFox
Hijack This
Ad-Aware
Hijack this tutorial
Microsoft AntiSpyware
CompUchat
FireFox
Hijack This
Ad-Aware
Hijack this tutorial
Microsoft AntiSpyware
CompUchat
•
•
Join Date: Feb 2005
Posts: 427
Reputation:
Rep Power: 4
Solved Threads: 12
... DaveSW ...
Well, I used what you posted, and all I get is a four tiered presentation, (all objects placed beneath each other)......
HDR
Lft
Rt
FTR
rather than a three tiered, bi-col presentation, (hdr, lft/rt,ftr)...
HDR
Lft Rt
FTR
So I don't know what went wrong there!
... Our Nation ...
Thanks for the pointer, any ideas as to why the hdr falls to there?
Well, I used what you posted, and all I get is a four tiered presentation, (all objects placed beneath each other)......
HDR
Lft
Rt
FTR
rather than a three tiered, bi-col presentation, (hdr, lft/rt,ftr)...
HDR
Lft Rt
FTR
So I don't know what went wrong there!
... Our Nation ...
Thanks for the pointer, any ideas as to why the hdr falls to there?
what did your entire html look like?
<html>
<head>
<title>testing</title>
<meta http-equiv="generator" content="testing, test run, attempting to link HTML and CSS" />
<meta http-equiv="keywords" content="testing, test run, attempting to link HTML and CSS" />
<link rel="stylesheet" href="style1.css" type="text/css" />
</head>
<body>
<div id="window">
<div id="top"></div>
<div id="main">
<div id="mleft">
<pre>
Menu 1
Menu 2
Menu 3
Menu etc.
</pre>
</div>
<div id="gutter1"></div>
<div id="mright">
<div id="gutter2"></div>
</br>
<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh.
</p>
</div> <!-- div = mright -->
</div>
<div id="bottom">
<div id="bcontent">
<p>
This is for the Footer
</p>
</div> <!-- bcontent -->
</div> <!-- bottom -->
</div> <!-- window -->
</body>
</html> PETA People for the Eating of Tasty Animals.
FireFox
Hijack This
Ad-Aware
Hijack this tutorial
Microsoft AntiSpyware
CompUchat
FireFox
Hijack This
Ad-Aware
Hijack this tutorial
Microsoft AntiSpyware
CompUchat
•
•
Join Date: Feb 2005
Posts: 427
Reputation:
Rep Power: 4
Solved Threads: 12
... Dave SW ...
The html was.....
<html>
<head>
<title>testing</title>
<meta http-equiv="generator" content="testing, test run, attempting to link HTML and CSS" />
<meta http-equiv="keywords" content="testing, test run, attempting to link HTML and CSS" />
<link rel="stylesheet" href="style111.css" type="text/css" />
</head>
<body>
<div id="header"><h1>Page Title</h1></div>
<div id="left">Left col</div>
<div id="right">Right Col</div>
<div id="footer">Footer</div>
</body>
</html>
...so, can you see what I did wrong?
... Our Nation ...
Sorry, but I appear to be having a dum moment, bbecause it looks like you just pasted the pure html for the first test page, (the one you stated the hdr dropped in!).
If it was to point out where I went wrong, would you be kind enough to be a little more blatant and spell it out for me?
......
Or is Our Nation post the HTML in response to Dave SW asking about the HTML?
PS, thank you both for the help.
The html was.....
<html>
<head>
<title>testing</title>
<meta http-equiv="generator" content="testing, test run, attempting to link HTML and CSS" />
<meta http-equiv="keywords" content="testing, test run, attempting to link HTML and CSS" />
<link rel="stylesheet" href="style111.css" type="text/css" />
</head>
<body>
<div id="header"><h1>Page Title</h1></div>
<div id="left">Left col</div>
<div id="right">Right Col</div>
<div id="footer">Footer</div>
</body>
</html>
...so, can you see what I did wrong?
... Our Nation ...
Sorry, but I appear to be having a dum moment, bbecause it looks like you just pasted the pure html for the first test page, (the one you stated the hdr dropped in!).
If it was to point out where I went wrong, would you be kind enough to be a little more blatant and spell it out for me?
......
Or is Our Nation post the HTML in response to Dave SW asking about the HTML?
PS, thank you both for the help.
![]() |
•
•
•
•
•
•
•
•
DaniWeb Website Reviews Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Slow Network Access Not Always Due to Scheduled Tasks Check (Windows tips 'n' tweaks)
- USB Ports not recognizing periferals (Peripherals)
- Please Check The Errors'..Dont know what else to do (C++)
- Check items before installing for Spyware? (Viruses, Spyware and other Nasties)
- Another hijack this log to check (Viruses, Spyware and other Nasties)
- Spyware check (Windows Users Lounge)
- Check for Disk Errors in Windows XP (Windows tips 'n' tweaks)
- IE6 - dialogue boxes , check boxes and radio buttons work very slowly after hijacking (Viruses, Spyware and other Nasties)
- Ureaka!! I found it! Please check this log (Web Browsers)
- flash check it out (Geeks' Lounge)
Other Threads in the Website Reviews Forum
- Previous Thread: Yet Another Online Community...
- Next Thread: Re-designed Visual Basic API section, need your review


Linear Mode