This is a discussion on "Styling problem" within the Web Page Design section. This forum, and the thread "Styling problem are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Styling problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Styling problem
Hi Fellows!
I am here again and I am sure someone will be able to help me as alawys does. I have a page link at http://www.bangladeshilivingabroad.com/111/index.html and if you see at the bottom before footer I have a space where I am planning to get some AD. I want that red rectangle to divide into 5/6 small image box so whenever i get the ad I will be able to incorporate. Could someone pls tel me the code for that. Below is my html and CSS for this ....
|
|
#2
|
|||
|
|||
|
Re: Styling problem
Red rectangle near the footer? I see four red rectangles beneath the navigation. Is that what you mean?
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
#3
|
|||
|
|||
|
Re: Styling problem
also you can't use float:center;
it has to be left or right |
|
#4
|
|||
|
|||
|
Re: Styling problem
Oh crap! Didn't notice the float:center; That's illegal in CSS! Use text-align:center; instead...
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
#5
|
|||
|
|||
|
Re: Styling problem
It's not that float: center is illegal ... it's that it doesn't exist
|
|
#6
|
|||
|
|||
|
Re: Styling problem
Hi Guys!
Thanks for your reply but I am talking about the one just top of my footer that big ractangle across with red border. Again if I don't use the float:center my footer move to right? Last edited by dhossai; Nov 10th, 2007 at 01:59. |
|
#7
|
||||
|
||||
|
Re: Styling problem
I dont understand you but if you want something centered.. Add margin:0 auto; to it..
__________________
Thanks Marc Staff Manager - Want to be a Moderator? PM me. |
|
#8
|
|||
|
|||
|
Re: Styling problem
Hi Marc
I don't know where is the confusion. If you look at the link at http://www.bangladeshilivingabroad.com/111/index.html you will see a red rectangle just top of footer which is center now from left to right. I want that to be divided in to 5/6 image holder so I can add advertising later on. I want to know how can I do that. I hope I made this clear now. |
|
#9
|
||||
|
||||
|
Re: Styling problem
That's the problem... I dont see a red box! or do you mean the: Your Ad Here bit?
__________________
Thanks Marc Staff Manager - Want to be a Moderator? PM me. |
|
#10
|
|||
|
|||
|
Re: Styling problem
You are right. I just test that with the firefox 2.0.0.6 I don't see that either. But i was testing with IE7, Netscape7.2 and firfox9 and it was there. so Could you pls try a different browser if it is possible?
|
|
#11
|
|||
|
|||
|
Re: Styling problem
Just did a quick check. ie7 page looks fine and has the orange rectangle, FF orange rectangle not showing, ie6 your right hand menu(login etc) is pushed down to the left under your left menu orange rectangle is under that.
|
|
#12
|
|||
|
|||
|
Re: Styling problem
Hi dab,
Thanks for your check. Now do you know how to correct this multibrowser and multiversion layout problem or any idea! |
|
#13
|
|||
|
|||
|
Re: Styling problem
There is a few warning that you need to fix that html validator in Fireofx has picked up but when trying to validate your code using the w3c validator i get this error message
Quote:
|
|
#14
|
|||
|
|||
|
Re: Styling problem
For heaven's sake, validate your page! Your code is a horrible mess.
To start with, look at this:
|
|
#15
|
|||
|
|||
|
Re: Styling problem
OK, I now see the red box too (in IE7). But before we can work on it, validate! That is always top priority...
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
#16
|
|||
|