473,545 Members | 2,085 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

pls help w/an usual design...

hi,

I got this unusual design (well, not so unusual anymore, I guess..) for
an input text field for a search form in top of page..

http://www.mayacove.com/design/search/search.html

I can't get it to work, have tried lots of things.. have spent lots of
time already on it... tried to glean from apple.com, where they have
same kind of search input field, but they 'load' the search 'decoration'
with a JavaScript.. I hope I don't have to do that..

it has to work in IE, FF, Safari...

(this is at work, have to follow design given to me..)

would appreciate some suggestions.. thank you very much...


Oct 31 '07 #1
7 1812
maya wrote:
hi,

I got this unusual design (well, not so unusual anymore, I guess..) for
an input text field for a search form in top of page..

http://www.mayacove.com/design/search/search.html

I can't get it to work, have tried lots of things.. have spent lots of
time already on it... tried to glean from apple.com, where they have
same kind of search input field, but they 'load' the search 'decoration'
with a JavaScript.. I hope I don't have to do that..

it has to work in IE, FF, Safari...

(this is at work, have to follow design given to me..)

would appreciate some suggestions.. thank you very much...
also tried this,
http://www.mayacove.com/design/search/search2.html

(did with green bg-color for field, to see it more clearly..) this one
works best in Safari.. FF pushes field down even for the one with
"valign=top"... .:(

(I mean Safari for the pc, have not been able to test on a mac yet..)

thanks again....
Oct 31 '07 #2
On 31 Oct, 15:49, maya <maya778...@yah oo.comwrote:
I got this unusual design (well, not so unusual anymore, I guess..) for
an input text field for a search form in top of page..
http://www.mayacove.com/design/search/search.html
Don't try and use <table>s to lay it out. Learn some CSS instead.
Oct 31 '07 #3
Andy Dingley wrote:
On 31 Oct, 15:49, maya <maya778...@yah oo.comwrote:
>I got this unusual design (well, not so unusual anymore, I guess..) for
an input text field for a search form in top of page..
http://www.mayacove.com/design/search/search.html

Don't try and use <table>s to lay it out. Learn some CSS instead.
I know css... how can I do this w/divs.. can't put divs side-to-side..
as <divtag always puts div in following line (and can't style
<span>'s the way you can <div>'s..)

oh brother..

thank you...

Oct 31 '07 #4
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

maya wrote:
Andy Dingley wrote:
>On 31 Oct, 15:49, maya <maya778...@yah oo.comwrote:
>>I got this unusual design (well, not so unusual anymore, I guess..) for
an input text field for a search form in top of page..
http://www.mayacove.com/design/search/search.html

Don't try and use <table>s to lay it out. Learn some CSS instead.

I know css... how can I do this w/divs.. can't put divs side-to-side..
as <divtag always puts div in following line (and can't style
<span>'s the way you can <div>'s..)
You can on both of those. You can put divs on a line by floating them and
you can make spans style the same by using display: block;.
- --
Brendan Gillatt
brendan {at} brendangillatt {dot} co {dot} uk
http://www.brendangillatt.co.uk
PGP Key: http://pgp.mit.edu:11371/pks/lookup?...rch=0xBACD7433
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32)

iD8DBQFHKMgFkA9 dCbrNdDMRAoYzAK DAHjQZIVCQDbty7 XTLx4/Sq8NxxACeIjme
t1FZZxquVAKVwJw Mch+FjgQ=
=zhXk
-----END PGP SIGNATURE-----
Oct 31 '07 #5
Brendan Gillatt wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

maya wrote:
>Andy Dingley wrote:
>>On 31 Oct, 15:49, maya <maya778...@yah oo.comwrote:

I got this unusual design (well, not so unusual anymore, I guess..) for
an input text field for a search form in top of page..
http://www.mayacove.com/design/search/search.html
Don't try and use <table>s to lay it out. Learn some CSS instead.
I know css... how can I do this w/divs.. can't put divs side-to-side..
as <divtag always puts div in following line (and can't style
<span>'s the way you can <div>'s..)

You can on both of those. You can put divs on a line by floating them and
you can make spans style the same by using display: block;.
ok, will try that tomorrow.. thank you very much.... HAPPY HALLOWEEN.. :)


Oct 31 '07 #6
maya wrote:
maya wrote:
>>
I got this unusual design (well, not so unusual anymore, I guess..) for
an input text field for a search form in top of page..

http://www.mayacove.com/design/search/search.html

also tried this,
http://www.mayacove.com/design/search/search2.html
FYI, both of these are severely broken because they don't adapt to
enlarged text sizes at all. With my 17px minimum text size, I only see a
few pixels of the tops of characters I type in the input boxes. The form
is unusable. :(

--
Berg
Nov 1 '07 #7
Brendan Gillatt wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

maya wrote:
>Andy Dingley wrote:
>>On 31 Oct, 15:49, maya <maya778...@yah oo.comwrote:

I got this unusual design (well, not so unusual anymore, I guess..) for
an input text field for a search form in top of page..
http://www.mayacove.com/design/search/search.html
Don't try and use <table>s to lay it out. Learn some CSS instead.
I know css... how can I do this w/divs.. can't put divs side-to-side..
as <divtag always puts div in following line (and can't style
<span>'s the way you can <div>'s..)

You can on both of those. You can put divs on a line by floating them and
you can make spans style the same by using display: block;.
ok, just for testing purposes did:

<div style="width:27 3px; padding:0; margin:0; text-align:center;">
<div style="float:le ft; width:34px;">
<img src="search_lef t.jpg" width="34" height="21" alt="">
</div>

<div style="width:22 0px; padding:0; margin:0;">
<img src="search_bg. jpg" width="220" height="21" alt="">
</div>

<div style="float:ri ght; width:19px; padding:0; margin:0;">
<img src="search_rig ht.jpg" width="19" height="21" alt="">
</div>
</div>

but div on the right is displaying BELOW the other ones; it's displaying
on the right, but below the other two... how do I get all divs to
display on same line?? (in FF and Safari it looks even worse than in IE..)

thank you very much..

Nov 1 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
8461
by: SJD | last post by:
I've just read Christoph Schittko's article on XmlSerializer: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxmlnet/html/trblshtxsd.asp . . . and very informative it is too. I, too, am getting nasty FileNotFound exceptions. I've read, and digested the article, and I think I've found a bug -- it's difficult to track,...
36
1925
by: Rolloffle | last post by:
A short time ago my fiancée Kimmy found out that she had gotten pregnant. We had a long, hard talk about what to do, if anything. I was in favour of her getting an abortion, though she was initially reluctant. After a short discussion, we came to a mutual agreement; I arranged a private appointment at our local clinic. I tagged along with...
3
4119
by: zlst | last post by:
Many technological innovations rely upon User Interface Design to elevate their technical complexity to a usable product. Technology alone may not win user acceptance and subsequent marketability. The User Experience, or how the user experiences the end product, is the key to acceptance. And that is where User Interface Design enters the...
2
1500
by: AllenL | last post by:
Ever since I've been using objects with VB I've instantiated the business object from the form; the business object then creates/destroys data access layer objects as needed. The business object also maintains state for the form variables. The form unload / closing event destroys the business object. For a small set of specialized forms in...
2
1173
by: Neo Geshel | last post by:
Greetings! I have a rather unusual request about a rather basic need. I need to be able to bind data to a page, but WITHOUT using a Repeater, DataGrid or DataList. Why? Well, I have some formatting and JavaScript issues that require each and every form element's ID to remain unchanged. Unfortunately, whenever
0
2493
by: YellowFin Announcements | last post by:
Introduction Usability and relevance have been identified as the major factors preventing mass adoption of Business Intelligence applications. What we have today are traditional BI tools that don't work nearly as well as they should, even for analysts and power users. The reason they haven't reached the masses is because most of the tools...
14
1174
by: active | last post by:
Because of a strong recommendation I saw in this NG all my events are of the form: Public Event HeightChanged(ByVal sender As Object, ByVal e As HeightChangeEventArgs) where: Public NotInheritable Class HeightChangeEventArgs Inherits EventArgs
19
3141
by: neelsmail | last post by:
Hi, I have been working on C++ for some time now, and I think I have a flair for design (which just might be only my imagination over- stretched.. :) ). So, I tried to find a design certification, possibly that involves C++, but, if not, C++ and UML. All I could find was Java + UML design certifications (one such is detailed on...
10
2765
by: jason.cipriani | last post by:
I never seem to be able to get this right. Here I have some code: template <typename T, int Nclass A { void f (T); }; template <typename Tvoid A<T,1>::f (T) { } template <typename Tvoid A<T,3>::f (T) {
0
7468
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7401
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...
0
7656
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. ...
0
7757
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...
0
5972
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5329
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...
0
3450
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...
0
3443
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1884
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

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.