davidliu
-
Positioning, overflow, scroll bar, etc...
Thank you Soap! I have inserted everything into a 'wrapper' called #container. Regarding the navigation area, I think it's because I set the width in % that is causing it to behave unpredictably. It's not set to a fixed width, …
-
Question about CSS Sprites
Robskiwarrior, Now I feel like an idiot :o Thank you so much for clearing it up for me (and others who may need it). Always learning here! And thanks Apostrophe for the live example, I've seen the image property and saw how they compile al…
-
Another I.E. display issues
Thank you both of you, I'll remember to never set width and height in % ;)
-
Thanks guys!
Yep! I hope I will be able to contribute and help out others in the near future. Though I can't say for sure cos this is already a bunch of pros in here! Cheers!
-
2 language = 2 websites?
Chris, that is very cool! Although I'm not sure if it will work for a page that needs everything translated :)
-
show/hide visibility for gallery without Javascript?
Thanks Rob! I'm gonna spend the next few days learning from that tutorial. Thanks for pointing out the useful resource!
-
show/hide visibility for gallery without Javascript?
Hi Rob, Thank you for your reference! I'll be spending the next hour checking it out. By the way I found a great example of what I'm trying to achieve. http://friendfeed.com/
-
SOLVEDPage displaying differently across different browsers
Hi again, This is the latest preview: http://www.daveatwork.com/pt_bpp/reset/index.html Thank you for everyone's advice and tips & tricks! Thanks to Chris too for this community as this wouldn't be possible without him!
-
SOLVEDPage displaying differently across different browsers
My mistake, thanks for pointing it out to me. Now I gotta look over the code a-z… quite tedious actually but it's the only way.
-
SOLVEDPage displaying differently across different browsers
Hi Apostrophe, Thank you for your advice. I've included #nav li { to the stylesheet now but will only be able to preview it in a PC later on. I will post my observation here later on. Regarding the reset CSS, I used Eric Meyers ( http://m…
-
SOLVEDPage displaying differently across different browsers
So here's the latest scoop, I just previewed the updated file in IE on a Win platform. [attachment=2]index.gif[/attachment] [attachment=1]index2.gif[/attachment] [attachment=0]services.gif[/attachment] I'm wondering what I'm doing w…
-
SOLVEDPage displaying differently across different browsers
Thank you for pointing them out Al, I appreciate your help! I've made sure that id="list" is now class="list". Thank you also for pointing out the that should've been outside the content box. It's pretty obvious…
-
set max characters inside table cell?
Thanks Doc! I was going for the 2nd one, which is total characters allowed. At the moment I got a fixed table-layout and applied this to the td: table td { background:#e8edff; border-bottom:1px solid #fff; border-left:1px solid #fff; color:#33…
-
2 language = 2 websites?
Kenneth, Thank you for your input. I think that your proposed solution #1 would work for me since the information on the website is going to be unchanged for most of the time. Anyway it isn't really that hard a thing to do. It's harder …
-
Anchor Link behaving funny
That solves it! Thank you very much Apostrophe!
-
help with setting up navigation bar
That was so obvious and I feel so silly now... Thank you for your help everyone, I appreciate it very much.
-
help with setting up navigation bar
With your advice, I've managed to reached this stage: http://www.daveatwork.com/home.html The only working links are 'HOME' and 'NAVBAR' at the moment. It's not exactly the look I want but the tutorial and tips are ver…