|
|
 |
|
January 30th, 2007, 02:02 PM
|
#21
|
|
WebForumz Member
Join Date: Jan 2007
Location: Canada
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: Help! I can't get my boxes to align!!
It should look exactly like you saw it in your browser, with the sun right near the logo, and no white space (see my image) between the logo and the header. So technicaly, the header image needs to start off under the logo at the very left of the screen. I'm really sorry to be such a pain about this  I just can't leave it like that and sleep at night! LOL
|
|
|
January 30th, 2007, 02:26 PM
|
#22
|
|
WebForumz Member
Join Date: Jan 2007
Location: Canada
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: Help! I can't get my boxes to align!!
Also, I just noticed that the footer has the exact same problem. 
|
|
|
January 30th, 2007, 02:30 PM
|
#23
|
|
WebForumz Member
Join Date: Jan 2007
Location: Canada
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: Help! I can't get my boxes to align!!
I just thought of something else... You might not be seeing the problem because I didn't update the code that snow gave me onto the internet. I will do that right now (sorry)!  Here is the link again:
http://www.personainternet.com/~potier/Tests/Home.html
Last edited by Moonlilly; January 30th, 2007 at 02:34 PM..
Reason: Forgot to add a link
|
|
|
January 30th, 2007, 02:42 PM
|
#24
|
|
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 24
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: Help! I can't get my boxes to align!!
Sorry about that - I thought you were wanting them side-by-side... my bad interpretation.
Changing the CSS for the logo to:
Code:
#logo {
width:200px;
height:127px;
position:absolute;
left:0; top:0;
background-color: #6666FF;}
Should give you what you're after?
|
|
|
January 30th, 2007, 04:08 PM
|
#25
|
|
WebForumz Member
Join Date: Jan 2007
Location: Canada
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: Help! I can't get my boxes to align!!
That's EXACTLY what I wanted it to do... thank you sooo much!  Just one last question: How do I do the same thing to the footer?
Also, Thank you Karine for all of your help, I appreciate the time you gave me. 
|
|
|
January 30th, 2007, 04:12 PM
|
#26
|
|
WebForumz Member
Join Date: Jan 2007
Location: Canada
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: Help! I can't get my boxes to align!!
Nevermind... I just figrued out how to get it to do what I want  Thank you sooooo much everyone!
Lilly
xxx
|
|
|
January 30th, 2007, 04:17 PM
|
#27
|
|
WebForumz Member
Join Date: Jan 2007
Location: Canada
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: Help! I can't get my boxes to align!!
I take back what I said... Heeelp! LOL
|
|
|
January 30th, 2007, 04:28 PM
|
#28
|
|
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 24
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: Help! I can't get my boxes to align!!
haha, what is it you want to do?
Have you been understanding what I've been attempting?
|
|
|
January 30th, 2007, 07:14 PM
|
#29
|
|
WebForumz Member
Join Date: Jan 2007
Location: Canada
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: Help! I can't get my boxes to align!!
Hi Snow! Yes, I looked at the code and understand how you got the header right with absolute positioning and 0 top and left placement, but when I try to apply the same rule to the footer, I just seem to mess things up  I would like the footer to do any one of these 2 things:
- Either line up directly under the sidecol and the maincol, being to the right of the leftcol;
OR- Go strait to the bottom of the page under the leftcol ( I should mention that since I added your code, I also adjusted the height of the leftcol to 100%).
Either one of these options would be fine, whichever is easiest to achieve... Thanks again!
|
|
|
January 30th, 2007, 07:32 PM
|
#30
|
|
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 24
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: Help! I can't get my boxes to align!!
should be simple enough - in the html just move the footer div out of the "bodywrap" div, and directly below it...
|
|
|
January 30th, 2007, 09:01 PM
|
#31
|
|
WebForumz Member
Join Date: Jan 2007
Location: Canada
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: Help! I can't get my boxes to align!!
I can't thank you enough! That was too simple!! lol Now everything does truly work perfectly as I wanted it to  I have been working on the graphics in the meantime too, and have uploaded the new page to my temporary address if you would like to see the "final" layout:
http://www.personainternet.com/~potier/Tests/Home.html
Thanks again for all your hard work!!
Lilly
xxx
|
|
|
January 31st, 2007, 10:26 AM
|
#32
|
|
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,081
Thanks: 0
Thanked 37 Times in 37 Posts
Rep Altering Power: 0
|
Re: Help! I can't get my boxes to align!!
I may be the "Harry Potter" of CSS, but Snow is the ubertastic haxor of the intarWeb. Cliff Yablonski salutes you.
|
|
|
January 31st, 2007, 05:36 PM
|
#33
|
|
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,784
Thanks: 0
Thanked 0 Times in 0 Posts
|
Re: Help! I can't get my boxes to align!!
Haha 
|
|
|
February 1st, 2007, 01:39 PM
|
#34
|
|
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 24
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: Help! I can't get my boxes to align!!
is that a compliment? 
|
|
|
February 1st, 2007, 07:26 PM
|
#35
|
|
Most Reputable Member
Join Date: Dec 2006
Location: San Francisco
Age: 59
Posts: 1,565
Thanks: 0
Thanked 0 Times in 0 Posts
|
Re: Help! I can't get my boxes to align!!
Sounds like one, snow. moojoo must have started reading the back of software boxes again
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Sifr Align Right
|
Salbert |
Flash and ActionScript |
8 |
April 2nd, 2008 09:31 AM |
|
How can I align my form boxes?
|
Inkers |
HTML, XHTML and CSS |
22 |
January 25th, 2007 12:43 PM |
|
Align problem
|
Amphersand |
HTML, XHTML and CSS |
3 |
October 11th, 2006 01:11 PM |
|
Stubborn Align
|
virtualwhispers |
HTML, XHTML and CSS |
1 |
June 29th, 2006 12:46 PM |
|
Stubborn Align
|
virtualwhispers |
HTML, XHTML and CSS |
2 |
June 28th, 2006 12:26 PM |
|