Dynadot — .com Registration $8.99

Macromedia Dreamweaver MX?

Spaceship Spaceship
Watch

dpari

Account Suspended
Impact
6
Hello,

I am trying to add a 125 x 125 vertical column to a site that would present itself in the same location throughout all the websites pages.

Anyone who may be able to point me in the right direction? I thank you in advance for your help and suggestions.

Regards,

dpari
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
maybe this will do the trick:

Code:
<div style="position:absolute; top: #px; left: #px; width: 125px; height: 125px;">
yadda yadda
</div>
 
0
•••
Thanks

It is not working yet, however, it is probably because I am not sure where I need to place the code.

Still working with it.




shockie said:
maybe this will do the trick:

Code:
<div style="position:absolute; top: #px; left: #px; width: 125px; height: 125px;">
yadda yadda
</div>
 
0
•••
why not make two frames in dreamweaver, one will work as a sidebar and other one is for content.
 
0
•••
dpari said:
It is not working yet, however, it is probably because I am not sure where I need to place the code.

Still working with it.

make a 2 columns layout. save the code as whatever.php or .tpl if using Smarty. include the code via php where you want that column. done.

just a note: seeing the size of your "column" you're not talking about a column, but a box. It's not the same and in terms of layout we're talking day and night since a box could go virtually anywhere in a page, ie on the header, footer, a given column or whatever
 
0
•••

We're social

Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back