What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Back to the webdesign fun

Pages: (2): « First « 1 [ 2 ] Last »
Back to the webdesign fun
Author: Message:
RebelSean
Veteran Member
*****

Avatar
Microsoft Evangelist

Posts: 2602
Reputation: 59
33 / Male / Flag
Joined: May 2004
Status: Away
RE: Back to the webdesign fun
Dude, I absolutly love that design. It reminds me of alot of New Orleans (If you've ever seen pictures of it on TV). Awesome job :D.
I'm on: Twitter, Facebook, and Neowin
09-15-2005 12:33 AM
Profile PM Web Find Quote Report
surfichris
Former Admin
*****

Avatar

Posts: 2365
Reputation: 81
Joined: Mar 2002
RE: Back to the webdesign fun
You people really seem to like doing things the hard way. :dodgy:

Here Wj, take this and take a look through it - I placed some small comments in the CSS too (which is inline so i don't have to upload two files)

Love - your friendly CSS expert (A)

.html File Attachment: wj.html (3.17 KB)
This file has been downloaded 205 time(s).
09-15-2005 01:13 AM
Profile PM Find Quote Report
wj
Former Admin
*****

Avatar
I aim to misbehave.

Posts: 2224
Reputation: 52
39 / – / Flag
Joined: Mar 2002
O.P. RE: Back to the webdesign fun
ok, Take a look at the code on avidphotos.net now, It's does everything I want :-P and it works in Safari (so I'm assuming it will work in Firefox).

Just had to think it through.

And Surfi, The probelm with that code is that it's left aligned, I wanted center :-P Sorry, but THANKS for the help.
"A towel is about the most massively useful
thing an interstellar hitchhiker can have."
09-15-2005 02:54 AM
Profile PM Find Quote Report
surfichris
Former Admin
*****

Avatar

Posts: 2365
Reputation: 81
Joined: Mar 2002
RE: Back to the webdesign fun
quote:
Originally posted by wj
Now, How do I get it to align left in firefox. It looks fine in IE, just it's centered in Firefox and I dont know how it go there.
Bitch! You said LEFT! I did it LEFT! :P
09-15-2005 01:19 PM
Profile PM Find Quote Report
wj
Former Admin
*****

Avatar
I aim to misbehave.

Posts: 2224
Reputation: 52
39 / – / Flag
Joined: Mar 2002
O.P. RE: Back to the webdesign fun
Oopps.....

* wj pats surfi on the head.


Thanks Surfi ;-)

What I was talking about there was the text... Guess I need to clarify next time.
"A towel is about the most massively useful
thing an interstellar hitchhiker can have."
09-15-2005 03:13 PM
Profile PM Find Quote Report
qune
Full Member
***

Avatar


Posts: 300
Reputation: 6
Joined: Mar 2003
RE: Back to the webdesign fun
quote:
Originally posted by wj
And Surfi, The probelm with that code is that it's left aligned, I wanted center :-P Sorry, but THANKS for the help.
to make it center just give your master div (#container probably) the following

margin:0 auto 0 auto;

as in 0 pixels for top and bottom (which are your to change if needed)... the auto values calculate the needed free space equally for both empty sides which makes the #container aligned as center...

EDIT: I also misunderstood... anyways maybe the answer comes useful somewhere...

take a look at still-not-ready movies.ee... built up only on css and divs - works excellent on IE, FF and Opera latest versions...

--------------------------------------------------------------------------------------------

a little offtopic:

instead of
margin-top:10px;
margin-right:20px;
margin-bottom:30px;
margin-left:40px;

you can use
margin:10px 20px 30px 40px;
(same system goes for padding)

also instead of
background-image:url(images/bg.gif);
background repeat:no repeat;

you can use
background-image:url(images/bg.gif) no-repeat;

and borders like
border:2px solid #850000;


these few shortened versions save your time a lot and optimize your css... more info @ www.w3schools & alistapart.com...

This post was edited on 09-16-2005 at 07:37 AM by qune.
09-16-2005 07:27 AM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On