Not Solved Expanding the panel?
#1
Not Solved
Hello guys.
I want to make my panel with wider so that it reaches from one end of the container to the other. I can't seem to do this however, each time it just expands left and not right.

Help?

thanks
Reply
#2
Not Solved
This user has been denied support. This user has been denied support.
Try setting or adding an attribute like:

width: 100%;

to panel's properties and see?
Reply
#3
Not Solved
Thats what i did originally and then the rght side expanded and the left did not so it sticks out of the container on the right and is about 20px from the left side of the container... :<
Reply
#4
Not Solved
This user has been denied support. This user has been denied support.
Try adding below as well:

padding-left: 0px;
padding-right: 0px;

Not sure but we could try doing this and thereby eliminating any padding.
Reply
#5
Not Solved
That centered it if the width was 100% but then i put the width as 110% and the same thing happened
Reply
#6
Not Solved
Use px instead of % in width attribute, like this;
width: 963px;
margin-left: -20px;
Reply
#7
Not Solved
This user has been denied support. This user has been denied support.
(2011-12-03, 04:07 PM)Yaldaram Wrote: Use px instead of % in width attribute, like this;
width: 963px;
margin-left: -20px;
That'd be different for everyone because if a user has bigger screen resolution, it'd appear close or away from it. % would adjust itself as per user's screen resolution, hmm.

Reply
#8
Not Solved
haha something so simple. Thanks alot yaldram One agai you really helped me.
Reply
#9
Not Solved
(2011-12-03, 04:09 PM)crazy4cs Wrote:
(2011-12-03, 04:07 PM)Yaldaram Wrote: Use px instead of % in width attribute, like this;
width: 963px;
margin-left: -20px;
That'd be different for everyone because if a user has bigger screen resolution, it'd appear close or away from it. % would adjust itself as per user's screen resolution, hmm.

You're correct Unadkat, but the OP is asking to expand the panel according to the container, so if he did tried adding % and it didn't work so its obvious that he might be using px in container or something like that.
Reply
#10
Not Solved
This user has been denied support. This user has been denied support.
Yes, you're right, if container has it in px, it should be as per px. Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)