Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-27-2008, 04:42 PM   PM User | #1
Vijo
Banned

 
Join Date: Jun 2008
Location: Kiev, Ukraine
Posts: 72
Thanks: 8
Thanked 4 Times in 4 Posts
Vijo can only hope to improve
Unhappy Right Aligned Mystery

On this particular page: http://wifeee.com/resource/guides/uni/,
the text has gone right. Please view my source code and see what is going wrong!
Vijo is offline   Reply With Quote
Old 06-27-2008, 04:44 PM   PM User | #2
jcdevelopment
Senior Coder

 
jcdevelopment's Avatar
 
Join Date: Oct 2007
Location: Cowboy Nation
Posts: 2,171
Thanks: 173
Thanked 257 Times in 257 Posts
jcdevelopment will become famous soon enoughjcdevelopment will become famous soon enough
try this

Code:
#content {
display: inline;
width: 570px;
height: auto;
font-family: Tahoma, Verdana;
font-size: 11px;
text-decoration: none;
color: #666666;
background: url() no-repeat #FFFFFF;
border: 2px solid #ffffff;
margin: 0px;
padding: 5px;
}
you had it floating right
jcdevelopment is offline   Reply With Quote
Old 06-27-2008, 04:48 PM   PM User | #3
Vijo
Banned

 
Join Date: Jun 2008
Location: Kiev, Ukraine
Posts: 72
Thanks: 8
Thanked 4 Times in 4 Posts
Vijo can only hope to improve
But that makes the homepage go all weird...
Vijo is offline   Reply With Quote
Old 06-27-2008, 04:49 PM   PM User | #4
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Seems you have no firebug in your FF
Quote:
#content h2{
font-size: 9px;
color: #666666;
font-family: Tahoma, Verdana;
text-decoration: bold;
text-align: right;
margin: 0px;
}
I think it's due to that!

BTW, fix all markup errors, see http://validator.w3.org/check?uri=ht...Inline&group=0
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 06-27-2008, 04:51 PM   PM User | #5
jcdevelopment
Senior Coder

 
jcdevelopment's Avatar
 
Join Date: Oct 2007
Location: Cowboy Nation
Posts: 2,171
Thanks: 173
Thanked 257 Times in 257 Posts
jcdevelopment will become famous soon enoughjcdevelopment will become famous soon enough
sorry didnt see this in firebug

Code:
#content h2 {
color:#666666;
font-family:Tahoma,Verdana;
font-size:9px;
margin:0px;
text-align:right;
}
take off the align right!

EDIT** oops, sorry abduraooft caught it first!

Last edited by jcdevelopment; 06-27-2008 at 04:52 PM.. Reason: SLOWWwww
jcdevelopment is offline   Reply With Quote
Old 06-27-2008, 04:56 PM   PM User | #6
Vijo
Banned

 
Join Date: Jun 2008
Location: Kiev, Ukraine
Posts: 72
Thanks: 8
Thanked 4 Times in 4 Posts
Vijo can only hope to improve
Hmm, I have deleted that, but no difference to the homepage?
Vijo is offline   Reply With Quote
Old 06-27-2008, 05:08 PM   PM User | #7
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
Originally Posted by Vijo View Post
Hmm, I have deleted that, but no difference to the homepage?
still there!
Quote:
#content h2 {/*styles.css (line 123)*/
color:#666666;
font-family:Tahoma,Verdana;
font-size:9px;
margin:0px;
text-align:right;
}
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 06-27-2008, 05:24 PM   PM User | #8
Vijo
Banned

 
Join Date: Jun 2008
Location: Kiev, Ukraine
Posts: 72
Thanks: 8
Thanked 4 Times in 4 Posts
Vijo can only hope to improve
Eh? According to my code, it has gone.
Code:
#content h2{
font-size: 9px;
color: #666666;
font-family: Tahoma, Verdana;
text-decoration: bold;
margin: 0px;
}
Vijo is offline   Reply With Quote
Old 06-27-2008, 05:36 PM   PM User | #9
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
Eh? According to my code, it has gone.
now it's ok for me too . The text looks left-aligned.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 06-27-2008, 06:27 PM   PM User | #10
Vijo
Banned

 
Join Date: Jun 2008
Location: Kiev, Ukraine
Posts: 72
Thanks: 8
Thanked 4 Times in 4 Posts
Vijo can only hope to improve
http://wifeee.com/medias/index.php
Now the h1 text has gone dodgey, as well as ordinary text on the Game Info pages.
This is on FF3, I would also like this done quickly as most of my visitors use FF3.
Vijo is offline   Reply With Quote
Old 06-28-2008, 09:51 AM   PM User | #11
Vijo
Banned

 
Join Date: Jun 2008
Location: Kiev, Ukraine
Posts: 72
Thanks: 8
Thanked 4 Times in 4 Posts
Vijo can only hope to improve
Bump.
Vijo is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 12:39 AM.


Advertisement
Log in to turn off these ads.