Please check 4 me ?

autocrat autocrat is offline Offline Feb 19th, 2005, 1:45 pm |
0
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
Quick reply to this message  
0
autocrat autocrat is offline Offline | 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
Quick reply to this message  
0
2ndPlatform 2ndPlatform is offline Offline | 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.
Quick reply to this message  
0
autocrat autocrat is offline Offline | 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!
Quick reply to this message  
0
DaveSW DaveSW is offline Offline | 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;
}
Quick reply to this message  
0
OurNation OurNation is offline Offline | Feb 22nd, 2005
In Firefox the thing thats supposed to be at the top goes below the menu.
Quick reply to this message  
0
autocrat autocrat is offline Offline | 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?
Quick reply to this message  
0
DaveSW DaveSW is offline Offline | Feb 23rd, 2005
what did your entire html look like?
Quick reply to this message  
0
OurNation OurNation is offline Offline | 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>
Quick reply to this message  
0
autocrat autocrat is offline Offline | 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.
Quick reply to this message  
 

Message:


Similar Threads
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC