Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
newby going mad with this
Old 05-22-2010, 03:04 PM newby going mad with this
Novice Talker

Posts: 14
Name: Steve
Trades: 0
hi please help,

how do i make moxilla zoom in the center as IE is doing exactly

http://www.thebigshot.co.uk/v2/splash-new.htm

any help would really be appreciated.

thanks


Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
html, body {
    height:100%;
    width:100%;
    margin:0px;
    padding:0px
}
div#splash {
    width:100%;
    height:100%;
    background:#000000;
    background-color:red
}
/* upadted by stephen mason 19th/may/2010 */

div#splash-background {
    background-image:url(images/html/splash_1024_bg.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    background-color:#000000;
    width:100%;
    min-height:670px
}
*html div#splash-background {
    background-image:url(images/html/splash_1024_bg.jpg);
    background-position:top middle center;
    background-repeat:no-repeat;
    background-color:#000000;
}
/* end update */


div#splash-message {
    width:500px;
    height:200px;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    position:relative
}
#splash-message h1 {
    font-weight:normal;
    font-size:22px
}
#splash-message p {
    font-size:12px;
    letter-spacing:0.1em;
    clear:both;
    padding-top:30px
}

/* upadted by stephen mason 19th/may/2010 */

#splash-message a {
    color:#B0241E;/**/
    color:#B0241E;
    display:block;
    float:left;
    font-size:12px;
    font-style:italic;
    height:30px; 
    text-decoration:none;
    width:130px
}
#splash-message a#view_flash {
    background-image:url(images/html/html_btn.jpg);
    background-position: top left;
    background-color:#000000;
    background-repeat:no-repeat;
    float:left;

}
#splash-message a#view_html {

    background-image:url(images/html/flash_btn.jpg);
    background-position: top left;
    background-color:#000000;
    background-repeat:no-repeat;
     float:right;
    
    
}

/* end update */

#splash-message img {
    float:right;
    margin-right:5px;
    margin-top:2px
}
div#links {
    margin-top:80px
}
</style>
</head>
<body>
<!-- upadted by stephen mason 19th/may/2010 -->
<!-- container render html / flash buttons -->
<div id="splash-background" style="position:relative">
  <div id="splash-message"  style="border:1px solid red;  
                                   height: 328px;
                                   margin:-40px auto;
                                   width: 500px;
                                   position:relative; 
                                   margin-bottom:; ">

  
    
     <div id="" style="height:10px;border:1px solid red;position:absolute;bottom:10px; width:auto;margin-left:70px;">
     
       <a  target="_self" title="View flash site" id="view_flash" 
    href="http://virgin.lessrain.net/en/gb/flash_on/home/"></a>
    
    
    
    </div>
    
      <div id="" style="height:10px;border:1px solid red;position:absolute;bottom:10px;right:0;width:auto; margin-right:70px">
    <a target="_self"  title="View HTML site" id="view_html" 
    href="http://virgin.lessrain.net/en/gb/flash_off/home/"></a>
    </div>
    
    </div>
 
    </div>
     
  </div>
</div>
<!-- end update -->
</body>

Last edited by don1967; 05-22-2010 at 03:05 PM..
don1967 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-22-2010, 03:15 PM Re: newby going mad with this
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,376
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
And "zoom in the center" means what exactly?
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-22-2010, 03:21 PM Re: newby going mad with this
Novice Talker

Posts: 14
Name: Steve
Trades: 0
ok im sorry im well new to this but if you run the page in IE, you ll see that every thing star s center...

if you run in mozilla, everything drops when you expland.

im simply look ing for a solution that keeps every thing center.
don1967 is offline
Reply With Quote
View Public Profile
 
Old 05-22-2010, 03:29 PM Re: newby going mad with this
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,376
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
What version ??

works the same in FF3, IE8, Chrome and Opera for me.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-23-2010, 04:02 AM Re: newby going mad with this
Novice Talker

Posts: 14
Name: Steve
Trades: 0
It doesnt work the same in IE 8 and mozilla. In Ir yo notice the text and buttons remian in the center of the page where as in mozilla the text drops.

Yes, they are holding position but in IE its far more usbale as the text is always ni middle of page.
don1967 is offline
Reply With Quote
View Public Profile
 
Old 05-23-2010, 07:38 AM Re: newby going mad with this
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,376
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
They are positioned absolute. What do you expect to happen?

It is behaving EXACTLY as you have told it to.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-23-2010, 09:57 AM Re: newby going mad with this
C0ldf1re's Avatar
Banned (by the Yankees)

Posts: 3,081
Name: Michael Caine (look alike). *Sic semper tyrannis*
Location: Chelsea, England. Broke all 10 Commandments.
Trades: 0
It looks alright to me too!
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
C0ldf1re is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to newby going mad with this
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.65275 seconds with 12 queries