HighDots Forums  

Rotating a DIV

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Rotating a DIV in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
covono
 
Posts: n/a

Default Rotating a DIV - 07-11-2008 , 08:49 AM






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




Reply With Quote
  #2  
Old   
Virginia Carter
 
Posts: n/a

Default Re: Rotating a DIV - 07-11-2008 , 09:22 AM






display: inline

....might do the trick for you.


Virginia Carter
Carolina Web Creations
carolinawebcreations.biz

covono wrote:
Quote:
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




Reply With Quote
  #3  
Old   
P@tty Ayers ~ACE
 
Posts: n/a

Default Re: Rotating a DIV - 07-11-2008 , 09:26 AM



Where should she apply that CSS to turn her menu sideways?

--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--

"Virginia Carter" <vcarter (AT) carolinawebcreations (DOT) biz> wrote

Quote:
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



Reply With Quote
  #4  
Old   
covono
 
Posts: n/a

Default Re: Rotating a DIV - 07-11-2008 , 09:40 AM



thanks for the replys.

display: inline

....might do the trick for you.

Im a newb. im sorry i did not get it.
should i write it in the code somewhere?

Reply With Quote
  #5  
Old   
Osgood
 
Posts: n/a

Default Re: Rotating a DIV - 07-11-2008 , 09:45 AM



covono wrote:
Quote:
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
Quote:
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.



Reply With Quote
  #6  
Old   
Osgood
 
Posts: n/a

Default Re: Rotating a DIV - 07-11-2008 , 09:49 AM



Opps think I've missed read the OPs question. I thought they were trying
to make a horizontal drop-menu BUT it appears I think that they just
want to twist the panels by 90 degrees.....humm

Display: inline;.......humm how's that work?


Osgood wrote:
Quote:
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.


Reply With Quote
  #7  
Old   
Virginia Carter
 
Posts: n/a

Default Re: Rotating a DIV - 07-11-2008 , 10:34 AM



Do you have a link to the page? Let's see what you have so far for your
page code.


Virginia Carter
Carolina Web Creations
carolinawebcreations.biz


covono wrote:
Quote:
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




Reply With Quote
  #8  
Old   
covono
 
Posts: n/a

Default Re: Rotating a DIV - 07-11-2008 , 11:50 AM



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...?"





Reply With Quote
  #9  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Rotating a DIV - 07-11-2008 , 12:10 PM



You cannot 'rotate' a div, or an image, or anything on the web.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"covono" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
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...?"






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.