![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi and thanks for the help. I am trying to rotate a DIV 90 degrees. is it possible? i am still new. if its possible to do through the design and not the code it will be easyer for me... To be more exact. I want to rotate an accordion spry and make it horizontal... if Thanks Noam |
#3
| |||
| |||
|
|
display: inline ...might do the trick for you. Virginia Carter Carolina Web Creations carolinawebcreations.biz covono wrote: Hi and thanks for the help. I am trying to rotate a DIV 90 degrees. is it possible? i am still new. if its possible to do through the design and not the code it will be easyer for me... To be more exact. I want to rotate an accordion spry and make it horizontal... if Thanks Noam |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Hi and thanks for the help. I am trying to rotate a DIV 90 degrees. is it possible? |
|
possible to do through the design and not the code it will be easyer for me... To be more exact. I want to rotate an accordion spry and make it horizontal... if |
#6
| |||
| |||
|
|
covono wrote: Hi and thanks for the help. I am trying to rotate a DIV 90 degrees. is it possible? No, its not possible. i am still new. if its possible to do through the design and not the code it will be easyer for me... To be more exact. I want to rotate an accordion spry and make it horizontal... if EEEEEEK! I don't know if it can be done through the design interface as I don't use it but it can be done via the code: The AccordionPanel <div> needs to be floated and given a width. Add the css below to your css stylesheet and see what effect it has. .AccordionPanel { float: left; width: 150px; } Make sure your Accordion1 <div> is wide enough to accept the width of all the link tabs. Ideally you really need to be comfortable in code view to teak this stuff though. |
#7
| |||
| |||
|
|
Hi and thanks for the help. I am trying to rotate a DIV 90 degrees. is it possible? i am still new. if its possible to do through the design and not the code it will be easyer for me... To be more exact. I want to rotate an accordion spry and make it horizontal... if Thanks Noam |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
No, sorry, its not on the net yet. I still design and i was wondering.... "It could have been much better if the spry accordion would have been horizontal... How can i change it or rotate the div 90 deg...?" |
![]() |
| Thread Tools | |
| Display Modes | |
| |