| User | Post |
|
9:40 am June 12, 2008
| shane
Member
| | | |
|
| posts 46 |
|
|
I have been trying to design my new website using CSS. I have been experiencing a small issue. I am getting a blank white space to the right navigation bar. It somehow looks awkward, as I want it to stick completely to the right
|
|
|
9:40 am June 12, 2008
| abc
Old member
| | | |
|
| posts 57 |
|
|
Hmm, it is very difficult to make a presumption as to what you’re trying to say. Though I have more or less understood your query but still I would prefer checking the codes.
|
|
|
9:41 am June 12, 2008
| shane
Member
| | | |
|
| posts 46 |
|
|
Check these codes
#main { background:#FFF; float:right; width:642px; } and #sidebar { float:left; width:152px; }
Am I doing something wrong here
|
|
|
9:41 am June 12, 2008
| shanewarne
Member
| | | |
|
| posts 30 |
|
|
My suggestion to you would be to shift both floats to left. Also edit your main <div> tag after #sidebar <div>
|
|
|
9:42 am June 12, 2008
| maria
Member
| | | |
|
| posts 33 |
|
|
I agree with “shanewarne” – However I would also like to add the following tip.
Try changing your BG colors. Do not add any borders, as it will make your <div> tag wider and mess your float.
|
|