473,809 Members | 2,805 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Alittle bit DIV and some PHP??? Help please?

Chrisjc
375 Contributor
I have a drop down menu that I am trying to change the font... and size.. I got it to work.. but now once you pick one selection it will change the font back to ARIAL... I swear I had got all the areas I needed to... some help please??

Here is the link to see what I mean
http://www.triplesource.net/db/IntakeSytemstest.php

Here is the CODE

Expand|Select|Wrap|Line Numbers
  1. <DIV ID="divmsg1" STYLE="font-family:Tahoma;font-size:10pt;top:3px;right:0px;position:relative;height:26px;overflow:hidden;">
  2.    <select id="make" name="make" style="font-family:Tahoma;font-size:10pt;width:185px;" onchange="getModel(this)"><option value="">
  3.     Select Make</option></select>
  4.    </DIV>
  5.    <DIV ID="divmsg2" STYLE="font-family:Tahoma;font-size:10pt;top:0px;right:0px;position:relative;height:26px;overflow:hidden;">
  6.     <select id="model" name="model" style="font-family:Tahoma;font-size:10pt;width:185px;" onchange="getYear(this)"><option value="">
  7.     Select Model</option></select>
  8.    </DIV>
  9.    <DIV ID="divmsg3" STYLE="font-family:Tahoma;font-size:10pt;top:0px;right:0px;position:relative;height:26px;overflow:hidden;">
  10.      <select id="year" name="year" style="font-family:Tahoma;font-size:10pt;width:185px;" onchange="getEng(this)"><option value="">
  11.         Select Year</option></select>
  12.    </DIV>
  13.    <DIV ID="divmsg4" STYLE="font-family:Tahoma;font-size:10pt;top:0px;right:0px;position:relative;height:26px;overflow:hidden;">
  14.      <select id="engtype" name="engtype" style="font-family:Tahoma;font-size:10pt;width:185px;" onchange="getLiter(this)"><option value="">
  15.         Select Engine Type</option></select>
  16.    </DIV> 
  17.    <DIV ID="divmsg5" STYLE="font-family:Tahoma;font-size:10pt;top:0px;right:0px;position:relative;height:26px;overflow:hidden;">
  18.      <select id="liter" name="liter" style="font-family:Tahoma;font-size:10pt; width:185px;" onchange="getPart(this)"><option value="">
  19.         Select Liter</option></select>
  20.    </DIV>  
  21.  
and here is the PHP side of it all

[PHP]echo '<form action="" method="post">' ;
echo '<select id="fuel" name="fuel" style="font-family: Tahoma; font-size: 10pt; width:185px;" onchange="getMa ke(this)">';
echo '<option value="">Select Fuel</option>';
[/PHP]

All my drop downs are like the following above just with new ID and NAME
Nov 22 '06 #1
4 1390
drhowarddrfine
7,435 Recognized Expert Expert
I'm going out but apparently you are missing an end tag or more. Look through these errors to find and fix them.
Nov 22 '06 #2
Chrisjc
375 Contributor
I'm going out but apparently you are missing an end tag or more. Look through these errors to find and fix them.
Such a method of having an app like that trying to error fix my page will not work because I am using more then one LANG... AJAX HTML PHP XHTML it just gets lost... the page works... and erros that it is claiming would have been shown...... how ever like I said it doesnt really know.... Thanks though
Nov 22 '06 #3
drhowarddrfine
7,435 Recognized Expert Expert
Why we won't help you.
Nov 23 '06 #4
ronverdonk
4,258 Recognized Expert Specialist
Scan your source code for the word 'arial' and I'll bet you'll find a style tag somewhere where you thought it wasn't there.

Ronald :cool:
Nov 23 '06 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
2612
by: Az Tech | last post by:
Hi people, (Sorry for the somewhat long post). I request some of the people on this group who have good experience using object-orientation in the field, to please give some good ideas for topics to include in a course on object-orientation that I'm going to conduct. (I will later summarize all the replies and discussion, for the
6
6334
by: mike | last post by:
Hello, After trying to validate this page for a couple of days now I was wondering if someone might be able to help me out. Below is a list of snippets where I am having the errors. 1. Line 334, column 13: there is no attribute "SRC" <bgsound src="C:\My Documents\zingwent.mids"> You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is...
193
9658
by: Michael B. | last post by:
I was just thinking about this, specifically wondering if there's any features that the C specification currently lacks, and which may be included in some future standardization. Of course, I speak only of features in the spirit of C; something like object-orientation, though a nice feature, does not belong in C. Something like being able to #define a #define would be very handy, though, e.g: #define DECLARE_FOO(bar) #define...
3
1705
by: ashutosh | last post by:
I am working for a company and working for printer drivers. Most of the work is in ddk, VC++ and C++, gdi calls. I have studied C++ and ddk and VC++ is new for me. Can anybody suggest me some good web sites for study, some free tutorials on the net, some easy study material or some certification in this field which will be helpful for me and some good sites from where i can prepare. I am a fresher in the company. Please suggest.
11
2457
by: shapper | last post by:
Hello, I am creating a centered web site with various div's inside the main (pBase) div. Somehow, I am getting a gap on the top of my browser window both in IE and Firefox. I tried everything I could think of. Here is my entire HTML code:
5
2232
by: thatsMaBoy | last post by:
Hi, I am attempting to display a simple Javascript alert when a webpage loads. It works on some pages but not on others. For example, the following code does not produce an alert: Code in webpage1 (note, this is the only VB code in the ASPNET webpage, in other words, the rest is all HTML): Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
10
2155
by: sara | last post by:
Hi - I have a report that is 14 columnar sub-reports (Line up: Position- holders in each of our 14 locations - Manager, Assistant Manager, Receiving, Office, etc). I output directly to PDF (using ConvertReportToPDF from this site - Stephan Lebans) The formatting - Outlines on some fields - do not appear on subreports
4
15498
by: Michael | last post by:
I have a repeater web control. Currently I want to change some row's color based on defined condition. Is there any code sample demonstrating how to accomplish it? Thanks.
4
1314
by: muddasirmunir | last post by:
Well i want to make a simple website , for which i need some suggestion from you people. I have good idea about front page to make website but the tool not looking great so please suggest me some tool to make a website. i want to make catagories on left size and when user click on one catagory the results will be displayed on the page , as i want to increase catagories by time to time for this currently i am thinking of making frame but...
0
9603
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10643
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10391
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10121
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7664
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5690
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4333
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3862
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.