generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripting Helpers
Home Search
 

CSS Failure.

Previous Thread :: Next Thread 
vanillaluv is not online. vanillaluv
Joined: 06 Nov 2010
Total Posts: 979
21 Dec 2011 08:37 AM
I'm having a bit of trouble aligning text tags.

Okay, so I have two images and one header tag. One image is at the top, and another is covering the entire right.
I want the < h5 > tag to align directly below the top image. But, even when I use absolute position, it just stays in the bottom-right corner.
Here's my CSS:

body {
background-image: url('spotblock-background.jpg');
}
#content-div {
font-weight:bold;
font-family:Arial;
}
#topImageDiv {
text-align:center;
}
#rightImageDiv {
text-align:right;
}
#centerContentDiv {
text-align:center;
color:black;
}
#loginHeader {
position: absolute;
top: 100;
left: 300;
}
Report Abuse
vanillaluv is not online. vanillaluv
Joined: 06 Nov 2010
Total Posts: 979
21 Dec 2011 08:42 AM
*it just stays in the bottom-right corner.

*it just stays in the bottom-LEFT corner.
Report Abuse
vanillaluv is not online. vanillaluv
Joined: 06 Nov 2010
Total Posts: 979
21 Dec 2011 08:52 AM
Ah, nevermind. I forgot the measurement was in pixels, whereas you have to put 'px' to define the unit.
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripting Helpers
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image