HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 23rd, 1999, 09:49 AM
giorgios
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Is there any way to force a picture up against the edge of the browser window the same way it does when you place it as a backround image.

I need to make two halves of the same image in two different frames push up against each other so thet they look like one image. Ordinarily I would just place them as the background but in this case i would like to have them resize to 100% when the user changes resolution.

I realize this may be more of a HTML problem than a javasript problem, but if there's a HTML solution I haven't found it.

Please help me

------------------
If our time is up, what is down?


[This message has been edited by giorgios (edited 05-23-99).]

Reply With Quote
  #2  
Old May 24th, 1999, 10:52 PM
giorgios
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
What i am trying to do is create a large circular backround image that is resizeable to all resolutions but keeping the text in the center of the circle.

I have seen it done before on a site that is now defunct so I know it is possible.

------------------
If our time is up, what is down?

Reply With Quote
  #3  
Old May 25th, 1999, 10:00 AM
scollo
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Using CSS:

<DIV STYLE="position:absolute; left:0; top:0">
<!-- Object -->
</DIV>

Reply With Quote
  #4  
Old May 25th, 1999, 04:55 PM
dahamsta
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Unfortunately CSS isn't backwards compatible. Neither is this, but it's more backwards compatible than CSS. URL

Remove the margins left and top in your BODY tag like this:

<BODY marginwidth=0 leftmargin=0 marginheight=0 topmargin=0>

You HAVE to use both "width" and "left" and "height" and "top", because going back to 3 browsers they used different tags to do different jobs (I think we know who to blame).

You can use the same attributes in FRAME tags, but it's best to put them in both just in case.

Cheers,
adam

Reply With Quote
  #5  
Old May 26th, 1999, 10:19 AM
giorgios
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Thanx Adam, I think you're suggestion might do the trick.

Scollo. You're suggestion might also work but I am almost competely ignorant of CSS. Is there anyplace I can find a simple no fuss tutorial for begginers on the web?

------------------
If our time is up, what is down?

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > picture perfect

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap