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 12-19-2005, 11:22 PM   PM User | #1
Riboflavin
Regular Coder

 
Join Date: Sep 2004
Location: USA
Posts: 312
Thanks: 7
Thanked 0 Times in 0 Posts
Riboflavin is an unknown quantity at this point
Opera kills my site

Well, I got the next few things down well, but the newletter signup is being quite difficult. The box length varies by browser, and the alignment is way off. Also, Opera butchered the site, any ideas there? I'm really sorry to be asking so many questions about this site, thanks again for the help.


I wasn't sure if I should start a new topic or edit an old one, but since you can't edit the thread title I figured this was best.
Riboflavin is offline   Reply With Quote
Old 12-19-2005, 11:37 PM   PM User | #2
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,292
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
Remove your #top div completely both from html and CSS then use this for the #rightHeader CSS
Code:
#rightHeader {
  padding-top: 20px;
  margin-left: 250px;
  margin-top:0;
}
And use this for the #content CSS
Code:
#content {
  width: 705px;
  background:url('images/contenttop.gif') no-repeat;
}
_Aerospace_Eng_ is offline   Reply With Quote
Old 12-19-2005, 11:40 PM   PM User | #3
Riboflavin
Regular Coder

 
Join Date: Sep 2004
Location: USA
Posts: 312
Thanks: 7
Thanked 0 Times in 0 Posts
Riboflavin is an unknown quantity at this point
Works in Opera now THANKS!

Any idea about the newletter?
Riboflavin is offline   Reply With Quote
Old 12-19-2005, 11:45 PM   PM User | #4
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,292
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
Is this how you want it?
Code:
#signup {
  margin-top: 20px;
  padding: 0px;
  height: 65px;
  position: relative;
  text-align:center;
}
_Aerospace_Eng_ is offline   Reply With Quote
Old 12-19-2005, 11:57 PM   PM User | #5
Riboflavin
Regular Coder

 
Join Date: Sep 2004
Location: USA
Posts: 312
Thanks: 7
Thanked 0 Times in 0 Posts
Riboflavin is an unknown quantity at this point
Yes, that helped, but I need it to be aligned with the first paragraph. I added a left margin and its not aligned in FF, but not IE.
Riboflavin 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 02:28 PM.


Advertisement
Log in to turn off these ads.