November 28, 2003 at 10:21 am
quote:
Wow, good suggestions. Antares686. What the heck, I took the wholesale. Hopefully you won't send me a bill :). That's the entire reason DBAs don't do design work I guess.Got most of it working now. Just trying to kick out the bugs from the extra white space between the black bar and blue bar and then we should be golden.
Brian Knight
http://www.sqlservercentral.com/columnists/bknight
Yeah it is the form tag around the black bar doing it. I am looking for the code to correct.
November 28, 2003 at 10:28 am
Got it. 🙂
Brian Knight
http://www.sqlservercentral.com/columnists/bknight
Brian Knight
Free SQL Server Training Webinars
November 28, 2003 at 10:36 am
quote:
Wow, good suggestions. Antares686. What the heck, I took the wholesale. Hopefully you won't send me a bill :). That's the entire reason DBAs don't do design work I guess.Got most of it working now. Just trying to kick out the bugs from the extra white space between the black bar and blue bar and then we should be golden.
Brian Knight
http://www.sqlservercentral.com/columnists/bknight
Do this to fix.
Replace
<FORM method=GET action="http://www.google.com/search" ID="Form1">
with
<FORM method=GET action="http://www.google.com/search" ID="Form1" style="margin:0">
November 28, 2003 at 10:40 am
quote:
Got it. 🙂Brian Knight
http://www.sqlservercentral.com/columnists/bknight
The only problem is the sequence when you do it the way you did, you get a big black area above the words. You should always open and close the reverse sequence. Margin style will fix much cleaner.
Edited by - antares686 on 11/28/2003 10:43:58 AM
November 28, 2003 at 11:17 am
Thanks for your help! Fun stuff. Added a little DHTML form effects as well so you know where your cursor is.
Brian Knight
http://www.sqlservercentral.com/columnists/bknight
Brian Knight
Free SQL Server Training Webinars
November 28, 2003 at 3:47 pm
I think it looks pretty good now. I like the color change on field focus.
One question though... On the third page of this thread, I have to scroll horizontally a significant amount, not so on the other pages. Any way to control this? I am currently using 1024/768.
Thanks!
Dan B
November 28, 2003 at 3:52 pm
That's because there's lots of wide code posted on that one page. 🙁 BTW, I'm still trying to figure out why the JSCRIPT is failing in the forum pages.
Brian Knight
http://www.sqlservercentral.com/columnists/bknight
Brian Knight
Free SQL Server Training Webinars
November 28, 2003 at 4:07 pm
Few more things Brian... 🙂
When posting a new topic, it looks like the posting table is pushed right by the text of the current thread's title.
Also, in the pop_profile.asp page, I think the link to open a new window for pop_mail.asp should read window.open instead of openWindow. Like this:
JavaScript:window.open('pop_mail.asp?id=1')
-Dan B
November 28, 2003 at 4:16 pm
Brian - scratch the part of my last post about the posting a new comment. I was judging by this thread, and the comment box is actually centered over the topic review table... It was just a coincidence that it appeared to line up with the thread title.
-Dan B
November 28, 2003 at 4:24 pm
Subscribe and popups should now be working now. Was missing a function.
Brian Knight
http://www.sqlservercentral.com/columnists/bknight
Brian Knight
Free SQL Server Training Webinars
November 30, 2003 at 3:37 pm
Is it possible to get the "Logout | Register | Active Threads ..." menu left-aligned on the page?
When there is a post that doesn't wrap the menu gets pushed way off the screen.
Hope this helps
Phill Carter
--------------------
Colt 45 - the original point and click interface
--------------------
Colt 45 - the original point and click interface
November 30, 2003 at 8:11 pm
page designing is not in layout tables or anything used for formatting the pages is not correct also left navigation menu must have z-index greater than the ad displayed benethe
where i am typing is going out of the view of browser window.
rest is fine
Rohit
December 2, 2003 at 12:17 am
- do you all have 56" screens ?
Where 's the time we had automatic wrapping ? I don't like to be scrolling horizontal.
- I also get some "ms4-unknown ... do you wish to debug..".
- Could you alter the color of the black bars ? These give a retro look . Not my cup of coffee
- could you also add a little something to have a full thread on one screen or to download a full thread to read it later on ?
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
December 2, 2003 at 5:40 am
Could it be when opening the reply page or when returning from a thread to the active topics page the focus changes?
It happens that I start typing an answer and all of a sudden focus is no longer on the Message text field, but somewhere else.
???
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 2, 2003 at 8:21 am
quote:
Could it be when opening the reply page or when returning from a thread to the active topics page the focus changes?It happens that I start typing an answer and all of a sudden focus is no longer on the Message text field, but somewhere else.
???
Frank
I second this opinion - the code that is setting the focus on the pages needs to go. When I view the Active Threads page, I open threads in a new window because they take a while to load. Once they do load, they grab the focus which is really annoying.
This focus code seems to be on every page, including the home page. Please remove it all...
Viewing 15 posts - 46 through 60 (of 68 total)
You must be logged in to reply to this topic. Login to reply