|
|
|
#11 (permalink) | |||||||||||
|
Overclocker
|
looks the same to me
__________________
|
|||||||||||
|
|
|
|
#12 (permalink) | ||||||||||||||
|
Intel Overclocker
|
I should have been more detailed, my bad... I was just in a rush to try to finish this thing.
The problem is with Firefox, not IE. In Firefox, it screws up something with the alignment. In IE7, It looks like this: ![]() In Firefox, It looks like this: ![]()
__________________
Quote:
"Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke Aumotocnic: An unfortunate member of the overclock.net insomnia club. Overclock.net Headphone Club: Because perfect hair is overrated.
|
||||||||||||||
|
|
|
|
#13 (permalink) | |||||||||||||
|
PC Gamer
|
Yup. It duz look better in IE. Whats wrong with the world!
__________________
Look at my 2nd place winning case mod case help my city Conan 4 sale Bring back the turbo button! If you can read this thank a teacher. iff u kan't den kall diss number #1-800-Icantread. Don't berate yourself for previous behavior. Don't congratulate yourself, either. Just take the next opportunity to make a difference to the next person, and help make what we cannot change bearable.
|
|||||||||||||
|
|
|
|
|
#14 (permalink) | |||||||||||||
|
Intel Overclocker
|
What does your code look like on the website? It seems like an alignment issue to me. If you are using fixed widths (width=150), try switching to adaptive width (align="10%"). IE and FF may interpret these differently. Or are you using a WYSIWYG editor? That usually causes many problems in making things look exactly the way you want in every browser.
__________________
My lapped q6600 and Tuniq Tower Folding for OCN Killed my first motherboard due to overclock on 5/17/08 - I'll miss you P5N-E SLI
|
|||||||||||||
|
|
|
|
#15 (permalink) | ||||||||||||||
|
Intel Overclocker
|
Yeah, right now everything is fixed with. But I dont think there is any way that I can use the adaptive with, there would just be too much math involved in calculating the exact percentages.
The only thing I am using to edit the code is notepad. As far as the actual code goes, here is the structure. index.php PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
Code:
select {font-size: 10px;}
a:link {color: #117CE1; text-decoration: none; padding: 4px; font-weight: bold;}
a:visited {color: #117CE1; text-decoration: none; padding: 4px; font-weight: bold;}
a:active {color: #0C5396; text-decoration: none; padding: 4px; font-weight: bold;}
a:hover {color: #7AB3E8; text-decoration: none; padding: 4px; font-weight: bold;}
body {font-family: verdana;}
.top {color: #000000; font-size: 11px; padding: 4px;}
.navigation {color: #FFFFFF; font-size: 11px; padding: 4px;}
.top_menu {height: 23px; color: #000000; font-size: 11px; padding: 5px;}
.mid_menu {color: #000000; font-size: 11px; padding: 10px;}
.top_news {height: 23px; color: #000000; font-size: 10px; text-align: center;}
.mid_news{color: #000000; font-size: 11px; padding: 5px;}
.h1 {
color: #0C5396;
font-size:12px;
}
.h2 {
color: #4487C6;
font-size:12px;
text-indent:10px;
text-align:left;
}
.h3 {
color:#0C5396;
font-size:10px;
text-align:left
}
.pb {
font-size: 10px;
color: #0C5396;
text-indent:10px;
text-align:right;
}
__________________
Quote:
"Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke Aumotocnic: An unfortunate member of the overclock.net insomnia club. Overclock.net Headphone Club: Because perfect hair is overrated.
|
||||||||||||||
|
|
|
|
#16 (permalink) | ||||||||||||
|
New to Overclock.net
|
There are 4 header tags all over this page. should probably sort out the structure of the html before trying to worry about alignment.
__________________
|
||||||||||||
|
|
|
|
|
#17 (permalink) | ||||||||||||
|
New to Overclock.net
|
Its these two parts of the table causing it.
__________________Code:
<tr>
<td colspan="4" ><img src="http://www.overclock.net/images/index_01.gif" width="800" height="34" alt=""></td>
</tr>
Code:
<tr>
<td colspan="4"><img src="http://www.overclock.net/images/index_10.gif" width="800" height="36" alt=""> </td>
</tr>
Last edited by kyotejones : 06-13-08 at 11:23 PM. |
||||||||||||
|
|
|
|
|
#18 (permalink) | ||||||||||||||
|
Intel Overclocker
|
Thanks man, I just changed the width to 100% instead of 800, and it fixed it.
As for the header tags, I am new to PHP and I thought you need those there to show the CSS styles for that page, but I will take them out and see if it works without.
__________________
Quote:
"Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke Aumotocnic: An unfortunate member of the overclock.net insomnia club. Overclock.net Headphone Club: Because perfect hair is overrated.
|
||||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|