Master:
# 1    How to create websites with full screen size?                  
Melvy
Online no
State
Grouping Member
Class class2
Score 12
Wealth 51
Posts 1
Login 23:48:07
I created some websites with similar problems.

1. www.darleneandrews.com.au
The download Jquery Image Rotator, and using it in the galleries (ex. wedding gallery). If you are looking in IE or Firefox (100%) view it is look fine. But once you are zoom in or out it is running away to up and down. Basically it is not following the table. And also it is changing when I open it with my 15" laptop.

2. www.melvylie.com.au
The position of the image rotator is not in the center if I open it with 22" computer screen. When I tried adjust it when I am using 15" laptop.

3. www.lamour-online.com.au
I created this website with my 15" laptop. It is look fine. But once I open it with 22" computer. It is too short. I do understand of putting everything in the center. But my concern is, how create a website with auto screen size. So it will be look the same when you are open it in any computer size.


So, my question are:
1. How to make the website autosize (expecially when I have a unique background), and it will be open as big as the computer size no less or over view???

2. How to make the image rotator (www.darleneandrews.com.au) stop go up and down or ( www.melvylie.com ) go to left and right???


Thanks,

Melvy
Hits: 422, Date: 2010-02-23 23:12:21
[Agree] ( 5 ) [Against] ( 5 )

# 2    Good questions Melvy                  
hans
Online no
State
Grouping Member
Class class4
Score 221
Wealth 155.5
Posts 156
Login 21:17:46
I will look at the details, and see what i can reply for you. By the way your design is cool.
Hits: 421, Date: 2010-02-23 23:42:23
[Agree] ( 5 ) [Against] ( 5 )

# 3    I just had a quick look at the www.melvylie.com.au                  
luke1
Online no
State 453
Grouping Super Admin
Class class4
Score 250
Wealth 62
Posts 230
Login 07:37:57
I can see the gallery is not centerized, is that right?

I checked your css, there is no css for gallery


You must write this:

.gallery {
margin: auto;
width: 900px;
}

You have no this problem in web site: www.darleneandrews.com.au
Hope this help.
I don't believe it is the issues of computer screen and background.
Hits: 400, Date: 2010-02-24 07:10:07
[Agree] ( 6 ) [Against] ( 5 )

# 4    Not sure whether i am right                  
luke1
Online no
State 453
Grouping Super Admin
Class class4
Score 250
Wealth 62
Posts 230
Login 07:37:57
i also think there are too many tables wrapped around the gallery div, the tables are not neccesary in this case. This could not be relevent, but i just hate table :)

Sometimes tables are easy i understand, for exmple, there are a few columns and many rows, then it is still easy to use it. A good exmple is an inventory of e-commerce web site.
Hits: 397, Date: 2010-02-24 07:25:12
[Agree] ( 6 ) [Against] ( 5 )

1 - 4 [ 4]

Reply: How to create websites with full screen size?

*First line:


More content:


Tags:



Hint: You cannot post here before loginLogin | Register

nothing