Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Just one ie6 template that works with ie6!?

Reply
Thread Tools

Just one ie6 template that works with ie6!?

 
 
Ivor O'Connor
Guest
Posts: n/a
 
      11-25-2003
Here's what I'm looking for:
1) Fluid so it uses the full screen
2) Has two side menus.
3) Has a main contents pane.
4) Has a header and footer
5) Print preview only prints the main content pane and does it
correctly...
6) Works with ie6 on w2k


Now here are the sites that offer free templates claiming to work yet
don't:
1) This doesn't take into account printing at all.
http://www.projectseven.com/whims/cssp_3box/index.htm


2) Clips the main contents page at the top.
http://www.saila.com/usage/layouts/

3) Prints the menu panels as well
http://glish.com/css/

4) Prints the menu panels instead of just the main panel
http://bluerobot.com/web/layouts/layout3.html

5) text on top of text when attempting to print!
http://www.thenoodleincident.com/tut...on/basic4.html

6) lol, doesn't even work in the browser!
http://webdesign.about.com/library/l.../z3columns.htm

7) Why the heck aren't they fluid?!
http://www.w3schools.com/css/default.asp

I give up. Somebody help...
 
Reply With Quote
 
 
 
 
Steve Pugh
Guest
Posts: n/a
 
      11-25-2003
Ivor O'Connor <> wrote:

>Here's what I'm looking for:
>1) Fluid so it uses the full screen
>2) Has two side menus.
>3) Has a main contents pane.
>4) Has a header and footer
>5) Print preview only prints the main content pane and does it
>correctly...
>6) Works with ie6 on w2k
>
>Now here are the sites that offer free templates claiming to work yet
>don't:


[snip]

> I give up. Somebody help...


I can't point you at one that exists already, but there's nothing
especially difficult in your list of requirements. So the question is,
how much are you willing to pay?

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <> <http://steve.pugh.net/>
 
Reply With Quote
 
 
 
 
Ivor O'Connor
Guest
Posts: n/a
 
      11-25-2003
I saw the following on another thread:

Layout examples:
http://www.glish.com/css/
http://www.csszengarden.com/
http://www.wannabegirl.org/css/
http://tantek.com/CSS/Examples/
http://www.saila.com/usage/layouts/
http://www.bluerobot.com/web/layouts/
http://www.benmeadowcroft.com/webdev/
http://www.xs4all.nl/~apple77/columns/
http://www.meyerweb.com/eric/css/edge/
http://www.htmler.org/tutorials/3/1.html
http://css.nu/articles/floating-boxes.html
http://webhost.bridgew.edu/etribou/layouts/
http://www.roguelibrarian.com/lj/index.html
http://css-discuss.incutio.com/?page=CssLayouts
http://ecoculture.com/styleguide/r/rollovers.html
http://thenoodleincident.com/tutoria...son/index.html
http://www.webreference.com/authorin...yout/advanced/

It's incredible all but two of these sites don't have examples that
print decently using w2k and ie6 with all the latest patches. You'd
think the people teaching others would get things right on their own
sites and examples.


On Tue, 25 Nov 2003 11:00:18 -0800, Ivor O'Connor <>
wrote:

>Here's what I'm looking for:
>1) Fluid so it uses the full screen
>2) Has two side menus.
>3) Has a main contents pane.
>4) Has a header and footer
>5) Print preview only prints the main content pane and does it
>correctly...
>6) Works with ie6 on w2k
>
>
>Now here are the sites that offer free templates claiming to work yet
>don't:
>1) This doesn't take into account printing at all.
>http://www.projectseven.com/whims/cssp_3box/index.htm
>
>
>2) Clips the main contents page at the top.
>http://www.saila.com/usage/layouts/
>
>3) Prints the menu panels as well
>http://glish.com/css/
>
>4) Prints the menu panels instead of just the main panel
>http://bluerobot.com/web/layouts/layout3.html
>
>5) text on top of text when attempting to print!
>http://www.thenoodleincident.com/tut...on/basic4.html
>
>6) lol, doesn't even work in the browser!
>http://webdesign.about.com/library/l.../z3columns.htm
>
>7) Why the heck aren't they fluid?!
>http://www.w3schools.com/css/default.asp
>
> I give up. Somebody help...


 
Reply With Quote
 
Toby A Inkster
Guest
Posts: n/a
 
      11-25-2003
Ivor O'Connor wrote:

> 3) Prints the menu panels as well
> http://glish.com/css/


Just take the one you want from here and then create an extra CSS bit:

<style media="print" type="text/css">
#menu1, #menu2 {
display: none;
}
</style>

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

 
Reply With Quote
 
Isofarro
Guest
Posts: n/a
 
      11-25-2003
Ivor O'Connor wrote:

> I saw the following on another thread:


You may want to add http://www.positioniseverything.net/


--
Iso.
FAQs: http://html-faq.com http://alt-html.org http://allmyfaqs.com/
Recommended Hosting: http://www.affordablehost.com/
Web Design Tutorial: http://www.sitepoint.com/article/1010
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
In a template, Eval () does not works in fields ofcontrols, it works abargaddon ASP .Net Web Controls 1 02-04-2008 09:16 PM
Is there a Python MVC that works just as well with just CGI, or FCGI? walterbyrd Python 1 04-10-2006 07:57 PM
When I turn on my PC, it works, works, works. Problem! Fogar Computer Information 1 01-17-2006 12:57 AM
After rebooting my PC works, works, works! Antivirus problem? Adriano Computer Information 1 12-15-2003 05:30 AM
Re: More info on XML TRANSFORM problem...works in IE6, just not ASP.net PJ ASP .Net 1 06-25-2003 01:59 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57