473,396 Members | 1,683 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,396 software developers and data experts.

Pad or move/space a select box in a css file

200 100+
Hi,

I've changed an existing xslt file, i found this css file but now the css object is not aligned with the other objects - i checked the other objects they are calling templates.

I have added the code in <td align-'left'> but the objects are out by a space to the css object i added:

How do i add a space/move the select box up by a space!, not the text of the selectbox but the entire object

The CSS File
Expand|Select|Wrap|Line Numbers
  1. *{padding-left: 100px;}
  2. .dhx_combo_img{
  3.     position:absolute;
  4.     top:-1px;
  5.     right:-1px;
  6.     width:17px;
  7.     height:20px;
  8. }
  9.  
  10. .dhx_combo_option_img{
  11.     position:relative;
  12.     top:1px;
  13.     margin-left:2px;
  14.     left:0px;
  15.     width:18px; height:18px;
  16. }
  17.  
  18.  
  19. .dhx_combo_input{
  20.     color:black;
  21.     font-family: Arial;
  22.     font-size: 8pt;
  23.     border:0px;
  24.     padding:2px 2px 2px 2px;
  25.     position:absolute;
  26.     top:0px;
  27. }
  28. .dhx_combo_box{
  29.     position:relative;
  30.     text-align:left;
  31.     border:1px solid #CCCCCC;
  32.     height:20px;
  33.     _height:20px;
  34.     overflow:hidden;
  35.     background-color: white;
  36. }
  37. .dhx_combo_list{
  38.    position:absolute;
  39.    z-index:30;
  40.    overflow-y:auto;
  41.    overflow-x:hidden;
  42.    border:1px solid #CCCCCC;
  43.    height:70px;
  44.    font-family: Arial;
  45.    font-size: 8pt;
  46.    background-color: white;
  47. }
  48.  
  49. .dhx_combo_list div{
  50.     cursor:default;
  51.     padding:2px 2px 2px 2px;
  52. }
  53. .dhx_selected_option{
  54.     background-color:navy;
  55.     color:white;
  56. }
  57.  
  58.  
Jan 16 '08 #1
1 2258
Death Slaught
1,137 1GB
Please post your HTML, without it we can't see the your CSS is styling.


Have you tried

Expand|Select|Wrap|Line Numbers
  1. margin-bottom:0px;
Thanks, Death
Jan 16 '08 #2

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

Similar topics

0
by: sandeep G | last post by:
I've a table which has a number & a blob column, both of which are NOT NULL type. This table is composite partitioned using range & hash on the same column. Each partition is sub partitioned into...
0
by: Ray Tayek | last post by:
hi, trying to convert some csv files into xsml and pulling a few hairs out :(. using the files below. a java program will parse the csv and take care of strange names and notes that line breaks in...
6
by: Mark Miller | last post by:
I have a scheduled job that uses different XSL templates to transform XML and save it to disk. I am having problems with the code below. The problem shows up on both my development machine (Windows...
5
by: Galina | last post by:
Hello I have an Access 2000 application. The form has got a tab with 3 pages. There are several text boxes and command buttons on one page. I need to move them to another page (to free form space...
0
by: Kevin Bartz | last post by:
-----Original Message----- From: Kevin Bartz Sent: Monday, August 09, 2004 10:37 AM To: 'mike@thegodshalls.com' Subject: RE: Out of swap space & memory Thanks for your reply, Mike!...
3
by: Eric | last post by:
When i run my query it transfer last 4 digits of account number from one table to another and its wrong. There are two tables one i use for parsing. Second thru query i use to move data from temp...
4
by: tcfin | last post by:
Hi, i have a problem to make a transtype from field XX varchar(20), example : 19 200 340,56 to field YY integer, required : 19200340
1
by: stefan.albert | last post by:
Hi folks, we have 3 instances where a table space (good old SMS) lives in the wrong directory. Normally I simply would create a new one and do a INSERT ... SELECT for all tables (or a load ......
5
by: michels287 | last post by:
Right now I have a touchscreen with a virual keyboard. I would like to create arrow keys. If the user messed up the inputted text, he can move the blinking cursor left one space at a time between...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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...

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.