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, 02:13 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() 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. |
|
|
|
_cheekz_ NEW WEBSITE LAYOUT! Jun 8 2007, 01:40 PM
Maestro I think you need to work on this a bit more before... Jun 8 2007, 01:53 PM
_cheekz_ oh i didnt make the banner but what do you suggest... Jun 8 2007, 01:55 PM
Maestro ^Yeah, I remember seeing the banner in the graphic... Jun 8 2007, 01:56 PM
_cheekz_ but the text fits perfect on IE...how do i make it... Jun 8 2007, 02:04 PM
_cheekz_ ohh i see, but i have a question. Do you have to p... Jun 8 2007, 04:31 PM
Maestro Only when something needs to be moved over to the ... Jun 8 2007, 04:50 PM
_cheekz_ so in this case i put
code removed Jun 8 2007, 04:56 PM
Maestro Yes, and since it's aligned in IE. You leave t... Jun 8 2007, 04:57 PM
_cheekz_ so if this is the code
CODE[b]#content {
p... Jun 8 2007, 05:05 PM
Maestro ^See you're catching on. That's exactly ri... Jun 8 2007, 08:05 PM
_cheekz_ i noticed
oh and btw, im anthony Jun 9 2007, 01:20 PM
laxumaster8 cant see the layout Jun 9 2007, 03:10 PM
Maestro His other link is broken. This is the new one: htt... Jun 9 2007, 03:12 PM![]() ![]() |