S
Scott
I've been trying to use css stylesheets to lay out a header, a left
column and a main content area using width as percentages so the
layout can expand and contract with the browser. I'm using Visual
Studio 2008 professional with VB as the codebehind language on the
aspx pages as well as having a page master with the header, left nav,
and footer contained in it and a ContentPlaceHolder in the main right
div to be filled in by the various pages default, aboutus, contactus,
etc.
I need the main content to be in the rendered page first so the most
important unique content is displayed first for search engines and WAP
browsers.
The problem is in firefox, it is showing the div with the left navbar
last for some reason after the main content. I was wondering if anyone
who has experience with css & firefox might give me a clue how to make
it work.
The idea for the layout comes from:
http://matthewjamestaylor.com/blog/perfect-2-column-left-menu.htm
Or should I be using some other technology instead of css to render my
pages? I really don't want to use tables if possible. It just seems
like there should be an easier way to layout the page with vs 2008.
Thanks,
Scott Emick
the pages I'm working on are housed at:
http://efcs.webhop.biz/V2
column and a main content area using width as percentages so the
layout can expand and contract with the browser. I'm using Visual
Studio 2008 professional with VB as the codebehind language on the
aspx pages as well as having a page master with the header, left nav,
and footer contained in it and a ContentPlaceHolder in the main right
div to be filled in by the various pages default, aboutus, contactus,
etc.
I need the main content to be in the rendered page first so the most
important unique content is displayed first for search engines and WAP
browsers.
The problem is in firefox, it is showing the div with the left navbar
last for some reason after the main content. I was wondering if anyone
who has experience with css & firefox might give me a clue how to make
it work.
The idea for the layout comes from:
http://matthewjamestaylor.com/blog/perfect-2-column-left-menu.htm
Or should I be using some other technology instead of css to render my
pages? I really don't want to use tables if possible. It just seems
like there should be an easier way to layout the page with vs 2008.
Thanks,
Scott Emick
the pages I'm working on are housed at:
http://efcs.webhop.biz/V2