|
|
|
|
![]() ![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED]
Posts: 1,206 Joined: 25-September 05 From: Los Angeles, California Member No.: 12,251 myCENT:25.62 |
Post
#1
May 13 2008, 09:34 PM
Alright 20 credits goes to the first person to successfully solve my problem. I need a div layer who's position is absolute to be 100 pixels from the top of the window and 0 pixels from the bottom without it going over. I have lost all faith in CSS because it cannot do this simple task that I require it to do. Bonus points if you can get it to work on a div layer who's width isn't fixed. EDIT: oh yeah It has to work in all browsers too... This post has been edited by galexcd: May 13 2008, 09:34 PM |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Post
#2
May 13 2008, 09:39 PM
QUOTE HAHA this is a first Alex needs help with a code... I'm only laughing mind cos I'm jealous and I too would not be able to do this but I get my laughs anyway (quoted since does not deserve credits and could be considered spam)
This post has been edited by kobra500: May 13 2008, 09:41 PM |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED]
Posts: 1,206 Joined: 25-September 05 From: Los Angeles, California Member No.: 12,251 myCENT:25.62 |
Post
#3
May 13 2008, 09:52 PM
QUOTE HAHA this is a first Alex needs help with a code... Ehh... not exactly the first time. You should read some of my early topics when I was a little noob programmer and didn't really know anything. But anyway, I wouldn't really consider css as a programming language, or even as "code". Its more like "annoying text that makes your page not suck as much when you can get it to work but otherwise is just a pain in the..." well you get the idea. |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Post
#4
May 13 2008, 10:09 PM
I agree... if it were efficient I would sit down and use tables since they're easy but problem is you cant always do what you need to do!
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Post
#5
May 13 2008, 11:28 PM
You need an expandable div that is set to limit of being 100pixels from the top of the window and goes all the way to the bottom? Sorry trying to make sure I understand correctly
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED]
Posts: 1,206 Joined: 25-September 05 From: Los Angeles, California Member No.: 12,251 myCENT:25.62 |
Post
#6
May 14 2008, 12:33 AM
QUOTE(sonesay @ May 13 2008, 04:28 PM) [snapback]389285[/snapback] You need an expandable div that is set to limit of being 100pixels from the top of the window and goes all the way to the bottom? Sorry trying to make sure I understand correctly Yes thats exactly what I need. If you can make me something that works in all browsers to do this then you can have my 20 credits. |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Post
#7
May 14 2008, 03:34 AM
This sounds like you need some Javascript to insert dynamic CSS into the page and use AJAX to reload the page whenever the window size is changed. Or CSS I believe can do the trick. I know that you can stack another 100px div on top as a filler and have the other with a height of the rest of the window.
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Post
#8
May 14 2008, 07:44 AM
This sounds like a challenge but I don't think I will be attempting this anytime soon. I've come across articles dealing with using JS to dynamically alter layouts on window resizing by the user but never looked into it. There would be no need for AJAX as JS alone should be enough since its all happening on the client side. If anyone comes up with a solution let us see! |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Post
#9
May 14 2008, 03:34 PM
Well, here is a small code that could do it. I am not sure if it works in all browsers. Check it. It uses a margin to lower it by 100px. CSS: CODE * { padding: 0 0 0 0; } //Must set padding to 0 for Opera. body { //Set top margin to be 100px margin-top:100px; //Set rest of margins to be 0 margin-left:0px; margin-right:0px; margin-bottom:0px; } .lowereddiv { //Set height to fill rest of page height:100% } |
![]() Group: [MODERATOR]
Posts: 4,327 Joined: 24-July 05 From: Linix, DOS and Windows…the good, the bad and the ugly Member No.: 9,787 ![]() myCENT:15.40 |
Post
#10
May 14 2008, 03:48 PM
I don't have time to work with the code, but check this out: http://www.webmasterworld.com/forum91/3429.htm |
![]() ![]() |
Similar Topics
| Topic Title | Replies | Topic Starter | Views | Last Action | |||
|---|---|---|---|---|---|---|---|
![]() |
0 | BaseElement | 996 | 29th June 2005 - 11:43 AM Last post by: BaseElement |
|||
![]() |
22 | keego | 1,138 | 19th December 2007 - 04:48 PM Last post by: keego |
|||
![]() |
2 | Darren0330 | 500 | 8th July 2005 - 11:54 PM Last post by: Saint_Michael |
|||
![]() |
1 | patelg | 541 | 22nd September 2005 - 01:14 AM Last post by: arboc7 |
|||
![]() |
1 | kvarnerexpress | 474 | 5th February 2006 - 06:17 AM Last post by: kvkv |
|||
![]() |
0 | Avalon | 2,279 | 3rd April 2006 - 02:26 PM Last post by: Avalon |
|||
![]() |
5 | Saint_Michael | 881 | 26th October 2008 - 07:11 PM Last post by: Running With Scissors |
|||
![]() |
2 | nirmaldaniel | 331 | 15th October 2008 - 11:45 AM Last post by: iGuest- |
|||
![]() |
2 | moutonoir | 108 | 10th November 2008 - 08:38 PM Last post by: moutonoir |
|||
|