User Name Password Register
DaniWeb IT Discussion Community
All
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
Reply
Join Date: Feb 2005
Posts: 427
Reputation: autocrat is on a distinguished road 
Rep Power: 4
Solved Threads: 12
autocrat autocrat is offline Offline
Posting Pro in Training

Help Please check 4 me ?

  #1  
Feb 19th, 2005
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
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Feb 2005
Posts: 427
Reputation: autocrat is on a distinguished road 
Rep Power: 4
Solved Threads: 12
autocrat autocrat is offline Offline
Posting Pro in Training

Re: Please check 4 me ?

  #2  
Feb 19th, 2005
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
Reply With Quote  
Join Date: Nov 2004
Location: Milwaukee, WI
Posts: 62
Reputation: 2ndPlatform is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
2ndPlatform's Avatar
2ndPlatform 2ndPlatform is offline Offline
Junior Poster in Training

Re: Please check 4 me ?

  #3  
Feb 20th, 2005
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.
Reply With Quote  
Join Date: Feb 2005
Posts: 427
Reputation: autocrat is on a distinguished road 
Rep Power: 4
Solved Threads: 12
autocrat autocrat is offline Offline
Posting Pro in Training

Re: Please check 4 me ?

  #4  
Feb 20th, 2005
tried... problem is the pc on the net is used by about 6 people, all with different accounts, and the installations for firefox and mozie kept fouling.... have admin Rt's etc... just no joy!

Still, valid point!

I'll take a picky and add it!
Reply With Quote  
Join Date: Jul 2004
Location: Wales
Posts: 735
Reputation: DaveSW is on a distinguished road 
Rep Power: 6
Solved Threads: 17
DaveSW's Avatar
DaveSW DaveSW is offline Offline
Master Poster

Re: Please check 4 me ?

  #5  
Feb 21st, 2005
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;
}
Reply With Quote  
Join Date: Aug 2004
Posts: 771
Reputation: OurNation is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 8
OurNation's Avatar
OurNation OurNation is offline Offline
Master Poster

Re: Please check 4 me ?

  #6  
Feb 22nd, 2005
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
Reply With Quote  
Join Date: Feb 2005
Posts: 427
Reputation: autocrat is on a distinguished road 
Rep Power: 4
Solved Threads: 12
autocrat autocrat is offline Offline
Posting Pro in Training

Re: Please check 4 me ?

  #7  
Feb 23rd, 2005
... 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?
Reply With Quote  
Join Date: Jul 2004
Location: Wales
Posts: 735
Reputation: DaveSW is on a distinguished road 
Rep Power: 6
Solved Threads: 17
DaveSW's Avatar
DaveSW DaveSW is offline Offline
Master Poster
Join Date: Aug 2004
Posts: 771
Reputation: OurNation is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 8
OurNation's Avatar
OurNation OurNation is offline Offline
Master Poster

Re: Please check 4 me ?

  #9  
Feb 23rd, 2005
<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
Reply With Quote  
Join Date: Feb 2005
Posts: 427
Reputation: autocrat is on a distinguished road 
Rep Power: 4
Solved Threads: 12
autocrat autocrat is offline Offline
Posting Pro in Training

Re: Please check 4 me ?

  #10  
Feb 24th, 2005
... 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.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Website Reviews Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Website Reviews Forum

All times are GMT -4. The time now is 6:45 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC