Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 1925 | Replies: 4
![]() |
•
•
Join Date: Jun 2005
Posts: 6
Reputation:
Rep Power: 0
Solved Threads: 0
I've got problem. Here's what it looks like, Click Here. The div #sidebar-b should not be that far from the #sidebar-a or Part# 1. They should only be 50px appart from each other.
Any help is appreciated.
Any help is appreciated.
•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,716
Reputation:
Rep Power: 12
Solved Threads: 322
•
•
•
•
Originally Posted by ljCharlie
I've got problem. Here's what it looks like, Click Here. The div #sidebar-b should not be that far from the #sidebar-a or Part# 1. They should only be 50px appart from each other.
Any help is appreciated.
Well your sidebar-b is not related by 50px to sidebar-a but to your image face.gif!!! You can see that if you change margin to 0px
I would recomend to you use table or posittionig
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)
LJC - London Java Community, JAVAWUG (Java Web User Group), Coding the Architecture
Publilius Syrus
(~100 BC)
LJC - London Java Community, JAVAWUG (Java Web User Group), Coding the Architecture
•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,716
Reputation:
Rep Power: 12
Solved Threads: 322
OK, I just played with it little bite and came with effective solution.
You have to put both sidebars in container "div" as followed
than rest of the code
Simple solution, just time to time its take me little longer :o
You have to put both sidebars in container "div" as followed
<div> <DIV id=sidebar-a> <P>Part# 1</P> <P>Welcome to the LorResident service. At the LorResident we provide the following services: </P> <P></P> <UL> <LI class=SmallestText>1 <LI class=SmallestText>2 <LI class=SmallestText>3 </LI></UL></DIV> <DIV id=sidebar-b> <P>Part# 2</P> <P>Zoo siab txais tos nej rau hauv LorResident (Tsev Neeg Lauj). Nyob rau hauv LorResident peb muaj kev pab raws li nram no: </P> <P></P> <UL> <LI class=SmallestText>1 <LI class=SmallestText>2 <LI class=SmallestText>3 </LI></UL></DIV> </div>
<DIV id=content> <P align=center><IMG height=101 src="lorresident_files/pcSupport.gif" width=166></P> <P align=center><IMG height=101 src="lorresident_files/web.gif" width=166></P> <P align=center><IMG height=101 src="lorresident_files/video.gif" width=166></P></DIV> <DIV id=sidePic> <IMG height=399 src="lorresident_files/face.gif" width=315></DIV>
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)
LJC - London Java Community, JAVAWUG (Java Web User Group), Coding the Architecture
Publilius Syrus
(~100 BC)
LJC - London Java Community, JAVAWUG (Java Web User Group), Coding the Architecture
•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,716
Reputation:
Rep Power: 12
Solved Threads: 322
To keep them as one complex, so the settings for second sidebar does apply to firstone and not to somthing else.
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)
LJC - London Java Community, JAVAWUG (Java Web User Group), Coding the Architecture
Publilius Syrus
(~100 BC)
LJC - London Java Community, JAVAWUG (Java Web User Group), Coding the Architecture
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Linear Mode