Jump to content

Recommended Posts

Posted

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?

Posted
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.
Posted

Creating the site itself, you may wish to embed the body content within a div. For example

 

....

....

....

 

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!

Posted
Creating the site itself, you may wish to embed the body content within a div. For example

 

....

....

....

 

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

Posted
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 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...