Well, Here We Go Again!

So I have the menu thingy on hold... and i have begun to start working on new templates for a css project my company will be launching this year... Typical stuff though through the company,

1.start a big project.
2.something else comes up.
3.big project gets put on the back burner.
4.work on something new...

Anyway, ive encountered a new issue with these templates I am designing... and it has to do with centering a UL inside of a div.

The idea is to have each li inline, but when it gets past the div width, to kick down but still be centered.

So far all I have been able to accomplish is to get the li's centered inside the ul divs. But I cant get the ul's to center in the navigation div... I have even tried to put a 'wrapper' outside of the footer div with display:inline or margin:auto... so far havent had any luck...

Anyway, I also am having trouble uploading files to your blog... not sure what is up with that, but you may want to look into it.

On another note, I have started a new designers blog and i have a link to this site on there, but I wanted to ask you, Fotios, if you wouldnt mind posting on there every so often with some programmer stuff... if youre up for it, ill send you some info and you can set up!

Amber, if your interested too, let me know. I know you have some really cool artwork and im sure your experiences would be a healthy addition to the blog!

If you are interested, just put your email addy in a reply and ill send you both out some stuff!

------------------
#footernavwrapper {
margin: auto;
width:100%;
text-align:center;
}

div#footer {
background-image:url(redimages/redfooter.png);
clear: both;
height: 200px;
width: 760px;
}
div#footer span.metasep {
color: #777;
}
#footernav {
margin:auto;
width: 600px;
height:auto;
}
#footernav ul {
list-style: none;
}
#footernav ul li {
float: left;
display:inline;
padding-left:10px;
padding-right:10px;
padding-top: 4px;
}

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

sure

yeah, do send me the details of the blog. Posting files does not work well but it works if you don't use the 'attach' button. Just give the path to the file and then click the submit bitton at the bottom of the page instead - will fix this once I get a chance. As far as the problem you are reporting is concerned please do send me html and css files as you did with the other problem and I will take a look at it.

Go Here!

To sign up for the designer's blog go here!

http://www.suite202.org/wp-register.php

Thanks for getting on board!

file upload problem fix

should be fixed now - let me know...

Ok

yeah, send me the info for the blog too.

Post new comment

The content of this field is kept private and will not be shown publicly.

Share

  submit to reddit