NEW WEBSITE LAYOUT! |
This Month's Contests | Hosts Looking for Hostees | Hostees looking for Hosts | BigBookofResources
Submission Guidelines
NEW WEBSITE LAYOUT! |
Jun 8 2007, 01:40 PM
Post
#1
|
|
|
im with the marching band ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 740 Joined: Dec 2006 Member No: 491,167 |
thinking about submitting to cB but i need feed back first.
[click for site] tell me what you think...and if the alignment are messed up tell me. edit: i just added the !importants. to the layouts so the alignments shouldnt be messed up... |
|
|
|
![]() |
Jun 8 2007, 01:53 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
I think you need to work on this a bit more before you submit. I think you need to add more to the banner, using brushes and/or textures. The background is really plain and I think you should make it a patterned background. I think you should pick one solid color for the sidebar and the content space. The sidebar text is really far down from the top in Firefox, along with the content text. I hope you weren't planning on repeating the background because you stroked the whole image, and if you repeated the background you'd have a black line in the middle of the image, whereas the rest of the background would be repeating.
|
|
|
|
Jun 8 2007, 01:55 PM
Post
#3
|
|
|
im with the marching band ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 740 Joined: Dec 2006 Member No: 491,167 |
oh i didnt make the banner but what do you suggest i do about the text and the background?
|
|
|
|
Jun 8 2007, 01:56 PM
Post
#4
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
^Yeah, I remember seeing the banner in the graphics section of the submissions. I think you should move the text up some, and the background I think you should find a nice pattern that would match well with the banner and the overall colors of the layout.
|
|
|
|
Jun 8 2007, 02:04 PM
Post
#5
|
|
|
im with the marching band ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 740 Joined: Dec 2006 Member No: 491,167 |
but the text fits perfect on IE...how do i make it the same in firefox? i tried the
CODE !important }
|
|
|
|
Jun 8 2007, 02:13 PM
Post
#6
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
You can't just add that, then you're making IE not recognize it because of the !important attribute. Okay I'll give you an example maybe you'll understand. Say for instance that I had a banner and it's div id was #banner, and my banner isn't aligned in Firefox but it is in Internet Explorer. So in the beginning, my coding looks like this:
CODE <style type="text/css"> #banner{ margin-left: 100px; margin-top: 50px; } </style> So. The the only way to have the banner aligned in Firefox and Internet Explorer, is to add ANOTHER margin-left and raise or lower the pixels to make it aligned. So. The first margin left that has 100px beside it is the margin-left that aligns my banner for Internet Explorer. And the second margin left aligns my banner for Firefox because the only way Firefox would recognize it to make the banner move is using the !important attribute. Because the browsers would basically get confused if I had two margin lefts in my coding with no attribute. So in the end, my coding would look like this: CODE <style type="text/css"> #banner{ margin-left: 100px; margin-left: 110px!important; margin-top: 50px; } </style> I hope you understood this. |
|
|
|
Jun 8 2007, 04:31 PM
Post
#7
|
|
|
im with the marching band ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 740 Joined: Dec 2006 Member No: 491,167 |
ohh i see, but i have a question. Do you have to put margin-left for everything?
|
|
|
|
Jun 8 2007, 04:50 PM
Post
#8
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Only when something needs to be moved over to the left or right. I was just using margin-left for an example. The same thing goes for margin-left or margin-top.
|
|
|
|
Jun 8 2007, 04:56 PM
Post
#9
|
|
|
im with the marching band ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 740 Joined: Dec 2006 Member No: 491,167 |
so in this case i put
code removed |
|
|
|
Jun 8 2007, 04:57 PM
Post
#10
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Yes, and since it's aligned in IE. You leave the first margin-left alone. Don't bother it. And remember the !important comes BEFORE the semicolon. Like this: margin-top: 125!important;
|
|
|
|
Jun 8 2007, 05:05 PM
Post
#11
|
|
|
im with the marching band ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 740 Joined: Dec 2006 Member No: 491,167 |
so if this is the code
CODE [b]#content { position:absolute; top:66%; top:66%; left:18%; width:412px; color: #000000; font-family: arial; font-size: 11; background: transparent; text-transform: lowercase; text-decoration: none;}[/b] i would just put this CODE [b]#content {
position:absolute; top:66%; top:66%!important; left:18%; width:412px; color: #000000; font-family: arial; font-size: 11; background: transparent; text-transform: lowercase; text-decoration: none;}[/b] |
|
|
|
Jun 8 2007, 08:05 PM
Post
#12
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
^See you're catching on. That's exactly right.
|
|
|
|
Jun 9 2007, 01:20 PM
Post
#13
|
|
|
im with the marching band ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 740 Joined: Dec 2006 Member No: 491,167 |
i noticed
oh and btw, im anthony |
|
|
|
Jun 9 2007, 03:10 PM
Post
#14
|
|
![]() d@niel ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,267 Joined: Jan 2005 Member No: 91,453 |
cant see the layout
|
|
|
|
Jun 9 2007, 03:12 PM
Post
#15
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
His other link is broken. This is the new one: http://createblogtest.biz.ly/
|
|
|
|
![]() ![]() |