| | |
Please check 4 me ?
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
0
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
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.
0
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;
}
0
... 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?
0
<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> 0
... 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.
Similar Threads
- USB Ports not recognizing periferals (USB Devices and other Peripherals)
- Slow Network Access Not Always Due to Scheduled Tasks Check (Windows tips 'n' tweaks)
- 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 (IT Professionals' 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)
| Thread Tools | Search this Thread |
adult advertising asp audio black blog buy casino chat cloud community company computer computing conference content coupons crm css database dating datingonline design directory dofollow download ebusiness ecommerce egg email engine entertainment fitnessdating flv forum free furniture game hardware havoc-arcade havocarcade hiztoria home hosting hot image internet javascript.cms kjots.com madoff mannersetiquette marketing mobile mssql news odurinde.co.uk onlinecronjob onlineediting onlinesportdating optimize p2p photoshop pinky player popular porn portal portfolio printing programs rate review reviews rpg rss school search searchengine sell service sex social space sport tips top travel video videos web web2.0 webapplication webcam webmaster website websitereviews webvideoconverter webvideoplayers writingservices xhtml



