Web Development Thread, Screen size & positioning in Coding and Web Development; So i've just finished positioning stuff for my site \o/ but I have coded it in a widescreen and on ...
-
8th January 2009, 10:14 PM #1 Screen size & positioning
So i've just finished positioning stuff for my site \o/ but I have coded it in a widescreen and on IE7.
As far as browser checks thats easy enough, but does anyone know a tool either a joomla ext or a third party that shows previews in diffrent size screens and res?
-
-
IDG Tech News
-
8th January 2009, 10:59 PM #2 Check Browser Compatibility, Cross Platform Browser Test - Browsershots will check your site in any browser/OS it supports - as long as it faces the web.
You can choose other options, but I've never used them, so can't comment on them... might be worth a look though.
-
Thanks to DrPerceptron from:
mossj (14th January 2009)
-
12th January 2009, 03:44 PM #3
- Rep Power
- 11
You can try downloading Mozilla Firefox, and/or Opera. These will allow you to view the page in different sizes. Also with Firefox you can add an extension which allows you to view it as if it was Internet Explorer as well.
-
-
12th January 2009, 03:52 PM #4
- Rep Power
- 11
Creating the site itself, you may wish to embed the body content within a div. For example
<body>
<div class='mainContent'>
....
....
....
</div>
</body>
Then in the head section you can style it so the width is 795 pixels:
div.mainContent { width: 795px; }
795 pixels will allow room also for the scroll bar (if you need one).
Hope this helps and gives you some more ideas!
-
-
14th January 2009, 11:04 AM #5 
Originally Posted by
Pashers
Creating the site itself, you may wish to embed the body content within a div. For example
<body>
<div class='mainContent'>
....
....
....
</div>
</body>
Then in the head section you can style it so the width is 795 pixels:
div.mainContent { width: 795px; }
795 pixels will allow room also for the scroll bar (if you need one).
Hope this helps and gives you some more ideas!
I tend to do that already, the problem comes when something is positioned absolute. Anyway I just got some friends to take a look + will download that software for next time.. sounds useful
-
-
16th January 2009, 03:58 PM #6 the web dev plugin for fire fox allows you to resize the window to different res' on thing i need to do on our site is fix the fonts for linux so u might want to look at this 2.
-
Thanks to gibbo_ap from:
mossj (20th January 2009)
SHARE:
Similar Threads
-
By L.E.K in forum Hardware
Replies: 7
Last Post: 30th December 2007, 01:43 PM
-
By FN-GM in forum General Chat
Replies: 3
Last Post: 29th September 2007, 09:22 PM
-
By Andie in forum Windows
Replies: 22
Last Post: 13th July 2007, 10:48 AM
-
By ChrisH in forum Web Development
Replies: 3
Last Post: 5th July 2007, 10:39 AM
-
By Frazer in forum Windows
Replies: 43
Last Post: 25th April 2007, 02:12 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules