Oh, i forget. The background image of the left hand side and the right hand side is different.
Notice that the blue line of the navigation is larger at the left hand side and it becomes smaller near the end of the right hand side.
That's why i couldn't make a single div, center it, and apply a background-image with repeat-x attribute.
User Profile
Collapse
-
Great Idea JKing.
never thought of it before. Thank you.
Since the end of the left and the end of the right footer image has different color, I'm thinking of creating 2 absolute-positioned divs with z-index lower than the center, or can a single div has two different background-image? one for the left and one for the right.
Thank youLeave a comment:
-
Hello JKing, thanks for the reply.
Here is my current layout
and here is what i want to achieve
The difference are in the header, menu and the footer part. Notice the line that continues to the left and the right of the screen from the content (center).
I wonder how to set the width so that the center part will always be centered on the screen no matter what the resolution...Leave a comment:
-
Three Columns Div question
hello,
I have a header. Right now, it is only a div wrapped in another div, and placed at the center of the screen using the css margin:0 auto.
I want to make it into 3 divs. Left, Center (the header) and Right. The reason is that, there's a line at the header image that should run from the left side to the right side of the screen. Right now, there's only empty space at the left and the right side of the header image.... -
hi,
thx Veena.
i've tried your it.
actually it is isn't it?
Code:For Each crtab in CRreport.Database.Tables
but then an error occurs saying Run-time error 445 "Object doesn't support this action" on...Leave a comment:
-
How to programmatically set the database file for Crystal Report
How to set the database file (MS. Access db) for a rpt file (Crystal report) programmaticall y in vb6?
the problem is that, the rpt file is referring to the mdb file using an absolute path. so, when i open the project on another computer/different location, it couldn't file the .mdb file.
i've encoutered this problem in .NET where we can set the location of the mdb file programmaticall y using the ConnectionInfo class of CrystalDecision s.Shared.... -
VB6 - Run Project on another Computer
hello,
i've completed my personal project in my laptop. my program uses Crystal Report 10, and i add references to the Crystal Report (such as the CRAxdrt)
if then i copy project folder, which contains the *.frm, *.rpt, *.vbp, *.vbw and other fils. can i open and run my project on another computer? is there any prerequisites?
Thank you. -
-
Loop through and Manipulate MSHFlexGrid
hello,
i have this MSHFlexGrid in my form and a commandButton, which when pressed, it will add new row to he MSHFlexGrid,
the questions are:
1. how can i manually specify the column header? there should be 3 columns and how to name each column?
2. how can i loop through an MSHFlexGrid object. i need to see if the same row ID is being inserted. if so, i only need to update that row instead of inserting... -
DTS - import from excel ended with more records
hello,
i've just tried importing data from an excel file to a table in SQL Server 2000. there are only 887 rows in the excel file, but after the import process. and i select * from the Dest_Table. i see there are 2341 records.
and also for this, i have to remove the primary key constraint from the table, because if not, there will be errors telling the primary filed cannot be null. there's no empty/null value in the... -
SQL Server 2005 Dev Edition : Data Flow Task error
hello,
i'm trying to import data from an excel file to a SQL Server 2005 table using the Integration Services Project. i have Visual Studio 2005 installed
as i drag the data flow task and double clicking it, i get the following error
Code:The task with the name "Data Flow Task" and the creation name "DTS.Pipeline.1" is not registered for use on this computer.
-
ah.. Thank you for your information. that's what i don't know. i have little information about licensing, as i'm not tought about that in college.
as this is a low budget project, i prefer a free distribution... i see that SQLite is free for any purpose.
but since this application will be a multiuser app, with each user running an instance on his desktop, and there should be only one database, so the data are synchronize...Leave a comment:
-
DB deployment & installation
hello,
i'm planning to create an application. there are some software out there that can be used to automate the installation process of an application. but the application comes with a mysql database.
i can include mysql in the installation process along with the application. but then how can i setup the database?
the query such as the create database, create user, give permission, create tables along... -
Display Data to DataGridView from ORM
hello,
i usually simply use DataAdapter or DataReader to get data from database.now, i'm thinking to use ORM to help ease OO development.
but then because i have the need to display the data in a DataGridView, filling query result to a DataTable from a DataAdapter is simple enough. i don't know if it's better to use ORM or not.
is filling data generated from ORM to a DataGridView is simple enough? if... -
-
Automated Data Import from EXCEL
hello,
how to programmaticall y from VB .net / php. to import data from an EXCEL file?
is there's no programmatic way, how to automated the process. as i search, the process is:
Simply export data from excel as TXT or CSV. Than use MySQL command
LOAD DATA INFILE 'path/file.txt' INTO TABLE your_table;
so,
1. export data from excel as CSV
2. use the command LOAD DATA... -
Get Correct IP Address
hello,
i'm developing a J2SE VoIP app. i used the InetAddress.get LocalHost() to get the address of the local machine.
it works in xp, but not in Ubuntu. in Ubuntu it gives me "127.0.1.1" , which is listed in /etc/hosts file.
after some search, some advice to use
Code:NetworkInterface.getNetworkInterfaces();
-
Pausing for animation
hello,
i have some jbuttons in my frame.
and i have a recursive method, which will check a certain condition and if satisfied, will move one of the jbuttons location to somewhere else in the frame and then remove the jbutton from the frame, then the process is repeated.
(since i use null layout for my frame, i can call the setBounds method)
the problem is, the method will keep running... -
Bring Component to Front
hello,
how can i bring a component to front? so it's visible on top of any other components.
i need to design a card game. each of user's card will only visible half of it, with the rest is covered by another card (the card to its left). the user can click one of his card to see its full view.
now, i can create a manual layout and use jlabel and implements actionListener to bring the card forward.... -
Sorry, it's actually IE 6 not IE 7. i haven't tried it with IE 7Leave a comment:
No activity results to display
Show More
Leave a comment: