How do I get text to staty in the same place in all... - KingPin's Forum
KPsDenKPsDen ArmoryImage HostingLegendz text RPGIp DisplayIRCFlash Arcade
Forum
      |        
Register
         The Vibrator (Posted By:djinnking - Replies:3 - Views:36)      « »     [epic] post you pic thread [/epic] (Posted By:wout - Replies:315 - Views:7490)      « »     Possable ganking? (Posted By:Texan - Replies:1 - Views:12)      « »     skinning (Posted By:landus - Replies:2 - Views:17)      « »     Sup sup (Posted By:The_FreeMan - Replies:1 - Views:13)      « »     [Check4SPAM] RE: Skinning?? (Posted By:landus - Replies:0 - Views:1)      « »     Where is everyone? (Posted By:Enfuego - Replies:10 - Views:135)      « »     Five Friends Vote (Posted By:redemption - Replies:3 - Views:57)      « »     Machinima.com Music Video (Posted By:Headshot - Replies:14 - Views:168)      « »     Guilds? (Posted By:redemption - Replies:1 - Views:25)      « »     
KingPin's Forum
 
K.P.s.N. Register vbBux / KPs Mall Bugs Blogs FAQ Search Today's Posts Mark Forums Read Donate
Go Back   KingPin's Forum > KP's Network Forum > RSS News
Reload this Page How do I get text to staty in the same place in all...
 


RSS News This is a discussion on How do I get text to staty in the same place in all... in the RSS News;
Description: ...browsers using CSS I already tried absolute? I did a site that looks awesome in CSS the only problem now ...

Reply
 
LinkBack Thread Tools
How do I get text to staty in the same place in all...
(#1 (permalink))
Old
Mr. Basketnutz is Offline
Private
Points: 185, Level: 2 Points: 185, Level: 2 Points: 185, Level: 2
Activity: 0% Activity: 0% Activity: 0%
Mr. Basketnutz is an unknown quantity at this point
 
Mr. Basketnutz
Rupees: 389.40
Bank: 500.00
Total Rupees: 889.40
 
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Dec 2007
How do I get text to staty in the same place in all... - January 1st, 2008

...browsers using CSS I already tried absolute? I did a site that looks awesome in CSS the only problem now is it only looks awesome in IE7 and in Firefox everything moved. Not the pictures but the text moved.
The position is absolute and it still moved in Firefox
this on my html
<div id="welcometext">

<p>Hi we would like ti welcome you< p>
</div>

and this on my stylesheet
#welcometext {
position: absolute;
top: 458px;
left: 458px;
width: 50%;
background-color: #FFFFFF;
color: #000000;
z-index: 2;
}
I can't give a link I run a popluar adult site and rather not reveal my idenity and get kicked off Yahoo.
I wasn't bragging I'm an artist is what I meant and I can't give a link because when people search for my site this question will pop up in their search which doesn't look very professional at all.
I'm an advanced Photoshop user but just learning css now. If you give me an email and can help I'll give you a free lifetime membership. Just give me an address and I'll email you the link, username and password.

 
Reply With Quote
Revenue Shared Ads
(#2 (permalink))
Old
Zurahn is Offline
Private
Points: 154, Level: 2 Points: 154, Level: 2 Points: 154, Level: 2
Activity: 0% Activity: 0% Activity: 0%
Zurahn is an unknown quantity at this point
 
Zurahn
Rupees: 3.30
Bank: 500.00
Total Rupees: 503.30
 
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jan 2008
January 1st, 2008

CSS compatibility can be pretty touchy and without a link to actually see what you're doing, it's pretty hard to give any concrete answer. You also need to clarify whether by "in the same place" you mean, for example, that it stays in the top-right corner and stays there even when you scroll, or stays in the position, and moves out of sight when the page is scrolled.

As it is, try
position:fixed;
_position:absolute;

Firefox should read position: fixed, while Internet Explorer reads position: absolute

What it at least sounds like is that you want position: fixed in both Firefox and IE. Try this link, and start with Firefox first with position: fixed, then IE

http://tagsoup.com/cookbook/css/fixed/

 
Reply With Quote
Revenue Shared Ads
Reply

Bookmarks

Tags
place, staty, text

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Rupees Per Thread View: 1.00
Rupees Per Thread: 15.00
Rupees Per Post: 5.00
Forum Jump



Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright 2004-2009 KPsN


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81