473,321 Members | 1,669 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,321 software developers and data experts.

combo box alignment

i made the alignment for values in combo box as centered, which is taken from database. this alignment is coming centered in the browser Mozila firefox. but it is not coming centered in Internet Explorer. the coding is in PHP. Can anyone guide for this issue?
Feb 8 '07 #1
3 2083
ronverdonk
4,258 Expert 4TB
Welcome th The Scripts!

Let's not guess about how you coded this. Show your code here (use code tags).

Ronald :cool:
Feb 8 '07 #2
n7rvn
1
I too am trying to stack both boxes rather than side by side. Firefox does this but not IE. It sure seems that this is a simple fix but I cant recall what it is. I feel like I am back in school. TIA to the "teachers". Since he didnt answer what his code was, here is mine....

<center>
<script type="text/javascript" src="http://p3k.org/rss/?url=http%3A%2F%2Fwww.arrl.org%2Farrl.rss&amp;alig n=left&amp;width=540&amp;frameColor=black&amp;titl eBarColor=cornflowerblue&amp;titleBarTextColor=bla ck&amp;boxFillColor=white&amp;textColor=black&amp; fontFace=arial&amp;maxItems=30&amp;compact=1&amp;s howXmlButton=0&amp;javascript=true"><BR></script>

<br>
<script type="text/javascript" src="http://p3k.org/rss/?url=http%3A%2F%2Fwww.twiar.org%2Ftwiar.rss&amp;al ign=left&amp;width=540&amp;frameColor=black&amp;ti tleBarColor=cornflowerblue&amp;titleBarTextColor=b lack&amp;boxFillColor=white&amp;textColor=black&am p;fontFace=arial&amp;maxItems=30&amp;compact=1&amp ;showXmlButton=0&amp;javascript=true"></script>
</center>
Mar 3 '08 #3
ronverdonk
4,258 Expert 4TB
n7rvn!

Firstly: you code must be shown within code tags or we will not look at it.

Secondly: that is not code you show here, it is text that has been passed through an htmlentities() function, so you have to translate the tags yourself.

Thirdly: this is JavaScript and not PHP and this is the PHP forum.

Ronald
Mar 3 '08 #4

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

Similar topics

0
by: ross | last post by:
A couple of times I have had to implement a VB style combo box (i.e. text entry or drop down selection) under IE. I keep having to recreate the following code from scratch, so I thought I'd post it...
4
by: Shashi | last post by:
Can somebody explain how the byte alignment for structures work, taking the following example and considering: byte of 1 Byte word of 2 Bytes dword of 4 Bytes typedef struct { byte a; word...
67
by: S.Tobias | last post by:
I would like to check if I understand the following excerpt correctly: 6.2.5#26 (Types): All pointers to structure types shall have the same representation and alignment requirements as each...
13
by: aegis | last post by:
The following was mentioned by Eric Sosman from http://groups.google.com/group/comp.lang.c/msg/b696b28f59b9dac4?dmode=source "The alignment requirement for any type T must be a divisor of...
12
by: Yevgen Muntyan | last post by:
Hey, Consider the following code: #include <stdlib.h> #define MAGIC_NUMBER 64 void *my_malloc (size_t n) { char *result = malloc (n + MAGIC_NUMBER);
4
by: =?Utf-8?B?cmFuZHkxMjAw?= | last post by:
The code below goes into the dropdown event handler for a standard combo box. It makes the dropdown as wide as the widest text entry. Unfortunately, this combo box is on the right edge of the...
2
by: somenath | last post by:
Hi All, I have one question regarding the alignment of pointer returned by malloc. In K&R2 page number 186 one union is used to enforce the alignment as mentioned bellow. typedef long...
1
by: canadianinmd | last post by:
This is basically my problem I have data comming from a database and storing fields in a variable ie Name = ORs("Name") Address= ORs("Address") DisplayVar = Name: Address My goal is to...
2
by: uamusa | last post by:
I am Dynamically generating a proposal(report) in MS Word. By default the Paragraph Alignment is "Left". For the First 6 Paragraphs I set the Alignment to "Center", and then when attempting to...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.