473,386 Members | 1,795 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How to move the position of the image slider to the top right hand corner. Now its in

Expand|Select|Wrap|Line Numbers
  1. .theme-default #slider {
  2.     width:570px; /* Make sure your images are the same size */
  3.     height:227px; /* Make sure your images are the same size */
  4.     float: right;
  5.     margin-top: 0px;
  6.     margin-right: auto;
  7.     margin-bottom: 0;
  8.     margin-left: auto;
  9. }
  10. .theme-pascal.slider-wrapper,
  11. .theme-orman.slider-wrapper {
  12.     margin-top:150px;
  13. }
//Hi I am using a dreamweaver CS4.How to move the position of the image slider to the top right hand corner. Now its in the centre of the page and overlapping my other links.Do i have to change any codings on my CSS file as above. Kindly advise. Thank you
My HTML codings is as per below

Expand|Select|Wrap|Line Numbers
  1. <div id="container">
  2.         <div id="slider">
  3.           <div id="slides">
  4.             <div class="slides_container">
  5.      <div class="slide"> <span class="slide"><img src="http://bytes.com/images/slider/NursesDay1.jpg" width="440" height="220" alt="Slide 1" /></span> </div>
  6.               <div class="slide"> <img src="http://bytes.com/images/slider/NursesDay2.jpg" width="440" height="220" alt="Slide 2" />
  7.               </div>
  8.               <div class="slide"> <img src="http://bytes.com/images/slider/NursesDay3.jpg" width="440" height="220" alt="Slide 3" />
  9.               </div>
  10.                 <div class="slide"> <img src="http://bytes.com/images/slider/NursesDay4.jpg" width="440" height="220" alt="Slide 4" />
  11.               </div>
  12.                <div class="slide"> <img src="http://bytes.com/images/slider/NursesDay5.jpg" width="440" height="220" alt="Slide 5" />
  13.               </div>
  14.             </div>
  15.             <a href="#" class="prev"><img src="http://bytes.com/images/slider/arrow-prev.png" width="24" height="43" alt="Arrow Prev" /></a> <a href="#" class="next"><img src="http://bytes.com/images/slider/arrow-next.png" width="24" height="43" alt="Arrow Next" /></a> </div>
  16.          <img src="http://bytes.com/images/slider/example-frame.png" name="frame" width="600" height="300" id="frame" /> </div>
  17.       </div>
  18.     </div>
Nov 26 '13 #1
1 6305
Exequiel
288 256MB
You can try this one it will align your images horizontally because of the property float:left;
Expand|Select|Wrap|Line Numbers
  1. div.slide{
  2.     width:auto;
  3.     float:left;
  4.     }
  5.  
Nov 27 '13 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: jrlen balane | last post by:
i am working on an MDIParentFrame and MDIChildFrame. Now, what i want to do is make the ChildFrame not that easy to close by removing the close button (the X on the right most corner of the window)...
4
by: F. Da Costa | last post by:
Hi, I've been wrecking my brain on what is probably a very small thing. On the following link i've got a page that does not fill properly to the right-hand side. As you can see the bannerArea is...
2
by: csgraham74 | last post by:
Hi guys, I ve created a web control - i want to make sure that it always sits at the very bottom of the browser screen. How can i achieve this. Ive been playing about with tables etc.. in html...
2
by: jj | last post by:
I have a single threaded application in c# that scans through a file system. While doing this if I try to minimize, maximize buttons on the top,right hand corner of my form do not do as they are...
16
Inbaraj
by: Inbaraj | last post by:
HI.... This is Inbaraj... I am doing an Internet Chat program... I that if a person who enter into that portal a popup message should be displayed like in google talk.. In right hand side a...
3
rblaettler
by: rblaettler | last post by:
Hey I need to position an Icon OVER the right bottom corner of an other CSS element, but with variable height and width. So just absolute positioning would not work. I have something working with...
3
zybernau
by: zybernau | last post by:
Hi everyone, how to find the position of the right bottom corner of the screen i need to design a form and make it display in the right bottom corner , this should work even in various...
5
by: ravindarjobs | last post by:
i have few images say 10. i want to make a web page such that these images constantly move from left to right direction and if we click on a particular image then the corresponding jsp page must...
1
India777
by: India777 | last post by:
Hai all, I feel very happy to share this to all of you. here i share, how to create a image slider using marquee tag? It is simple. jsfiddle example -->...
2
by: rajujrk | last post by:
HI All, I have a html page that prints some information like in the attached image: http://bytes.com/attachments/attachment/6562d1345101705/loaner-paperwork.jpg There I have a Label Section,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.