1 reply [Last post]
fdsafadsfasdfre3r4r
fdsafadsfasdfre3r4r's picture
Offline
newbie
Last seen: 8 years 47 weeks ago
Timezone: GMT+2
Joined: 2013-10-07
Posts: 2
Points: 4

I have the following css in a website. What im trying to do is make the secondDiv grow as much as it like and make the main window scroll horizontally, to push the window to the right and not start second div on a new line. SecondDiv should start to the left of first div and make the window scroll horizontally when x repeatingDiv fills the secondDiv.

Does anyone have any idea of how to accomplish this?

Help will be greatly appreciated!

   <div class="firstDiv"></div>
 
    <div class="secondDiv">
 
	<div class="repeatingDiv"></div>
	<div class="repeatingDiv"></div>
	<div class="repeatingDiv"></div>
	<div class="repeatingDiv"></div>
 
    </div>

antonissamaras
antonissamaras's picture
Offline
newbie
Last seen: 8 years 24 weeks ago
Timezone: GMT+5
Joined: 2013-10-26
Posts: 1
Points: 1

Good job,I appreciate your

Good job,I appreciate your work.