473,777 Members | 1,732 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

a few minor problems with website

Hi,
I've got more or less the design I wanted (http://www.nenya.be/20041211/),
except for 2 details:

1. the menu's left border doesn't cover the full height of the menu if the
main div is higher than the menu's. How can I make it run down to the
footer?

2. currently the long description wraps and continues aligned with the
bullet. Is there a way to indent it so that the "second" is aligned with the
"long"?

TIA
Steven

(in case you're wondering: the woman in the picture is Audrey Hepburn)
Jul 21 '05
14 1742
> That part of your input is bogus enough to disqualify all the rest of
your writing in this post.


Seeing as you made no effort to answer the post yourself, and both
methods I've posted work perfectly fine, I'll be ignoring the rest of
your replies ;)

Jul 21 '05 #11
On 11 Dec 2004 18:19:25 -0800, "musicinmyh ead"
<mu***********@ hybrid-fusion.com> wrote:
That part of your input is bogus enough to disqualify all the rest of
your writing in this post.
...both methods I've posted work perfectly fine...


Javascript will not "work" if it's turned off or not supported.

HTTP_USER_AGENT is notoriously unreliable.

There is at least one other reliable[1] way to make IE evaluate style
info that is not evaluated by any other browser.

http://www.quirksmode.org/css/condcom.html

[1] "Reliable" today, what MS will do for the future can not be
predicted.

--
Rex
Jul 21 '05 #12
on 2004-12-11 steven wrote:
"musicinmyh ead" <mu***********@ hybrid-fusion.com> wrote in message
news:11******** *************@c 13g2000cwb.goog legroups.com...
For #2 it seems like the best idea would be to make the margin-left
less, and add a text-indent.


Also a simple idea, and that's maybe why I didn't think of it.


An even simpler solution is to correct your CSS so text wraps the way you
want without any added kludges:

#rightcol ul li {
list-style: disc url(../img/listmark.gif) inside;
}

Get rid of the "inside" value. See
<URL:http://www.w3.org/TR/CSS21/generate.html#p ropdef-list-style-position>

BTW, the margin-left on that rule looks like another kludge. I don't know
what it's supposed to accomplish, but I'd bet there is a better way.

Jul 21 '05 #13

"kchayka" <us****@c-net.us> wrote in message
news:xn******** *******@news.in dividual.net...
on 2004-12-11 steven wrote:
"musicinmyh ead" <mu***********@ hybrid-fusion.com> wrote in message
news:11******** *************@c 13g2000cwb.goog legroups.com...
For #2 it seems like the best idea would be to make the margin-left
less, and add a text-indent.
Also a simple idea, and that's maybe why I didn't think of it.


An even simpler solution is to correct your CSS so text wraps the way you
want without any added kludges:

#rightcol ul li {
list-style: disc url(../img/listmark.gif) inside;
}

Get rid of the "inside" value. See
<URL:http://www.w3.org/TR/CSS21/generate.html#p ropdef-list-style-position>


OK.

BTW, the margin-left on that rule looks like another kludge. I don't know
what it's supposed to accomplish, but I'd bet there is a better way.


I don't know, but if I don't set the left margin the bullets appear way too
far to the right (almost in the middle of the column).
Could that be the default indent? I doubt it, since I had to move it 50
pixels to the left to get it more or less where I'd expect it in the first
place.
If there's a better way, please let me know.
TIA

Steven
Jul 21 '05 #14
steven wrote:
"kchayka" <us****@c-net.us> wrote in message
news:xn******** *******@news.in dividual.net...

BTW, the margin-left on that rule looks like another kludge. I don't know
what it's supposed to accomplish, but I'd bet there is a better way.
I don't know, but if I don't set the left margin the bullets appear way too
far to the right (almost in the middle of the column).


That's probably from the default list indents. Various list elements
(dl, dt, dd, ul, li) have some default indent, but you're not accounting
for all of them in your stylesheet, only some. dd is probably adding a lot.
If there's a better way, please let me know.


Set both margin-left and padding-left on every list element and you'll
get more consistent results. You need to set both because some browsers
use margin for the indent, others use padding.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Jul 21 '05 #15

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

Similar topics

6
1860
by: Christian Seberino | last post by:
I am looking at the ELSE home page and trying to figure out if I should invest the time to learn about the ELSE minor mode for Emacs. Is there any programmer out there using ELSE that is getting great benefit from it? What does ELSE minor-mode for Emacs do that is so great for you? Chris
19
5243
by: Bill Davidson | last post by:
My wife's friend had a website built for his company, and it looks great using a PC. When viewed on a Mac using either Safari or Explorer the formatting is terrible. The home page is not too bad, however, any of the other pages selected have large spaces between paragraphs. I know to compare different browers when building a website but what can I suggest to him for PC/Mac problems.
3
1201
by: Brian Bischof | last post by:
I have a bunch of happy customers all using my ASP.NET but then just got a call from a Mac user who has many, many, many problems. I don't even own a Mac or know how to turn one on! The site has extensive use of cookies, a couple Session objects and there appears to be LOTS of problems with textboxes. Both IE and Safari on the Mac are nightmares and she has the latest software/hardware. Is there a website that can talks about Macs with...
4
2482
by: Michael C# | last post by:
Given a DateTime variable, what's the best way to check "minor" status (i.e., less than age 18 years) based on today's date? I came up with this: Dim minor As Boolean = true 'dtDOB is a DateTime variable set to Date of Birth If (DateTime.Now.Subtract(dteDOB.Value.AddYears(18)).TotalDays >= 0) Then minor = false End If This appears to work, but seems a little obfuscated. I was just wondering
1
5561
by: theWizard1 | last post by:
Using Asp.NET 2.0. I published my web application to the server using the publish to website feature of asp.net 2.0. In VS.Net 2005 IDE, on solution explorer, at top level just below solution, I just right-clicked, and selected publish. I gave it the target server location (just mapped a drive from my machine to the server), and checked the MS Build Option - Allow this precompiled site to be updateable. Everything is working fine. ...
3
4281
by: armando perez | last post by:
Hi, this is my first time here, but I was looking for something that may help me, and still, I haven't found something to use. I'm using a website made in .NET with C#, when I'm running my site from my PC, everything seems right, but when I publish the website, and send it to my real website, everything works but the mail sending. I have red some groups and topics, and everywhere I can found: - Use the following syntax: <system.net>
1
1353
by: Sridhar | last post by:
Hi, I am having problems setting up a website which needs to be available only inside the domain. I have set up a website on one of our servers. When I remote in to the server and login to the website, it is working fine. But when I try to login from my local computer it is giving the error "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'." If I remote in to the server and login to the website and leave the remote desktop open and...
3
1607
by: i80and | last post by:
I'm working on a basic web spider, and I'm having problems with the urlparser. This is the effected function: ------------------------------ def FindLinks(Website): WebsiteLen = len(Website)+1 CurrentLink = '' i = 0 SpliceStart = 0 SpliceEnd = 0
8
1193
by: Porkie999 | last post by:
Ok guys i have two problems here if you have a solution for either please just post the problem number either 1 or 2 then post the fix Thanks in Advance Regards george ------------------------------------------------------------------------------------------------------------------- Problem 1 hi i have made an application for a website now i got a news section on the application which i want to load like a text file from a website and...
2
1632
by: Wayne Smith | last post by:
Applies to: Visual Studio 2008 Professional Hi everyone, I'm in the middle of creating a website with VS2008 and I'm trying to integrate a user registration/login section on the website but I've come up against a small problem. I've configured the database and set up a test user through the ASP.NET Website Administration Tool (Website ASP.NET Configuration), I've created a user registration page and a user login page but when I try to...
0
9628
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9464
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10292
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10122
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8954
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6722
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5368
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5497
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2860
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.