[Pro] position fixation

When I have a table on a page how can I fix it to one position on the page so it will apear on the same position on the page independent of which browser (Safari, Firefox, Opera, Chrome etc) I use ???


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

When I have a table on a page how can I fix it to one position on the page so it will apear on the same position on the page independent of which browser (Safari, Firefox, Opera, Chrome etc) I use ???

If you mean a Table as in a Table based layout item then you probably can’t as its position will be influenced by other items on the page.

If you mean a Table as in a table of data built as a layered CSS item then you can use the attribute Fixed in Window but this may not guarantee same positioning across a range of Browsers and OS.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

how do you assign such attribute “fixed in window” ? Now every item is fixed on every page except layered tables.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Select the layered item you want to fix:

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

To be clear, ‘Fixed in Window’ makes a layered html item a non-scrolling
item and I’m not sure that is what is being asked of here.

Having your layout to be consistent pixel-perfect “across all browsers” is
a very difficult task. Some might think it impossible (me). The best you
can do is try to minimize the differences - which are usually font-size and
tight-layout spacing issues. Designing a web page is not at all like
designing a print project where we expect all the pixels to behave.Web
design is about styling content with just enough fluidity to survive the
beating those browsers are going to give it. That’s my two-cents anyways.


Ernie Simpson

On Mon, Dec 3, 2012 at 7:57 PM, DeltaDave email@hidden wrote:

Select the layered item you want to fix:

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
List Options | FreewayTalk


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

thanks i will try this

On 3 Dec 2012, 11:57 pm, DeltaDave wrote:

Select the layered item you want to fix:

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

hmm that was not the solution. the layer shifts completely out of the active area of the site into the background area.

On 4 Dec 2012, 9:26 am, Artivideo wrote:

thanks i will try this

On 3 Dec 2012, 11:57 pm, DeltaDave wrote:

Select the layered item you want to fix:

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Averaging and tight spacing was what I always do to get a reasonable result in most browsers. Isn’t it strange that only tables (as layer) shift always all over the place and all other item type never (that is what I like about Freeway).

On 4 Dec 2012, 1:45 am, The Big Erns wrote:

To be clear, ‘Fixed in Window’ makes a layered html item a non-scrolling
item and I’m not sure that is what is being asked of here.

Having your layout to be consistent pixel-perfect “across all browsers” is
a very difficult task. Some might think it impossible (me). The best you
can do is try to minimize the differences - which are usually font-size and
tight-layout spacing issues. Designing a web page is not at all like
designing a print project where we expect all the pixels to behave.Web
design is about styling content with just enough fluidity to survive the
beating those browsers are going to give it. That’s my two-cents anyways.

Ernie Simpson

On Mon, Dec 3, 2012 at 7:57 PM, DeltaDave


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options