Safari Experts?
- Started
- Last post
- 12 Responses
- yarsrevenge
Would someone be so kind as to look at my code on this landing page and tell my why when you enter the site it does not maximize full screen? It works just fine in firefox and IE. I am not a coder at all. I used DW to help me with the javascript.
Pretty please :(
- ********0
Let me call up my gypsy grandmom so she can look into her crystal glassball and get the address, i'll get back to you in 5
- yarsrevenge0
lol... sorry... I'm just a little too frustrated I forgot to post.
- yarsrevenge0
bump
- kld0
missing some images there.
- yarsrevenge0
I know... I was just showing the "enter" image to show you guys what im talking about when you click on it in safari
- kld0
sorry about that, I think you may want to use a different javascript to launch the fullscreen popup. I don't feel I'm qualified to edit yours because I have done any full screen take overs but there are plenty available out there.
- yarsrevenge0
its alright... just frustrated and am afraid the solution will be a lot of overhaul "relatively speaking"
- kld0
It should be pretty simple, of course I hope the client is asking for the full screen because full screen popups are not exactly smiled upon by users.
- lefton0
try this:
window.onload = maxWindow;
function maxWindow()
{
window.moveTo(0,0);if (document.all)
{
self.resizeTo(screen.availWidth...
}else if (document.layers||document.getEl...
{
if (top.window.outerHeight
- lefton0
but fix all the spacing first. just place this in the of your second page.
- lefton0
that should have said - place in the HEAD of your second page.