when either setting the ul to relative, or wrapping it inside a relativly positioned div, it stops stretching...the height is exactly as the size of the ul.
here's what i have now:
html, body
{
min-height: 100%;
padding: 0px;
margin: 0px;
width: 100%;
}
body
{
background-color: white...
i have tried min-height but it has the same effect as height...the element is stretched longer than the document (or document.scrollHeight).
it's as if the browser give it 100% of the documnet+ the 145px, so it becomes longer. if i change it to top: 0px; it works well...
(-:
the problem with this solution, of making bottom: 0;, is that it also works until the viewed part...when you scroll down, the border stop...only if there is no scrolling it goes all the way to the end of the actual document.
(-:
hey..
how can i "stretch" and object to reach the bottom of the page, from it's starting point?
i have a ul object which starts at pixel 145, with a border, and i'd like it to stretch all the way to bottom of the page to make a frame.
my doctype is strict.
i have tried setting the height to...
no..it comes after the one before. nothing makes it align to the right. if i make the tabsTable 100% width then it will make the spaces between all the cells bigger. i want to keep the same design and only push the last one to the right side.
copy & paste the code and you will see what happens...
ok...i understand now what you want to do :)
you use the window.opener method to access the window that opened the popup.
let's say your form's name is upload_form, and the field of the colors is called color_list you will access it like this:
window.opener.upload_form.color_list.value=''...
i need an improvement for this query, when searching events with only two participants.
i have another field in the participant_to_event table that is called identifier.
let's say the person talking is going to have identifier=1 and the person listening will have identifier=2.
it is possible...
try using a hidden iframe, which will call a script that will fetch the cookie, return it and then with javascript update the field in the form.
hope this helps...
(-:
try this: http://www.php.net/printer
these functions are for windows, but you will find there also explanations, from the user comments, how to do it on unix.
(-:
hey there! :)
i have 3 tables.
event - list of events
participant - list of participants
participant_to_event - linking participants to a given event
let's say i have three participants with the ids 100, 200 & 300.
i would like to get the event id from participant_to_event where these 3...
Hey :)
i have programmed a template system for a project i am working on. i am having problems when the template has nested ifs inside it. i can't think of a way to parse those ifs correctly.
here is an example (my template system tags are enclosed in %%):
%if_login%
user logged in...
thanks....both answers have been helpful ;)
i have one more question though...is it possible to have icon preview in column view? sometimes it is more comfortable for me to use the column view, but i need the icon preview.
thanks :)
(-:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.