Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

image keeps cutting off on right side of screen
 

dolldeluxe




quote this post edit post

IP Loged report this post

Old Post  08-27-04 - 12:16 AM  
Hi,

I'm finshed the pages of my website and I've been using layers and then
inserting the images into those. The only problem is that when I view it in 
my
browser and I have my 'favourites' column down the left hand side of the
screen, everything on the right side is chopped off.

I viewed some other sites and they seem to 'roll' to the left side when the
screen is made smaller with my 'favourites' column.

Does anyone know how I would do this?

Many thanks.





Post Follow-Up to this message ]
Re: image keeps cutting off on right side of screen
 

Murray *TMM*




quote this post edit post

IP Loged report this post

Old Post  08-27-04 - 12:16 AM  
Show me your site, please.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"dolldeluxe" <webforumsuser@macromedia.com> wrote in message
news:cglguo$k23$1@forums.macromedia.com...
> Hi,
>
> I'm finshed the pages of my website and I've been using layers and then
> inserting the images into those. The only problem is that when I view it
> in my
> browser and I have my 'favourites' column down the left hand side of the
> screen, everything on the right side is chopped off.
>
> I viewed some other sites and they seem to 'roll' to the left side when
> the
> screen is made smaller with my 'favourites' column.
>
> Does anyone know how I would do this?
>
> Many thanks.
>
>
>




Post Follow-Up to this message ]
Re: image keeps cutting off on right side of screen
 

dolldeluxe




quote this post edit post

IP Loged report this post

Old Post  08-27-04 - 05:15 PM  
Hi, yes sorry its:

http://www.dolldeluxe.com/stockists.htm

Thanks!


Post Follow-Up to this message ]
Re: image keeps cutting off on right side of screen
 

Murray *TMM*




quote this post edit post

IP Loged report this post

Old Post  08-27-04 - 05:15 PM  
This is happening because you have used 'layers' to create your page.
Layers are absolutely positioned on the browser's screen (or viewport) at
the coordinates specified in the <div> tag in the code.  Resizing the
viewoport does not change those coordinates - hence the 'absolute' position.
Since that image is contained in a 'layer' that is placed here -

<div id="Layer4" style="position:absolute; width:200px;
height:115px; z-index:7; left: 761px; top: 378px;">
----------------------------------^^^^^^^^^^^^^^^^^^^^^^

at 761px from the left margin, and since the image itself is -

<img src="images/splatter-stockist.gif" width="243" height="239"
-------------------------------------------------------^^^^^^^^^^^

243 pixels wide, any browser viewport that is 761+243 = 1004px wide or less
will see that image being cut off.  My 1280x1024 screen's 720px wide browser
viewport never even sees the image at all.

So - the bottom line is this.  Learn some HTML and layout methods.  Build
pages that can accommodate your visitors.  Anticipate who your visitors are
and design accordingly.

A flexible table layout would be a good place for you to start with this -

http://www.dwfaq.com/tutorials/Tabl...ible_tables.asp

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"dolldeluxe" <webforumsuser@macromedia.com> wrote in message
news:cgn2i7$520$1@forums.macromedia.com...
> Hi, yes sorry its:
>
> http://www.dolldeluxe.com/stockists.htm
>
> Thanks!




Post Follow-Up to this message ]
Re: image keeps cutting off on right side of screen
 

dolldeluxe




quote this post edit post

IP Loged report this post

Old Post  08-27-04 - 05:15 PM  
Ahh Isee.  Is there any way of making sure things will not be cut off but no
t
use table.  I wanted the whole theme of my site to be organic, and not reall
y
have tables or boxes.  Is that possible at all?



Post Follow-Up to this message ]
Re: image keeps cutting off on right side of screen
 

Murray *TMM*




quote this post edit post

IP Loged report this post

Old Post  08-27-04 - 05:15 PM  
Uhhh - why would tables be non-organic?  Most websites you surf to use them
for layout....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"dolldeluxe" <webforumsuser@macromedia.com> wrote in message
news:cgn9v0$djf$1@forums.macromedia.com...
> Ahh Isee.  Is there any way of making sure things will not be cut off but
> not
> use table.  I wanted the whole theme of my site to be organic, and not
> really
> have tables or boxes.  Is that possible at all?
>




Post Follow-Up to this message ]
Re: image keeps cutting off on right side of screen
 

dolldeluxe




quote this post edit post

IP Loged report this post

Old Post  08-27-04 - 05:15 PM  
Oh right, I'm new to all this so forgive me if I say silly things.  When I
thought of 'tables' and had an image of lots of columns and rows!  I've redo
ne
the site and used tables instead so if you would be so kind as to see what m
y
website looks like on your computer I would really appreciate it.  The addre
ss
is

www.dolldeluxe.com

Thanks.



Post Follow-Up to this message ]
Re: image keeps cutting off on right side of screen
 

dolldeluxe




quote this post edit post

IP Loged report this post

Old Post  08-31-04 - 12:15 PM  
Well I'm after something simple but interesting.  I'm taking a course in
Dreamweaver/website design in October, so that should be a big help as at th
e
moment I have no idea what I'm doing.  I'm still at Uni and I'm trying to do
this in my spare time and it's quite time consuming.  But I'm learning each 
day
and that's the most important thing so thanks for all your help and advice.

Zoe



Post Follow-Up to this message ]
Re: image keeps cutting off on right side of screen
 

Murray *TMM*




quote this post edit post

IP Loged report this post

Old Post  08-31-04 - 05:16 PM  
> But I'm learning each day
> and that's the most important thing

It is indeed.

> thanks

You're welcome!

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"dolldeluxe" <webforumsuser@macromedia.com> wrote in message
news:ch1il0$b3s$1@forums.macromedia.com...
> Well I'm after something simple but interesting.  I'm taking a course in
> Dreamweaver/website design in October, so that should be a big help as at
> the
> moment I have no idea what I'm doing.  I'm still at Uni and I'm trying to
> do
> this in my spare time and it's quite time consuming.  But I'm learning
> each day
> and that's the most important thing so thanks for all your help and
> advice.
>
> Zoe
>




Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 04:00 PM. Post New Thread   
  Previous Last Thread   Next Thread next
Dreamweaver archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top