|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Web Coding | |
Help with website please?
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||
|
Case Modder
|
Hey guys, I'm having a little problem with IE6:
![]() I'd just leave it as it's not a big issue, everything looks and works as intended however this is for school and is going to be marked with IE6. I have looked for solutions, but just can't figure out what is wrong, if someone can help me by pointing out what I've done wrong that'd be great. I'm not necessarily asking for a solution, I'm more than hapy to learn how to fix the issue, however I don't exactly know what the issue is. Thanks. I have used CSS and Divs. I will post code soon, I have to go to my next class now.
__________________
|
|||||||||
|
|
|
|
|
#2 (permalink) | ||||||||||||||
|
First Time Build
![]() |
i know this probably is not what you want to hear.. but.. my solution would be find another school..
IT classes shouldnt teach history, but the future... IE6 for grades really?? ugh.. :/ shame on the school, and the teachers!
__________________
8800GT FTW ![]() Quote:
|
||||||||||||||
|
|
|
|
|
#3 (permalink) | ||||||||
|
PC Gamer
![]()
Join Date: Dec 2008
Location: Gainesville, Florida
Posts: 485
Rep: 178
![]() ![]() Unique Rep: 158
Trader Rating: 0
|
Heya,
__________________Judging from your scroll bars, it looks like you have your body of that frame centered vertically. Look to uncenter it. Very best,
|
||||||||
|
|
|
|
|
#4 (permalink) | |||||||||||||
|
EvilGeniusExtraordinaire
![]() |
IE is a good place to work as ALOT of people still use IE. It isnt the past to everyone you know. I have found IE to be harder to get everything working visually than FF so that is where I personally work outside of FTP and cpan.
__________________
We no longer have a government. A river of blood separates the government from the people. Long live the fight for freedom! A-E-I-Owned-You for OCN staff 2010! Vote for me baby! January 17th. Be there or be a commie.
|
|||||||||||||
|
|
|
|
#5 (permalink) | |||||||||
|
Case Modder
|
It's mainly due to the fact that software is developed for the school that uses IE6 and newer versions break it.
I think I have found a solution though, thanks MalVeauX. --------- Instead of making a new thread, I thought I'd ask this here. I have to make an order form for the site, there are six items. I need to collect shipping information, which items and how many of each [there are only 6 items] and then a fake credit card transaction. Any ideas on what I can use to make this? Thanks.
__________________
Last edited by Matteh : 09-14-09 at 05:09 AM |
|||||||||
|
|
|
|
|
#6 (permalink) | |||||||||||||
|
Programmer
|
Do you have to program it yourself, or can you use a shopping cart system like osCommerce?
__________________
92% of teens have moved on to rap. If you are part of the 8% who still listen to real music, copy and paste this.
|
|||||||||||||
|
|
|
|
|
#7 (permalink) | ||||||||||||||
|
Programmer
|
Quote:
huge difference. IE 6 is literally a nonfunctional piece of software in regards to standards compliance. you need bad code for a page to render well in ie6
__________________
Freelance programmer, computer hardware enthusiast.
|
||||||||||||||
|
|
|
|
|
#8 (permalink) | ||||||||||||
|
New to Overclock.net
|
Quote:
Quote:
Code:
<form action="index.html" method="POST"> <table width="100%" border="0"> <tr> <td width="40%">First Name:</td> <td width="60%"><input type="text" name="field_06" value="" style="width: 100%" /></td> </tr> <tr> <td width="40%">Last Name:</td> <td width="60%"><input type="text" name="field_07" value="" style="width: 100%" /></td> </tr> <tr> <td width="40%">Phone Number:</td> <td width="60%"><input type="text" name="field_08" value="" style="width: 100%" /></td> </tr> <tr> <td width="40%">Credit Card Number:</td> <td width="60%"><input type="text" name="field_09" value="" style="width: 100%" /></td> </tr> <tr> <td width="40%">Address Line 1:</td> <td width="60%"><input type="text" name="field_01" value="" style="width: 100%" /></td> </tr> <tr> <td width="40%">Address Line 2:</td> <td width="60%"><input type="text" name="field_02" value="" style="width: 100%" /></td> </tr> <tr> <td width="40%">City:</td> <td width="60%"><input type="text" name="field_03" value="" style="width: 100%" /></td> </tr> <tr> <td width="40%">State:</td> <td width="60%"><input type="text" name="field_04" value="" style="width: 100%" /></td> </tr> <tr> <td width="40%">Zip Code:</td> <td width="60%"><input type="text" name="field_05" value="" style="width: 100%" /></td> </tr> <tr> <td colspan="2"><input type="checkbox" name="check_01[]" value="1" />Item Name 1</td> </tr> <tr> <td colspan="2"><input type="checkbox" name="check_01[]" value="2" />Item Name 2</td> </tr> <tr> <td colspan="2"><input type="checkbox" name="check_01[]" value="3" />Item Name 3</td> </tr> <tr> <td colspan="2"><input type="checkbox" name="check_01[]" value="4" />Item Name 4</td> </tr> <tr> <td colspan="2"><input type="checkbox" name="check_01[]" value="5" />Item Name 5</td> </tr> <tr> <td colspan="2"><input type="checkbox" name="check_01[]" value="6" />Item Name 6</td> </tr> <tr> <td colspan="2"><input type="submit" value="Order!" style="width: 100%" /></td> </tr> </table> </form> And to answer your original question on how to fix the layout... I would recommend using tables instead of divs. Much more reliable cross-browser.
|
||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|