Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
CSS Lists and Netscrap4.7x
Old 11-05-2004, 10:04 AM CSS Lists and Netscrap4.7x
Junior Talker

Posts: 4
Trades: 0
This might seem stupid but is there a way to remove the indent of a list in Netscape 4.7x? I have to design sites that looks decent in NS 4.7x since it is my organisation's default browser (please don't ask why . I've manage to remove the bullet but can't figure out how to remove the indent (if that's possible. Here's what I have up to now. Not much as you can see.

ul{
list-style-type: none;
}
LukeD is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-05-2004, 01:49 PM
NateDogg's Avatar
Extreme Talker

Posts: 163
Trades: 0
try the margin-left property (http://www.w3schools.com/css/pr_margin-left.asp)

I know you told us not to ask why but...

WHY NETSCAPE??
__________________
Nathan


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
NateDogg is offline
Reply With Quote
View Public Profile
 
Old 11-05-2004, 02:08 PM
Extreme Talker

Posts: 160
Trades: 0
Don't get at poor old NN4. Okay, it's a little long in the history list but it was king of the browsers before IE took hold. ;-)

Netscape 4's support of margin is a little buggy but I think the following will achieve the result you need. As it is NN4 specific I've included a sniff.

<script language="JavaScript" type="text/javascript">
<!--
if(document.layers) // are you NN4?
{
document.tags.li.listStyleType = "none";
document.tags.ul.margins(-50);
}
//-->
</script>

HTh
ElectricSheep is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to CSS Lists and Netscrap4.7x
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.86670 seconds with 12 queries